forked from extern/egroupware
style search in nm
This commit is contained in:
parent
45e7142b09
commit
bbf6ca54ac
@ -114,7 +114,7 @@ input.et2_radiobox {
|
||||
*/
|
||||
#addressbook-index .filtersContainer {
|
||||
position: absolute;
|
||||
left: 288px;
|
||||
left: 342px;
|
||||
right: 215px;
|
||||
}
|
||||
#addressbook-index .filtersContainer select {
|
||||
@ -124,6 +124,6 @@ select#addressbook-index_col_filter\[tid\] {
|
||||
width: 82px;
|
||||
}
|
||||
#addressbook-index_addressbook-index-row select{
|
||||
float:right;
|
||||
width: 200px;
|
||||
float: right;
|
||||
width: 150px;
|
||||
}
|
||||
|
@ -133,7 +133,7 @@ input.et2_radiobox {
|
||||
*/
|
||||
#addressbook-index .filtersContainer {
|
||||
position: absolute;
|
||||
left: 288px;
|
||||
left: 342px;
|
||||
right: 215px;
|
||||
}
|
||||
#addressbook-index .filtersContainer select {
|
||||
@ -144,7 +144,7 @@ select#addressbook-index_col_filter\[tid\] {
|
||||
}
|
||||
#addressbook-index_addressbook-index-row select {
|
||||
float: right;
|
||||
width: 200px;
|
||||
width: 150px;
|
||||
}
|
||||
@media all {
|
||||
/* #############################################################################
|
||||
|
@ -2333,6 +2333,8 @@ td.avatar {
|
||||
height: 18px;
|
||||
width: 100%;
|
||||
padding-left: 5px;
|
||||
border-color: silver;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.et2_searchbox button.et2_button.toolbar_toggled {
|
||||
background-color: rgba(70, 155, 221, 0.16);
|
||||
@ -2347,14 +2349,14 @@ td.avatar {
|
||||
top: 3px;
|
||||
}
|
||||
.et2_searchbox .flex {
|
||||
width: 150px;
|
||||
width: 120px;
|
||||
position:relative;
|
||||
display: inline-block;
|
||||
padding-right: 14px;
|
||||
padding-right: 12px;
|
||||
float: right;
|
||||
}
|
||||
.et2_searchbox .flex.overlay {
|
||||
width: 150px;
|
||||
width: 120px;
|
||||
position: absolute;
|
||||
}
|
||||
.et2_searchbox .flex.overlay span.ui-icon.clear {
|
||||
|
Loading…
Reference in New Issue
Block a user