diff options
author | Peter Martischka <petermartischka@googlemail.com> | 2010-04-10 17:43:50 +0200 |
---|---|---|
committer | Peter Martischka <pita@pitapoison.de> | 2010-04-10 17:43:50 +0200 |
commit | a51a2c6574145d4dcf05fb6e0f2657cb08aa4a72 (patch) | |
tree | 788a2eb6e49014b5cb7c459235057220a3245709 | |
parent | 3a6489d7b064ae812115ad0545eb605f28dd8d6c (diff) | |
download | etherpad-a51a2c6574145d4dcf05fb6e0f2657cb08aa4a72.tar.gz etherpad-a51a2c6574145d4dcf05fb6e0f2657cb08aa4a72.tar.xz etherpad-a51a2c6574145d4dcf05fb6e0f2657cb08aa4a72.zip |
Fixed a little design bug of the save button
-rw-r--r-- | etherpad/src/static/css/pad2_ejs.css | 4 |
1 files 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 |