Merge pull request #380 from jhollinger/master

CSS bugfixes
This commit is contained in:
John McLear 2012-01-30 07:56:28 -08:00
commit cd36849dc3
3 changed files with 3 additions and 6 deletions

View File

@ -1276,7 +1276,6 @@ label {
float: left;
width: 50%;
box-sizing: border-box;
padding-left: 10px;
}
#settingsmenu, #importexport, #embed {

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>