diff options
author | John McLear <john@mclear.co.uk> | 2015-01-21 15:48:21 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-01-21 15:48:21 +0000 |
commit | 17fa87552d97a29a703084efdaa2cb67a1c281b9 (patch) | |
tree | 3294086998c1baf2167ca909b732835e48ed3878 /src/static/css/pad.css | |
parent | 941cc3c24be22bf5a834e244f78b53836a630bdc (diff) | |
download | etherpad-lite-17fa87552d97a29a703084efdaa2cb67a1c281b9.zip |
styling
Diffstat (limited to 'src/static/css/pad.css')
-rw-r--r-- | src/static/css/pad.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 0ecf91f0..f5ea99d8 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -918,11 +918,12 @@ input[type=checkbox] { display:block !important; right:0px !important; border-radius:0px !important; - height:200px !important; width:182px !important; margin:2px 0 0 0 !important; border: none !important; border-bottom: 1px solid #ccc !important; + height:155px !important; + border-left: 1px solid #ccc !important; } .chatAndUsersChat > div > #titlecross{ display:none; @@ -932,10 +933,11 @@ input[type=checkbox] { padding:0 !important; margin:0 !important; right:0 !important; - top: 315px !important; + top: 200px !important; width:182px !important; border: none !important; padding:5px !important; + border-left: 1px solid #ccc !important; } @media screen and (max-width: 600px) { |