From 9c9c26a308995c22210c90e3772e86f49a1948b9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 6 Aug 2019 10:51:31 +0100 Subject: futher refinement on about scheme query styling --- resources/internal.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/internal.css b/resources/internal.css index f49f1bbfb..5e5dbf216 100644 --- a/resources/internal.css +++ b/resources/internal.css @@ -241,28 +241,40 @@ p.imagecachelist span { * authentication styling */ +body#authentication { + max-width: 34em; +} + body#authentication form { /* Just to center the form on the page */ margin: 0 auto; - width: 400px; /* To see the outline of the form */ padding: 1em; border: 1px solid #CCC; border-radius: 1em; } +body#authentication form div + div { + margin-top: 1em; +} + body#authentication label { /* To make sure that all labels have the same size and are properly aligned */ display: inline-block; - width: 90px; + width: 7em; text-align: right; } body#authentication input#username, body#authentication input#password { /* To give the same size to all text fields */ - width: 300px; + width: 24em; box-sizing: border-box; /* To harmonize the look & feel of text field border */ border: 1px solid #999; } + +body#authentication div#buttons { + text-align: right; + margin-right: 1em; +} -- cgit v1.2.3