From af40cf4da66e366c895e39dedd7564eaee9670ef Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Tue, 20 Apr 2010 20:59:26 +0200 Subject: Bugfixes to the docbar css for buttons w/o image --- etherpad/src/static/css/pad2_ejs.css | 18 +++++++++--------- 1 file 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 -- cgit v1.2.3-1-g7c22