Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Visual styles for fields.
|
|
|
|
*/
|
|
|
|
|
Issue #2214241 by mortendk, mdrummond, lauriii, galooph, ShaunDychko, jjcarrion, b0unty, joelpittet, scor, amitgoyal, aboros, Manuel Garcia, hkirsman, BLadwin, hussainweb, sushilkr, emma.maria, nlisgo, yched, LewisNyman, davidhernandez, mikl, camoa, dman, dodorama: Field default markup - removing the divitis
2015-08-26 08:36:43 +00:00
|
|
|
.field__label {
|
Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
Issue #2214241 by mortendk, mdrummond, lauriii, galooph, ShaunDychko, jjcarrion, b0unty, joelpittet, scor, amitgoyal, aboros, Manuel Garcia, hkirsman, BLadwin, hussainweb, sushilkr, emma.maria, nlisgo, yched, LewisNyman, davidhernandez, mikl, camoa, dman, dodorama: Field default markup - removing the divitis
2015-08-26 08:36:43 +00:00
|
|
|
.field--label-inline .field__label,
|
|
|
|
.field--label-inline .field__items {
|
2017-05-19 16:46:41 +00:00
|
|
|
float: left; /* LTR */
|
Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
}
|
Issue #2214241 by mortendk, mdrummond, lauriii, galooph, ShaunDychko, jjcarrion, b0unty, joelpittet, scor, amitgoyal, aboros, Manuel Garcia, hkirsman, BLadwin, hussainweb, sushilkr, emma.maria, nlisgo, yched, LewisNyman, davidhernandez, mikl, camoa, dman, dodorama: Field default markup - removing the divitis
2015-08-26 08:36:43 +00:00
|
|
|
.field--label-inline .field__label,
|
|
|
|
.field--label-inline > .field__item,
|
|
|
|
.field--label-inline .field__items {
|
|
|
|
padding-right: 0.5em;
|
Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
}
|
Issue #2214241 by mortendk, mdrummond, lauriii, galooph, ShaunDychko, jjcarrion, b0unty, joelpittet, scor, amitgoyal, aboros, Manuel Garcia, hkirsman, BLadwin, hussainweb, sushilkr, emma.maria, nlisgo, yched, LewisNyman, davidhernandez, mikl, camoa, dman, dodorama: Field default markup - removing the divitis
2015-08-26 08:36:43 +00:00
|
|
|
[dir="rtl"] .field--label-inline .field__label,
|
|
|
|
[dir="rtl"] .field--label-inline .field__items {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
.field--label-inline .field__label::after {
|
Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
content: ':';
|
|
|
|
}
|