aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-04-20 20:59:26 +0200
committerEgil Moeller <egil.moller@freecode.no>2010-04-20 20:59:26 +0200
commitaf40cf4da66e366c895e39dedd7564eaee9670ef (patch)
tree20fc9da65b8d5fa81b3bf25784890eaad9bd8a03
parentab980cb586124550f7efac28d1b5cd31b2df5f0c (diff)
downloadetherpad-af40cf4da66e366c895e39dedd7564eaee9670ef.tar.gz
etherpad-af40cf4da66e366c895e39dedd7564eaee9670ef.tar.xz
etherpad-af40cf4da66e366c895e39dedd7564eaee9670ef.zip
Bugfixes to the docbar css for buttons w/o image
-rw-r--r--etherpad/src/static/css/pad2_ejs.css18
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