From 1cf52682df66f843b9cef8e2b10e229f2d99cff4 Mon Sep 17 00:00:00 2001 From: 0ip Date: Fri, 2 Dec 2011 22:47:29 +0100 Subject: [PATCH] :nail_care: Small fix for a recently introduced alignment-bug (10px are missing) + fixed gap between the checkbox and 'Read Only' @ Share and Embed dropdown --- static/css/pad.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/pad.css b/static/css/pad.css index c1b24566b..33fc49a91 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1146,6 +1146,10 @@ width:33px !important; color: #999; } +label[for=readonlyinput] { + margin: 0 10px 0 2px; +} + @media screen and (max-width: 600px) { #editbar ul li { padding: 4px 1px; @@ -1153,7 +1157,7 @@ width:33px !important; } #qr_center { - margin: 10px auto 0; + margin: 10px 10px auto 0; text-align: center; }