diff options
author | Peter Martischka <petermartischka@googlemail.com> | 2010-04-07 17:39:23 +0200 |
---|---|---|
committer | Peter Martischka <pita@pitapoison.de> | 2010-04-07 17:39:23 +0200 |
commit | 84fa9a8d30bac85b09cc7ed5c46470519c491dec (patch) | |
tree | 8cdf10c28c7e2a5305ac0c31d5080c32b279f7e0 | |
parent | bf2866bc7f2b98d3e880104e39ac9cf15b1fd1cb (diff) | |
download | etherpad-84fa9a8d30bac85b09cc7ed5c46470519c491dec.tar.gz etherpad-84fa9a8d30bac85b09cc7ed5c46470519c491dec.tar.xz etherpad-84fa9a8d30bac85b09cc7ed5c46470519c491dec.zip |
Fixed little design bug of the save button
-rw-r--r-- | etherpad/src/static/css/pad2_ejs.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css index c56dc58..5b4ca65 100644 --- a/etherpad/src/static/css/pad2_ejs.css +++ b/etherpad/src/static/css/pad2_ejs.css @@ -163,8 +163,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } { position:absolute; top: 6px; - right: 7px; - width: 50px; + left: 570px; height: 24px; width:15px; border-collapse:collapse |