diff options
author | 0ip <me@factor.cc> | 2012-05-20 14:53:30 +0200 |
---|---|---|
committer | 0ip <me@factor.cc> | 2012-05-20 14:53:30 +0200 |
commit | afe060e2b8718947757a9a894b79450ee70c3f7e (patch) | |
tree | b4e19559aa847e4637ef046f3d8e6fc7b1921a14 | |
parent | 0d68cd23bab2712f1aadc9e2eb5fb34c32cf39ad (diff) | |
download | etherpad-lite-afe060e2b8718947757a9a894b79450ee70c3f7e.zip |
Remove even more old code
-rw-r--r-- | src/static/css/pad.css | 43 |
1 files changed, 2 insertions, 41 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 2845d796..c98dabbd 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -216,24 +216,6 @@ a img { padding-left: 10px; padding-top: 10px; } -/* -#mycolorpicker ul li - { - -float: left; - -} - -#mycolorpicker .picked { - border: 1px solid #000 !important; - } - - -#mycolorpicker .picked .pickerswatch { - border: 1px solid #fff; - } - - */ #mycolorpickersave { left: 10px; font-weight: bold; @@ -915,7 +897,7 @@ input[type=checkbox] { } @media screen and (max-width: 600px) { .toolbar ul li.separator { - padding: 1px; + display: none; } .toolbar ul li a { padding: 4px 1px @@ -954,27 +936,6 @@ input[type=checkbox] { bottom: 0; border-top: 1px solid #ccc; } - #chaticon { - bottom: 3px; - right: 55px; - border-right: none; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - background: #f7f7f7; - background: -webkit-linear-gradient(#f7f7f7, #f1f1f1 80%); - background: -moz-linear-gradient(#f7f7f7, #f1f1f1 80%); - background: -o-linear-gradient(#f7f7f7, #f1f1f1 80%); - background: -ms-linear-gradient(#f7f7f7, #f1f1f1 80%); - background: linear-gradient(#f7f7f7, #f1f1f1 80%); - border: 0; - } - #chatbox { - bottom: 32px; - right: 0; - border-top-right-radius: 0; - border-right: none; - } #usericonback { margin-top: 4px } @@ -1001,7 +962,7 @@ input[type=checkbox] { .selected { background: none !important } - #timesliderlink { + #chaticon, #timesliderlink { display: none !important } .popup { |