1.dokuwiki {
2    ul.elastic_pagination {
3        list-style-type: none;
4        text-align: center;
5        margin: 3em 0 0 0;
6        clear: both;
7        padding: 0;
8
9        li {
10            display: inline;
11            border: 1px solid @ini_border;
12            padding: 5px;
13        }
14
15        li.sep {
16            border: none;
17        }
18    }
19
20    dd.elastic-resultmeta {
21        font-size: smaller;
22    }
23
24    form .search-form {
25        .advancedOptions {
26            li {
27                white-space: nowrap;
28            }
29
30            label {
31                color: @ini_text;
32            }
33
34            input[type=checkbox], input[type=radio] {
35                margin-right: 5px;
36            }
37        }
38    }
39}
40