mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
style chozen / taglist for nextmatch in tracker
This commit is contained in:
parent
23a25e23d8
commit
aeee460d6c
@ -939,7 +939,7 @@ ul.et2_link_string {
|
|||||||
.et2_taglist_toggle > div:last-child {
|
.et2_taglist_toggle > div:last-child {
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
width: 23px;
|
width: 23px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -1735,6 +1735,19 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
.et2_toolbar div.chzn-container-multi, .nextmatch_header_row div.chzn-container-multi {
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
.et2_toolbar .chzn-container-multi ul.chzn-choices, .nextmatch_header_row .chzn-container-multi ul.chzn-choices {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid silver;
|
||||||
|
}
|
||||||
|
.et2_toolbar .chzn-container-multi li.search-choice, .nextmatch_header_row .chzn-container-multi li.search-choice {
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
|
.et2_toolbar .chzn-container-multi li.search-field input, .nextmatch_header_row .chzn-container-multi li.search-field input {
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Daterange selection in NM header
|
* Daterange selection in NM header
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user