fixed search alignment & drop shadow
This commit is contained in:
parent
7cc6fb6c2d
commit
47b5e9c288
2 changed files with 3 additions and 3 deletions
BIN
app/assets/images/.DS_Store
vendored
BIN
app/assets/images/.DS_Store
vendored
Binary file not shown.
|
@ -222,7 +222,7 @@
|
||||||
width: 472px;
|
width: 472px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: visible;
|
overflow-x: visible;
|
||||||
box-shadow: 0 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
|
box-shadow: 0 10px 10px rgba(0,0,0,0.19), 0 6px 3px rgba(0,0,0,0.23);
|
||||||
}
|
}
|
||||||
|
|
||||||
.autoOptions #mapContribs {
|
.autoOptions #mapContribs {
|
||||||
|
@ -327,7 +327,7 @@
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
padding: 0 8px;
|
padding: 0 18px 0 28px;
|
||||||
}
|
}
|
||||||
.sidebarSearch .tt-suggestion .icon {
|
.sidebarSearch .tt-suggestion .icon {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
@ -360,7 +360,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.sidebarSearch .tt-dataset-mappers .tt-suggestion .icon {
|
.sidebarSearch .tt-dataset-mappers .tt-suggestion .icon {
|
||||||
margin: 4px 9px 4px 4px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
.sidebarSearch .tt-dataset-mappers .resultText {
|
.sidebarSearch .tt-dataset-mappers .resultText {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
|
Loading…
Reference in a new issue