forked from Ponysearch/Ponysearch
[mod] more compact logicodev skin
This commit is contained in:
parent
0c9c063141
commit
1ee2a3d25d
3 changed files with 5 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
||||||
.result_header {
|
.result_header {
|
||||||
margin-bottom:5px;
|
margin-top: 6px;
|
||||||
|
margin-bottom: 4px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
||||||
.favicon {
|
.favicon {
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
|
|
||||||
.result-content {
|
.result-content {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 0;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
color: @dark-gray;
|
color: @dark-gray;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.search_categories, #categories {
|
.search_categories, #categories {
|
||||||
margin: 15px 0 20px 0;
|
margin: 10px 0 4px 0;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
|
|
||||||
label{
|
label{
|
||||||
|
|
Loading…
Reference in a new issue