mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Implement et2_fullWidth class for link_entry
This commit is contained in:
parent
e00ddbaeb3
commit
648934061f
@ -487,7 +487,7 @@ div.et2_file {
|
||||
*/
|
||||
/* Link entry - x button*/
|
||||
div.et2_link_entry {
|
||||
width: 100%;
|
||||
width: 99%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
div.et2_link_entry:after {
|
||||
@ -1362,7 +1362,8 @@ ul.et2_nowrap, div.et2_nowrap{
|
||||
/**
|
||||
* Some general styles usable for all apps (and widgets)
|
||||
*/
|
||||
.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, .et2_fullWidth textarea {
|
||||
.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select,
|
||||
.et2_fullWidth textarea , .et2_fullWidth input.et2_link_entry {
|
||||
width: 99%;
|
||||
}
|
||||
/* position icons behind input */
|
||||
|
Loading…
Reference in New Issue
Block a user