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; }