mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
some more tweeking for et2_fullWidth: positioning icons for et2_url* widget behind input
This commit is contained in:
parent
f4e1251c20
commit
cdf0374755
@ -1346,5 +1346,15 @@ 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 {
|
||||
width: 100%;
|
||||
width: 99%;
|
||||
}
|
||||
/* position icons behind input */
|
||||
.et2_fullWidth {
|
||||
position: relative;
|
||||
}
|
||||
.et2_fullWidth a.et2_url {
|
||||
position: absolute;
|
||||
height: 16px;
|
||||
right: -16px;
|
||||
top: 8px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user