From d446814c564d215e7a13f0eb177fd40c800d05d0 Mon Sep 17 00:00:00 2001 From: Peter Martischka Date: Mon, 5 Apr 2010 18:39:55 +0200 Subject: Little fix of topbar layout, using nowrap insted of tables --- etherpad/src/static/css/pad2_ejs.css | 3 +++ etherpad/src/templates/pad/pad_body2.ejs | 45 +++++++------------------------- 2 files changed, 13 insertions(+), 35 deletions(-) diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css index 44e1a08..0029e7d 100644 --- a/etherpad/src/static/css/pad2_ejs.css +++ b/etherpad/src/static/css/pad2_ejs.css @@ -77,6 +77,9 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } border: 0px; width: 13px; height: 13px; + position: relative; + top: 2px; + margin-right: 2px; } .docbarbutton a diff --git a/etherpad/src/templates/pad/pad_body2.ejs b/etherpad/src/templates/pad/pad_body2.ejs index 07b0967..c359b14 100644 --- a/etherpad/src/templates/pad/pad_body2.ejs +++ b/etherpad/src/templates/pad/pad_body2.ejs @@ -107,55 +107,30 @@ limitations under the License. */ %> <%= initialTitle %>   <% if (isProAccountHolder) { %> - + - - - - - -
Security
+ Security
<% } /* isProAccountHolder */ %> - + - - - - - -
Pad Options
+ Pad Options
- + - - - - - -
Import/Export
+ Import/Export
- + - - - - - -
Saved revisions
+ Saved revisions
- + - - - - - -
Time Slider
+ Time Slider
-- cgit v1.2.3