mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
forgotten css styles for et2_itempicker
This commit is contained in:
parent
4ac5e799eb
commit
d43c0c1a6b
@ -857,12 +857,27 @@ div.et2_progress > div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.et2_itempicker_search {
|
.et2_itempicker_search {
|
||||||
|
display: inline-block;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
margin-right: 0;
|
||||||
width: 67%;
|
width: 67%;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.et2_itempicker_clear {
|
||||||
|
position: relative;
|
||||||
|
top: 3px;
|
||||||
|
left: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.et2_itempicker_button_action {
|
||||||
|
position: absolute;
|
||||||
|
margin: 1em;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.et2_itempicker_itemlist {
|
.et2_itempicker_itemlist {
|
||||||
display: block;
|
display: block;
|
||||||
border: 1px solid #b6b6b6;
|
border: 1px solid #b6b6b6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user