From cc9da2512bf16e95a36cbc64db2d738e4968fe51 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Wed, 24 Jun 2015 10:11:11 +0200 Subject: [PATCH] move field help text css to global.css --- view/global.css | 5 +++++ view/theme/quattro/dark/style.css | 1 - view/theme/quattro/green/style.css | 1 - view/theme/quattro/lilac/style.css | 1 - view/theme/quattro/quattro.less | 1 - 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/view/global.css b/view/global.css index 0ce3855c58..673dbcd457 100644 --- a/view/global.css +++ b/view/global.css @@ -169,3 +169,8 @@ h6 { span.oembed, h4 { margin: 0px 0px 0px 0px; } + +/* fields help text */ +.field .field_help { + clear: left; +} \ No newline at end of file diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 8160e22816..7a335ff4bc 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -1852,7 +1852,6 @@ ul.tabs li .active { display: block; margin-left: 200px; color: #999999; - clear: left; } .field .onoff { float: left; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 61c49b168a..0fdbbbbbd0 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -1852,7 +1852,6 @@ ul.tabs li .active { display: block; margin-left: 200px; color: #999999; - clear: left; } .field .onoff { float: left; diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index d5821671d7..7a0f7e537e 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -1852,7 +1852,6 @@ ul.tabs li .active { display: block; margin-left: 200px; color: #999999; - clear: left; } .field .onoff { float: left; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index b8f9726038..142bdc190a 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -1197,7 +1197,6 @@ ul.tabs { display: block; margin-left: 200px; color: @FieldHelpColor; - clear: left; }