Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Small styling fix (gap between import and export button on windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfrancisco committed Jul 12, 2011
1 parent b4025b7 commit 38788f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion editor/document.html.mu
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


<div id="export-menu" class="menu right"> <div id="export-menu" class="menu right">
<div> <div>
<a href="#" class="opener opener-right">Export</a> <a href="#" class="opener opener-right export-menu">Export</a>
<ul class="popup"> <ul class="popup">
<li><a class="export" id="export-text" href="#">Text file</a></li> <li><a class="export" id="export-text" href="#">Text file</a></li>
<li><a class="export" id="export-html" href="#">HTML file</a></li> <li><a class="export" id="export-html" href="#">HTML file</a></li>
Expand Down
5 changes: 3 additions & 2 deletions public/css/_escrito.less
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@
padding-top: 1px; padding-top: 1px;
right: 60px; right: 60px;
} }
.ie9 #toolbar #export-menu { #import-button, .export-menu {
right: 63px; /* Small ie hack with modernizr */ min-width: 35px;
text-align: center;
} }
#toolbar .print-button { #toolbar .print-button {
position: absolute; position: absolute;
Expand Down
4 changes: 2 additions & 2 deletions public/css/_menus.less
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
text-decoration: none; text-decoration: none;
font-family: 'Lucida Grande', sans-serif; font-family: 'Lucida Grande', helvetica, arial, sans-serif;
} }


div.menu { div.menu {
Expand Down Expand Up @@ -63,7 +63,7 @@
border-radius: 2px; border-radius: 2px;


color: #333; color: #333;
font: 11px/20px 'Lucida Grande', sans-serif; font: 11px/20px 'Lucida Grande', helvetica, arial, sans-serif;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);


-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
Expand Down
Loading

0 comments on commit 38788f7

Please sign in to comment.