|
@@ -1,11 +1,14 @@
|
1
|
1
|
html{position:relative;min-height:100%}
|
2
|
2
|
body{margin-bottom:80px}
|
3
|
3
|
.footer{position:absolute;bottom:0;width:100%;height:60px}
|
4
|
|
-input[type=checkbox]:checked~.label_hide_if_checked{display:none}
|
5
|
|
-input[type=checkbox]:not(:checked)~.label_hide_if_not_checked{display:none}
|
6
|
|
-.result_header{margin-bottom:5px;margin-top:20px}.result_header .favicon{margin-bottom:-3px}
|
7
|
|
-.result_header a{vertical-align:bottom}.result_header a .highlight{font-weight:bold}
|
8
|
|
-.result-content{margin-top:5px}.result-content .highlight{font-weight:bold}
|
|
4
|
+input[type=checkbox]:checked+.label_hide_if_checked,input[type=checkbox]:checked+.label_hide_if_not_checked+.label_hide_if_checked{display:none}
|
|
5
|
+input[type=checkbox]:not(:checked)+.label_hide_if_not_checked,input[type=checkbox]:not(:checked)+.label_hide_if_checked+.label_hide_if_not_checked{display:none}
|
|
6
|
+.result_header{margin-bottom:5px;margin-top:20px}
|
|
7
|
+.result_header .favicon{margin-bottom:-3px}
|
|
8
|
+.result_header a{vertical-align:bottom}
|
|
9
|
+.result_header a .highlight{font-weight:bold}
|
|
10
|
+.result-content{margin-top:5px}
|
|
11
|
+.result-content .highlight{font-weight:bold}
|
9
|
12
|
.result-default{clear:both}
|
10
|
13
|
.result-images{float:left !important}
|
11
|
14
|
.img-thumbnail{margin:5px;max-height:128px;min-height:128px}
|
|
@@ -20,3 +23,4 @@ input[type=checkbox]:not(:checked)~.label_hide_if_not_checked{display:none}
|
20
|
23
|
.search_categories{margin:10px 0;text-transform:capitalize}
|
21
|
24
|
.cursor-text{cursor:text !important}
|
22
|
25
|
.cursor-pointer{cursor:pointer !important}
|
|
26
|
+
|