[#427] Fixed styles in search demo page.
This commit is contained in:
@@ -17,7 +17,7 @@ root: ../../
|
|||||||
}
|
}
|
||||||
|
|
||||||
.controls .query-here {
|
.controls .query-here {
|
||||||
width: 500px;
|
width: 510px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -28,30 +28,10 @@ root: ../../
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pager-here {
|
.pager-here {
|
||||||
width: 200px;
|
width: 230px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recline-pager {
|
|
||||||
float: left;
|
|
||||||
margin: auto;
|
|
||||||
display: block;
|
|
||||||
margin-left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.recline-pager .pagination input {
|
|
||||||
width: 30px;
|
|
||||||
height: 18px;
|
|
||||||
padding: 2px 4px;
|
|
||||||
margin: 0;
|
|
||||||
margin-top: -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.recline-pager .pagination a {
|
|
||||||
line-height: 26px;
|
|
||||||
padding: 0 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
@@ -71,13 +51,18 @@ root: ../../
|
|||||||
|
|
||||||
ul.facet-items {
|
ul.facet-items {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-left: 0;
|
margin-left: 0px;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.record ul {
|
.record ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recline-query-editor {
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
|
|||||||
Reference in New Issue
Block a user