CSS bugfix to export popup in timeslider

This commit is contained in:
Jordan 2012-01-30 08:12:14 -05:00
parent aeea061f69
commit ac41acd52b
2 changed files with 3 additions and 5 deletions

View File

@ -195,10 +195,8 @@ float:right;
color: #222;
}
#importexport{
top:103px;
width:185px;
}
#importexport { top: 118px; }
#importexport .popup { width: 185px; }
ul { margin-left: 1.5em; }
ul ul { margin-left: 0 !important; }

View File

@ -188,7 +188,7 @@
<!-- export code -->
<div id="importexport">
<div id="export">
<div id="export" class="popup">
Export current version as:
<a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml">HTML</div></a>
<a id="exportplaina" target="_blank" class="exportlink"><div class="exporttype" id="exportplain">Plain text</div></a>