mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
general purpose et2_fullWidth class to "make" every widget take full width of parent
This commit is contained in:
parent
0d817332ff
commit
35d7ee2924
@ -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%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user