From f7dbabb3ac8b18dde29cdaed37959e4f6106d4e3 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Fri, 13 Mar 2015 13:55:15 +0100 Subject: [PATCH] media/courgette: fix style with chrome --- media/courgette/style.css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media/courgette/style.css.php b/media/courgette/style.css.php index 0ddb35a..666a8ab 100644 --- a/media/courgette/style.css.php +++ b/media/courgette/style.css.php @@ -88,7 +88,8 @@ legend { color: #663D1C; font-size: 1.2em; display: block; - width: 100%; + width: 30%; + min-width: 8em; text-align: center; } @@ -187,7 +188,7 @@ input[type="submit"]:focus { ========================================================================== */ #options { - position: absolute; + position: relative; z-index: 10; background: #efebe9; width: 100%; -- 2.34.1