From 1a6ad62b5b5a5e40fb867e741a896268be39df98 Mon Sep 17 00:00:00 2001 From: Dan Untenzu Date: Thu, 23 Feb 2017 15:40:24 +0100 Subject: [PATCH] [BUGFIX] Fix UI glitch in admin table Enlarge file table in admin view, to prevent that the surrounding border is smaler than the automatically resized table. Refs #71 --- media/courgette/style.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media/courgette/style.css.php b/media/courgette/style.css.php index c4edce4..faa7df3 100644 --- a/media/courgette/style.css.php +++ b/media/courgette/style.css.php @@ -41,7 +41,7 @@ header('Content-type: text/css'); 6 = Install 7 = Admin 8 = Download page - + ========================================================================== */ /* ========================================================================== @@ -383,7 +383,7 @@ textarea[readonly="readonly"] + p + p a:focus { #admin fieldset, #admin + fieldset { width: auto; - max-width: 50em; + max-width: 60em; border: 7px dashed #bcaaa4; } -- 2.34.1