Fix nm header alignment

This commit is contained in:
Hadi Nategh 2016-02-16 19:42:31 +00:00
parent ca0930121f
commit 55f9f03714
3 changed files with 16 additions and 0 deletions

View File

@ -108,4 +108,10 @@ input.et2_radiobox {
}
.addressbookHooked .egwGridView_grid label>span.et2_link {
display: none;
}
#addressbook-index_addressbook-index-row select{
float:right;
}
#addressbook-index_favorite_wrapper {
top:-1px;
}

View File

@ -128,6 +128,12 @@ input.et2_radiobox {
.addressbookHooked .egwGridView_grid label > span.et2_link {
display: none;
}
#addressbook-index_addressbook-index-row select {
float: right;
}
#addressbook-index_favorite_wrapper {
top: -1px;
}
@media all {
/* #############################################################################

View File

@ -1599,6 +1599,10 @@ div.ms-sel-ctn .ms-sel-item {
margin: 1px 4px 1px 0;
height: 24px;
}
.nextmatch_header_row > div{
float: left;
padding-bottom: 6px;
}
.et2_toolbar select, .nextmatch_header_row select {
height: 24px;
margin: 1px 4px 1px 0;