From a51a2c6574145d4dcf05fb6e0f2657cb08aa4a72 Mon Sep 17 00:00:00 2001
From: Peter Martischka <petermartischka@googlemail.com>
Date: Sat, 10 Apr 2010 17:43:50 +0200
Subject: Fixed a little design bug of the save button

---
 etherpad/src/static/css/pad2_ejs.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css
index 08e95d2..df367c4 100644
--- a/etherpad/src/static/css/pad2_ejs.css
+++ b/etherpad/src/static/css/pad2_ejs.css
@@ -166,9 +166,9 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
 {
   position:absolute;
   top: 6px;
-  left: 570px;
+  right: 7px;
   height: 24px;
-  width:15px;
+  width:23px;
 }
 
 #editbarsavetable td, #editbartable td
-- 
cgit v1.2.3