forked from extern/egroupware
fixed: jumping lines in favorites selector
This commit is contained in:
parent
194fd794c8
commit
ad9f70827c
@ -1061,7 +1061,7 @@ option:checked {
|
|||||||
.ui-widget textarea,
|
.ui-widget textarea,
|
||||||
.ui-widget button {
|
.ui-widget button {
|
||||||
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
||||||
font-size: 1em;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
/*.bordered (@color-hint,@color-hint,@color-hint,@color-hint);*/
|
/*.bordered (@color-hint,@color-hint,@color-hint,@color-hint);*/
|
||||||
@ -1249,10 +1249,26 @@ span.ui-icon-close {
|
|||||||
}
|
}
|
||||||
/*###########################################*/
|
/*###########################################*/
|
||||||
/*Menu */
|
/*Menu */
|
||||||
|
.ui-menu .ui-menu-item {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
.ui-menu .ui-menu-item a {
|
.ui-menu .ui-menu-item a {
|
||||||
line-height: 26px;
|
line-height: 24px;
|
||||||
|
margin: 0px;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
}
|
}
|
||||||
|
.ui-menu .ui-menu-item a input {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.ui-menu .ui-menu-item a img {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.ui-menu .ui-menu-item a.ui-state-focus {
|
||||||
|
margin: 0px !important;
|
||||||
|
line-height: 24px;
|
||||||
|
padding: 2px 5px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
/*###########################################*/
|
/*###########################################*/
|
||||||
/* col selection */
|
/* col selection */
|
||||||
span.ui-multiselect-header {
|
span.ui-multiselect-header {
|
||||||
@ -5344,6 +5360,8 @@ tr.dialogHeader4 .et2_label {
|
|||||||
/*Buttons / Toolbar*/
|
/*Buttons / Toolbar*/
|
||||||
.dialogFooterToolbar {
|
.dialogFooterToolbar {
|
||||||
background-color: #679fd2;
|
background-color: #679fd2;
|
||||||
|
margin: 10px 0 0 0;
|
||||||
|
padding: 3px;
|
||||||
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
|
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
|
||||||
}
|
}
|
||||||
.dialogFooterToolbar td {
|
.dialogFooterToolbar td {
|
||||||
|
Loading…
Reference in New Issue
Block a user