PluginProbe
Search & Filter / trunk
Search & Filter vtrunk
trunk 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9
search-filter / style.css

style.css in Search & Filter trunk, at style.css

41 lines 577 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Search & Filter Styles */
2 body
3 {
4 display:block;
5 }
6 .searchandfilter p
7 {
8 margin-top: 1em;
9 display:inline-block;
10 }
11 .searchandfilter ul
12 {
13 display:inline-block;
14 }
15 .searchandfilter li
16 {
17 list-style: none;
18 display:inline-block;
19 padding-right:10px;
20 }
21
22 /* If in a widget area make a single column by adding display block */
23 .widget-area .searchandfilter li, .widget-area .searchandfilter p
24 {
25 display:block;
26 }
27 .searchandfilter label
28 {
29 display:block;
30 }
31 .searchandfilter h4
32 {
33 margin:15px 0;
34 font-size:16px;
35 }
36
37 .searchandfilter ul > li > ul:not(.children)
38 {
39 margin-left:0;
40 }
41