mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix nm header alignment
This commit is contained in:
parent
ca0930121f
commit
55f9f03714
@ -108,4 +108,10 @@ input.et2_radiobox {
|
|||||||
}
|
}
|
||||||
.addressbookHooked .egwGridView_grid label>span.et2_link {
|
.addressbookHooked .egwGridView_grid label>span.et2_link {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
#addressbook-index_addressbook-index-row select{
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
#addressbook-index_favorite_wrapper {
|
||||||
|
top:-1px;
|
||||||
}
|
}
|
@ -128,6 +128,12 @@ input.et2_radiobox {
|
|||||||
.addressbookHooked .egwGridView_grid label > span.et2_link {
|
.addressbookHooked .egwGridView_grid label > span.et2_link {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#addressbook-index_addressbook-index-row select {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
#addressbook-index_favorite_wrapper {
|
||||||
|
top: -1px;
|
||||||
|
}
|
||||||
@media all {
|
@media all {
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
|
|
||||||
|
@ -1599,6 +1599,10 @@ div.ms-sel-ctn .ms-sel-item {
|
|||||||
margin: 1px 4px 1px 0;
|
margin: 1px 4px 1px 0;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
.nextmatch_header_row > div{
|
||||||
|
float: left;
|
||||||
|
padding-bottom: 6px;
|
||||||
|
}
|
||||||
.et2_toolbar select, .nextmatch_header_row select {
|
.et2_toolbar select, .nextmatch_header_row select {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin: 1px 4px 1px 0;
|
margin: 1px 4px 1px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user