mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
change .et2_fullWidth to 100% to right-align with new widgets
This commit is contained in:
parent
dbcf9e75eb
commit
4b9e733b94
@ -3302,7 +3302,7 @@ ul.et2_nowrap, div.et2_nowrap {
|
|||||||
*/
|
*/
|
||||||
.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, et2_fullWidth.et2_file
|
.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, et2_fullWidth.et2_file
|
||||||
.et2_fullWidth textarea, .et2_fullWidth input.et2_link_entry {
|
.et2_fullWidth textarea, .et2_fullWidth input.et2_link_entry {
|
||||||
width: 99%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* position icons behind input */
|
/* position icons behind input */
|
||||||
@ -3311,7 +3311,7 @@ ul.et2_nowrap, div.et2_nowrap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
span.et2_url_span input.et2_fullWidth {
|
span.et2_url_span input.et2_fullWidth {
|
||||||
width: calc(99% - 18px);
|
width: calc(100% - 18px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.et2_fullWidth a.et2_url {
|
.et2_fullWidth a.et2_url {
|
||||||
|
Loading…
Reference in New Issue
Block a user