summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-base.css
blob: 9d17e55b9cf738fcf92c306cffbb09194c5f60d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body {
	position: relative;
	padding-top: 70px;
	background-color: white;
}

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


/* Search box */

#searchbox {
    text-align:right;
    padding-right: 20px;
}

#searchbox input {
    width: 250px
}

#searchbox input::-webkit-input-placeholder {
    font-style: italic;
}

#searchbox input:-moz-placeholder {
    font-style: italic;
}