diff options
author | Guillaume AMAT <guillaume.amat@informatique-libre.com> | 2013-09-21 12:39:45 +0200 |
---|---|---|
committer | Guillaume AMAT <guillaume.amat@informatique-libre.com> | 2013-09-21 12:39:45 +0200 |
commit | 96adb4d6262014e2d19e0dbc22c7ee16b46df6f3 (patch) | |
tree | b4a687fb1100d9ee122162f9c08e3e097f4a8055 /src | |
parent | 6de3a400e1e89d317f5b47bc2178ed57ca819164 (diff) | |
download | etherpad-lite-96adb4d6262014e2d19e0dbc22c7ee16b46df6f3.zip |
The #importsubmitinput button was too small and hidden its value
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/pad.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index b9a7b036..d2d689ce 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -626,8 +626,6 @@ table#otheruserstable { } #importsubmitinput { - height: 25px; - width: 85px; margin-top: 12px; } #importstatusball { |