general purpose et2_fullWidth class to "make" every widget take full width of parent

This commit is contained in:
Ralf Becker 2014-03-05 11:30:00 +00:00
parent 0d817332ff
commit 35d7ee2924

View File

@ -1341,3 +1341,10 @@ ul.et2_nowrap, div.et2_nowrap{
.et2_nowrap > label > *{
padding-left: 5px;
}
/**
* Some general styles usable for all apps (and widgets)
*/
.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, .et2_fullWidth textarea {
width: 100%;
}