summaryrefslogtreecommitdiffstats
path: root/res/main.css
blob: be667954a81442f1f4e2a97ca914909d7be0dc6f (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 {
	margin: 8px;
}
.mainHeader {
	margin: -8px -8px 0 -8px;
	padding: 8px;
	border-bottom: 1px solid rgba(0,0,0,.24);
	box-shadow: 0 1px 3px rgba(0,0,0,.24);
}
.mainHeader:after {
	content: "";
	clear: both;
	display: block;
}
.mainHeader > .left {
	float: left;
}
.mainHeader > .right {
	float: right;
}

.actionList > * {
	margin-right: .5em;
}

.siteName {
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1em;
}