Fix the donate box wrapping and forcing the menus down (reported by

pluknet and allanjude).

Fix the menu width and margin (reported by allanjude).
This commit is contained in:
Warren Block 2015-09-10 18:20:32 +00:00
parent d8572d9af6
commit 9aca76e1ac
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47401
2 changed files with 5 additions and 9 deletions

View file

@ -51,7 +51,6 @@
position: relative; position: relative;
border: 0px; border: 0px;
padding-left: 0px; padding-left: 0px;
margin-right: -4%;
float: right; float: right;
} }
@ -423,9 +422,9 @@
} }
.frontdonateroundbox { .frontdonateroundbox {
margin-top: 10px; margin-top: 0.5em;
padding: 0; padding: 0;
width: 180px; width: 85%;
background-color: white; background-color: white;
border-radius: 10px; border-radius: 10px;
} }

View file

@ -74,14 +74,11 @@
/* New drop-down menu implementation */ /* New drop-down menu implementation */
#menu { #menu {
width: 122%;
float: left; float: left;
height: 29px; height: 2.0em;
font-size: 0.9em; font-size: 90%;
clear: both; clear: both;
margin-left: -1%; margin-top: .1%;
margin-right: -5%;
margin-top: 5px;
font-weight: bold; font-weight: bold;
} }