diff options
-rw-r--r-- | etherpad/src/static/css/pad2_ejs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css index 3b9269e..cd6ea0a 100644 --- a/etherpad/src/static/css/pad2_ejs.css +++ b/etherpad/src/static/css/pad2_ejs.css @@ -462,7 +462,7 @@ table#otheruserstable { display: none; } down on the page in IE. Strange but it works! */ #docbar { z-index: 52; } -#impexp-wrapper { width: 650px; right: 10px; } +#impexp-wrapper { width: 500px; right: 10px; } #impexp-panel { height: 160px; } .docbarimpexp-closing #impexp-wrapper { z-index: 50; } |