diff options
author | Guillaume AMAT <guillaume.amat@informatique-libre.com> | 2013-09-21 12:38:26 +0200 |
---|---|---|
committer | Guillaume AMAT <guillaume.amat@informatique-libre.com> | 2013-09-21 12:38:26 +0200 |
commit | 6de3a400e1e89d317f5b47bc2178ed57ca819164 (patch) | |
tree | 29acdcf93d3a3d6b587aa0ce29341dda39db8538 /src/static | |
parent | c095c60284805b5512f68017646fb382f7e77480 (diff) | |
download | etherpad-lite-6de3a400e1e89d317f5b47bc2178ed57ca819164.zip |
The import/export columns were not displayed correctly
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/pad.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 09fde002..b9a7b036 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -748,7 +748,7 @@ input[type=checkbox] { .popup { font-size: 12px; width: 80%; - max-width: 450px; + max-width: 500px; padding: 10px; border-radius: 0 0 6px 6px; border: 1px solid #ccc; @@ -805,7 +805,6 @@ input[type=checkbox] { } .column { float: left; - width: 50%; } #settings, #importexport, |