-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal_style.css
78 lines (66 loc) · 976 Bytes
/
global_style.css
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
input.text {
border: 1px solid #777777;
width: 100%;
}
table {
border:0;
border-collapse:collapse;
table-layout:fixed
}
td {
padding:4px;
background-color:#ffffff;
border-color:#bbbbbb;
border-style:solid;
border-width:thin
}
th {
padding:4px;
background-color:#eeeeee;
border-color:#bbbbbb;
border-style:solid;
border-width:thin;
}
.side {
padding: 10px;
background-color:#ffddbd;
float: left;
/* position: fixed;*/
width: 20%;
}
div.controls {
padding: 10px;
background-color:#ffddbd;
float: left;
margin-bottom: 10px;
}
div.controlbar {
padding: 10px;
background-color:#ffddbd;
/* position: fixed;*/
margin: 10px;
z-index: 100;
width: 95%;
border-style: solid;
border-width: thin;
}
#mainContent {
margin-left: 23%;
}
div.stats_box {
float: left;
margin: 10px;
}
div.row {
clear: both;
padding-top: 5px;
}
div.row span.label {
float: left;
width: 60%;
text-align: left;
}
div.row span.formw {
float: left;
width: 40%;
}