From b4d372d62ff134de6879cd288f50f75a3290d317 Mon Sep 17 00:00:00 2001 From: Peter Martischka Date: Wed, 7 Apr 2010 23:25:39 +0200 Subject: Fixed some little design bugs of editbar --- etherpad/src/static/css/pad2_ejs.css | 10 ++++-- etherpad/src/templates/pad/pad_body2.ejs | 60 ++++++++++++++++---------------- 2 files changed, 37 insertions(+), 33 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; diff --git a/etherpad/src/templates/pad/pad_body2.ejs b/etherpad/src/templates/pad/pad_body2.ejs index fbaa7bf..3322997 100644 --- a/etherpad/src/templates/pad/pad_body2.ejs +++ b/etherpad/src/templates/pad/pad_body2.ejs @@ -110,32 +110,32 @@ limitations under the License. */ %> <%= initialTitle %>   <% - plugins.callHookStr('docbarItemsAll', {}, '', '', ''); - plugins.callHookStr('docbarItemsPad', {}, '', '', ''); + plugins.callHookStr('docbarItemsAll', {}, '', '', ''); + plugins.callHookStr('docbarItemsPad', {}, '', '', ''); %> <% if (isProAccountHolder) { %> - + Security <% } /* isProAccountHolder */ %> - + Pad Options - + Import/Export - + Saved revisions - + Time Slider @@ -436,46 +436,46 @@ limitations under the License. */ %> <% /* non-floated */ %>
- - - - - - + + + + + + - - - + + + - - - - + + + + - - - + + + - - - - + + + +
             
- - - + + +
-- cgit v1.2.3