From 6de3a400e1e89d317f5b47bc2178ed57ca819164 Mon Sep 17 00:00:00 2001 From: Guillaume AMAT Date: Sat, 21 Sep 2013 12:38:26 +0200 Subject: [PATCH 1/2] The import/export columns were not displayed correctly --- src/static/css/pad.css | 3 +-- 1 file changed, 1 insertion(+), 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, From 96adb4d6262014e2d19e0dbc22c7ee16b46df6f3 Mon Sep 17 00:00:00 2001 From: Guillaume AMAT Date: Sat, 21 Sep 2013 12:39:45 +0200 Subject: [PATCH 2/2] The #importsubmitinput button was too small and hidden its value --- src/static/css/pad.css | 2 -- 1 file changed, 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 {