aboutsummaryrefslogtreecommitdiff
path: root/css/popup.css
blob: 7451ec8f4ac23bc4501ee16413e190b0ad8e8231 (plain) (blame)
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 {
	width:180px;
	text-align: center;
	font-family: Arial, sans-serif;
}

h1 {
	margin-top:-4px;
	font-size:22px;
	font-weight: bold;
}

h1 span {
	position: relative;
	top:1px;
	font-size:38px;
}

button {
	display:block;
	width:90%;
	margin:5px auto !important;
}

.disabled {
	margin-top:-16px;
	color:red;
	height:13px;
}