forked from extern/egroupware
CSS fixes - sidebox favorite spacing & nextmatch border
This commit is contained in:
parent
bb44a6ce26
commit
64c03e772d
@ -765,7 +765,7 @@ label input, label span, label div, label select, label textarea {
|
|||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
.et2_nextmatch .nextmatch_header > .filters {
|
.et2_nextmatch .nextmatch_header > .filters {
|
||||||
border: 1px solid black;
|
border: 1px solid silver;
|
||||||
background-color: #E0E0E0;
|
background-color: #E0E0E0;
|
||||||
background-image: url(../../../phpgwapi/templates/default/images/egw_action/header_overlay.png);
|
background-image: url(../../../phpgwapi/templates/default/images/egw_action/header_overlay.png);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@ -811,11 +811,11 @@ label input, label span, label div, label select, label textarea {
|
|||||||
border: none;
|
border: none;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul .ui-menu .ui-menu-item a {
|
.sidebox-favorites .ui-menu .ui-menu-item a {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
padding: 2px 0px;
|
padding: 2px 0px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul .ui-menu .ui-menu-item a:hover {
|
.sidebox-favorites .ui-menu .ui-menu-item a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.sidebox-favorites .favorites div.ui-icon-heart{
|
.sidebox-favorites .favorites div.ui-icon-heart{
|
||||||
|
Loading…
Reference in New Issue
Block a user