aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa/jsa.css
blob: 649a781d0479592224421ab72e418eaa35785b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
	font-family: monospace;
	background-color:#080808;
	color:#dfdfdf;
}

#forms {
	float: left;
}

#status {
	float: right;
	min-width: 400px;
	color:#5fba3d;
}

@media (max-width: 480px) {
	#status {
		float: left;
	}
}