From f7af705bb5bc3156239d36810b5e73efa8111e99 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Fri, 28 Jun 2019 14:25:25 +0200 Subject: [PATCH] Fix scss and css errors --- css/blue_green.css | 4 ++-- css/default.css | 4 ++-- css/light-grey.css | 11 ++++++----- css/light-grey.scss | 4 ++-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/css/blue_green.css b/css/blue_green.css index 75837a430..ab5376270 100644 --- a/css/blue_green.css +++ b/css/blue_green.css @@ -121,13 +121,13 @@ input.textSearch { background-color:#EEEEEE; } .csvimport_ok { - color: #00000; + color: #000000; background-color:#BBFFBB; } .csvimport_reconkey { font-style: italic; color: #888888; - background-color:#FFFFF; + background-color:#FFFFFF; } .csvimport_extreconkey { color: #888888; diff --git a/css/default.css b/css/default.css index 66afc959c..a1a38153e 100644 --- a/css/default.css +++ b/css/default.css @@ -77,13 +77,13 @@ a.small_action { background-color:#EEEEEE; } .csvimport_ok { - color: #00000; + color: #000000; background-color:#BBFFBB; } .csvimport_reconkey { font-style: italic; color: #888888; - background-color:#FFFFF; + background-color:#FFFFFF; } .csvimport_extreconkey { color: #888888; diff --git a/css/light-grey.css b/css/light-grey.css index 04aa5b628..db210c068 100644 --- a/css/light-grey.css +++ b/css/light-grey.css @@ -386,13 +386,13 @@ input.textSearch { background-color: #eee; } .csvimport_ok { - color: #000 0; + color: #000; background-color: #bfb; } .csvimport_reconkey { font-style: italic; color: #888; - background-color: #fff FF; + background-color: #fff; } .csvimport_extreconkey { color: #888; @@ -1830,6 +1830,9 @@ fieldset .details > .field_container { padding-left: 0.4em; vertical-align: middle; } +.field_container > div > div.field_value .attribute-edit .form-field-container .form-field-content > .form_validation, .field_container > div > div.field_value .attribute-edit .form-field-container .form-field-content > .field_status { + display: inline; +} .field_container > div > div.field_value .attribute-edit .field_input_zone { width: 100%; /* auto; */ @@ -1965,10 +1968,8 @@ fieldset .details > .field_container { color: rgba(34, 34, 34, 0.6); background-color: #eaeaea; } -.one-col-details .details .field_container.field_small { - /* On a single column, field labels can take more width but they are limited so it doesn't feel weird when all labels are short */ -} .one-col-details .details .field_container.field_small div.field_label { + /* On a single column, field labels can take more width but they are limited so it doesn't feel weird when all labels are short */ width: 175px; max-width: inherit; } diff --git a/css/light-grey.scss b/css/light-grey.scss index 2b6159f8f..5eb9ffbc2 100644 --- a/css/light-grey.scss +++ b/css/light-grey.scss @@ -459,13 +459,13 @@ input.textSearch { background-color:#EEEEEE; } .csvimport_ok { - color: #00000; + color: #000000; background-color:#BBFFBB; } .csvimport_reconkey { font-style: italic; color: #888888; - background-color:#FFFFF; + background-color:#FFFFFF; } .csvimport_extreconkey { color: #888888;