mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 15:00:07 +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*/
|
/* Link entry - x button*/
|
||||||
div.et2_link_entry {
|
div.et2_link_entry {
|
||||||
width: 100%;
|
width: 99%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
div.et2_link_entry:after {
|
div.et2_link_entry:after {
|
||||||
@ -1362,7 +1362,8 @@ ul.et2_nowrap, div.et2_nowrap{
|
|||||||
/**
|
/**
|
||||||
* Some general styles usable for all apps (and widgets)
|
* 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%;
|
width: 99%;
|
||||||
}
|
}
|
||||||
/* position icons behind input */
|
/* position icons behind input */
|
||||||
|
Loading…
Reference in New Issue
Block a user