From b8e83b3fe6e6de63fd8a9d6cb35048dbda38b894 Mon Sep 17 00:00:00 2001 From: 0ip Date: Sun, 27 Nov 2011 12:55:03 +0100 Subject: [PATCH] Switched bars --- static/css/pad.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/static/css/pad.css b/static/css/pad.css index 14d73e7dd..a507d2ea6 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1169,7 +1169,11 @@ label[for=readonlyinput] { @media only screen and (min-device-width: 320px) and (max-device-width: 600px) { #editbar ul li { padding: 4px 3px; - } + } + #editbar ul#menu_right > li { + padding: 4px 8px; + margin-top: 2px; + } #chaticon { opacity: .8; } @@ -1205,9 +1209,6 @@ label[for=readonlyinput] { margin-bottom: 33px; } #editbar ul#menu_right { - float: left; - } - #editbar ul#menu_left { background: #f7f7f7; background: -moz-linear-gradient(#f7f7f7, #f1f1f1 80%); background: -ms-linear-gradient(#f7f7f7, #f1f1f1 80%); @@ -1220,9 +1221,6 @@ label[for=readonlyinput] { bottom: 0; border-top: 1px solid #ccc; } - #editbar ul#menu_left > li { - margin-top: 2px; - } #chaticon, #chatbox { bottom: 33px; right: 0;