diff options
-rw-r--r-- | etherpad/src/static/css/pad2_ejs.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css index df367c4..0519a9d 100644 --- a/etherpad/src/static/css/pad2_ejs.css +++ b/etherpad/src/static/css/pad2_ejs.css @@ -68,31 +68,31 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } .docbarbutton { - padding: 2px; + padding-top: 2px; + padding-bottom: 2px; + padding-left: 4px; + padding-right: 4px; border-left: 1px solid #CCC; white-space: nowrap; - vertical-align: top; } .docbarbutton img { border: 0px; width: 13px; - height: 13px; margin-right: 2px; - position:relative; - top: 3px; + vertical-align: middle; + margin-top: 3px; + margin-bottom: 2px; } .docbarbutton a { - font-size:10px; + font-size: 10px; + line-height: 18px; text-decoration: none; color: #444; font-weight: bold; - margin:0 2px; - position:relative; - top: 1px; } .docbarbutton.highlight |