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;
border: 0px;
padding-left: 0px;
margin-right: -4%;
float: right;
}
@ -423,9 +422,9 @@
}
.frontdonateroundbox {
margin-top: 10px;
margin-top: 0.5em;
padding: 0;
width: 180px;
width: 85%;
background-color: white;
border-radius: 10px;
}

View file

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