move field help text css to global.css

This commit is contained in:
Fabrixxm 2015-06-24 10:11:11 +02:00
parent 4036ad2554
commit cc9da2512b
5 changed files with 5 additions and 4 deletions

View File

@ -169,3 +169,8 @@ h6 {
span.oembed, h4 {
margin: 0px 0px 0px 0px;
}
/* fields help text */
.field .field_help {
clear: left;
}

View File

@ -1852,7 +1852,6 @@ ul.tabs li .active {
display: block;
margin-left: 200px;
color: #999999;
clear: left;
}
.field .onoff {
float: left;

View File

@ -1852,7 +1852,6 @@ ul.tabs li .active {
display: block;
margin-left: 200px;
color: #999999;
clear: left;
}
.field .onoff {
float: left;

View File

@ -1852,7 +1852,6 @@ ul.tabs li .active {
display: block;
margin-left: 200px;
color: #999999;
clear: left;
}
.field .onoff {
float: left;

View File

@ -1197,7 +1197,6 @@ ul.tabs {
display: block;
margin-left: 200px;
color: @FieldHelpColor;
clear: left;
}