aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/style.css
blob: 202a45d03987c091cf4d895e6392f85225260702 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
body
{
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}

div
{
	margin:0px;
	padding:0px;	
}

#contacts
{
	float:left;
	width:40%;
	height:100%;
}

#bottom
{
	position:fixed;
	bottom:0px;
	width:100%;
}

#bottomup
{
	text-align: right;	
}
	
#consolea
{
	text-decoration: none;
	color : black;
	background-color : gray;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
	
#log
{
	height:200px;
	width:100%;
	overflow:auto;
	display:none;
	border-top:1px solid black;
}