summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-base.css
blob: 4455312d9694bf9ab64ed9746021b26c1aea4713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
	position: relative;
	padding-top: 70px;
	background-color: white;
}

ul.nav.auth {
    float: right;
    margin: 0;
}

#search-form {
    float: right;
    margin-right: 4em;
    padding: 5px 0;
}
#search-form form {
    margin-bottom: 0;
}