Combobox styles

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik 2013-10-22 17:55:08 +02:00 committed by Martin Kosek
parent 989556e499
commit 1bea7f858d
2 changed files with 21 additions and 8 deletions

View File

@ -1029,7 +1029,7 @@ table.scrollable tbody {
top: 0;
bottom: 0;
right: 0;
margin-top: 2px;
margin-top: 4px;
margin-right: 4px;
}
@ -1047,6 +1047,11 @@ table.scrollable tbody {
width: 238px;
}
.combobox-widget-list a {
padding: 0;
margin: 0;
}
.combobox-widget-list .search-icon {
position: absolute;
top: 0;

View File

@ -96,14 +96,22 @@ input[type="radio"]:checked:disabled + label {
}
}
.controls .link-btn {
display: inline-block;
}
.controls {
.controls a,
.controls label {
padding-top: 3px;
margin-bottom: 3px;
.link-btn {
display: inline-block;
}
a, label {
padding-top: 3px;
margin-bottom: 3px;
}
// disable previous in combobox
.combobox-widget a {
padding: 0px;
margin: 0px;
}
}
}