Blame view

btvendor_web/css/btvendor.css 410 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
html *
{
	font-family: Arial !important;
}

table.textinput
{
	border-collapse: separate;
	border-spacing: 10px 0;
	border: 0px;
}
Imanol-Mikel Barba Sabariego authored
13
#container 
14
15
16
{
	height: 100%;
	width:100%;
Imanol-Mikel Barba Sabariego authored
17
	font-size: 0;
18
19
}
Imanol-Mikel Barba Sabariego authored
20
#left, #right 
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	font-size: 12px;
}

#left
{
	margin-left: 15px;
	margin-right: 15px;
}

#right
{
	margin-left: 100px;
	margin-right: 30px;
}