From: Dan Untenzu Date: Thu, 23 Feb 2017 14:40:24 +0000 (+0100) Subject: [BUGFIX] Fix UI glitch in admin table X-Git-Tag: 3.0.0~5 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/1a6ad62b5b5a5e40fb867e741a896268be39df98 [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 --- 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; }