From 0e8a973579c95053845153257b1bbe185f3b84b3 Mon Sep 17 00:00:00 2001 From: Robin McCorkell Date: Thu, 14 Aug 2014 17:48:34 +0100 Subject: Improve UI of external storage configuration * Highlight fields that need to be filled * Remove (required) and (optional) strings where possible * Focus first configuration field when creating new external storage * Add ability to force external storage re-check * Various jQuery improvements * Prevent wrapping of checkboxes in configuration --- core/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/css') diff --git a/core/css/styles.css b/core/css/styles.css index 7e41e904127..3f3afa44f2d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -620,6 +620,10 @@ label.infield { color: black !important; } +.warning-input { + border-color: #cc3333 !important; +} + /* Fixes for log in page, TODO should be removed some time */ #body-login .update, #body-login .error { -- cgit v1.2.3