nicer icon positioning
This commit is contained in:
parent
f1f56f9286
commit
aabdaaf21b
1 changed files with 7 additions and 7 deletions
|
@ -226,14 +226,14 @@
|
|||
font-style: italic;
|
||||
font-family: helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.searchResIconWrapper {
|
||||
vertical-align: middle;
|
||||
padding: 0 0 0 8px;
|
||||
width: 70px;
|
||||
}
|
||||
}/* tt-suggestion */
|
||||
|
||||
.searchResIconWrapper {
|
||||
vertical-align: middle;
|
||||
width: 70px;
|
||||
padding: 0 18px 0 28px;
|
||||
}
|
||||
|
||||
.tt-dataset {
|
||||
overflow: visible;
|
||||
}
|
||||
|
@ -323,7 +323,7 @@
|
|||
.tt-suggestion:hover .autoOptions {
|
||||
display: block;
|
||||
}
|
||||
.tt-suggestion .resultnoresult .autoOptions {
|
||||
.resultnoresult .autoOptions {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue