mobile: less space between nav & new_url

This commit is contained in:
Matthias Kretschmann 2012-02-28 20:54:26 +01:00
parent ff97e6ec4c
commit 4a975b22b5
1 changed files with 6 additions and 1 deletions

View File

@ -844,6 +844,10 @@ body#public {
width: 94%; width: 94%;
} }
ul#admin_menu {
margin-bottom: 1em;
}
ul#admin_menu a { ul#admin_menu a {
padding: .1em; padding: .1em;
font-size: .7em; font-size: .7em;
@ -870,7 +874,8 @@ body#public {
} }
#new_url { #new_url {
margin-bottom: 1em; margin-bottom: 2em;
margin-top: 0;
} }
div.share, div.share,