mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixed nextmatch header for idots/Stylite template
This commit is contained in:
parent
e41fbe59ff
commit
bf75bda899
@ -816,7 +816,7 @@ div.message.floating {
|
||||
}
|
||||
.nextmatch_header .header_count {
|
||||
padding: 0px 20px;
|
||||
margin: 6px 20px 0px;
|
||||
margin: 6px 6px 0px;
|
||||
border: 1px solid #E0E0E0;
|
||||
float: right;
|
||||
font-size: 150%;
|
||||
@ -824,18 +824,26 @@ div.message.floating {
|
||||
}
|
||||
.nextmatch_header > .search {
|
||||
float: left;
|
||||
width: 14%;
|
||||
}
|
||||
.nextmatch_header > .search > input {
|
||||
width: 75%;
|
||||
}
|
||||
.nextmatch_header > .filters {
|
||||
padding-left: 5px;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.nextmatch_header > .filters select {
|
||||
width: 14%;
|
||||
margin-right: 2ex;
|
||||
}
|
||||
.nextmatch_header .et2_button_icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.nextmatch_header > .filters .et2_button_icon {
|
||||
margin-top: 8px;
|
||||
margin-right: 1ex;
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
border: none;
|
||||
@ -844,12 +852,13 @@ div.message.floating {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header > .filters {
|
||||
/* no background
|
||||
border: 1px solid silver;
|
||||
background-color: #E0E0E0;
|
||||
background-image: url(../../../phpgwapi/templates/default/images/egw_action/header_overlay.png);
|
||||
background-position: center;
|
||||
background-repeat: repeat-x;
|
||||
margin-bottom: 3px;
|
||||
margin-bottom: 3px;*/
|
||||
}
|
||||
/* Favorites */
|
||||
.nextmatch_header div[id$=favorite_wrapper] {
|
||||
|
Loading…
Reference in New Issue
Block a user