summaryrefslogtreecommitdiffstats
path: root/etherpad/src/static
diff options
context:
space:
mode:
authorPeter Martischka <petermartischka@googlemail.com>2010-04-07 23:25:39 +0200
committerPeter Martischka <pita@pitapoison.de>2010-04-07 23:25:39 +0200
commitb4d372d62ff134de6879cd288f50f75a3290d317 (patch)
tree435c6a10be09cb5b507c3b5f6dade1ec3fc2a5aa /etherpad/src/static
parent84fa9a8d30bac85b09cc7ed5c46470519c491dec (diff)
downloadetherpad-b4d372d62ff134de6879cd288f50f75a3290d317.tar.gz
etherpad-b4d372d62ff134de6879cd288f50f75a3290d317.tar.bz2
etherpad-b4d372d62ff134de6879cd288f50f75a3290d317.zip
Fixed some little design bugs of editbar
Diffstat (limited to 'etherpad/src/static')
-rw-r--r--etherpad/src/static/css/pad2_ejs.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css
index 5b4ca65..a7a01c2 100644
--- a/etherpad/src/static/css/pad2_ejs.css
+++ b/etherpad/src/static/css/pad2_ejs.css
@@ -70,6 +70,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
{
padding: 2px;
border-left: 1px solid #CCC;
+ white-space: nowrap;
}
.docbarbutton img
@@ -156,7 +157,6 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
width: 250px;
height: 24px;
width:520px;
- border-collapse:collapse
}
#editbarsavetable
@@ -166,7 +166,11 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
left: 570px;
height: 24px;
width:15px;
- border-collapse:collapse
+}
+
+#editbarsavetable td, #editbartable td
+{
+ white-space: nowrap;
}
.editbarbutton
@@ -179,7 +183,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
.editbarbutton img
{
- margin: 1px 2px;
+ margin: 0px 2px;
border: 0px;
width: 16px;
height: 16px;