-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (70 loc) · 939 Bytes
/
Copy pathstyle.css
File metadata and controls
80 lines (70 loc) · 939 Bytes
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
79
80
.ui-progressbar {
position: relative;
}
.progress-label {
position: absolute;
left: 50%;
top: 4px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
}
.NoVote {
background-color: rgb(255, 170, 170);
}
.YesVote {
background-color: rgb(170, 255, 170);
}
.AbstainVote {
background-color: rgb(170, 170, 170);
}
.AbsentVote {
background-color: rgb(170, 170, 255);
}
#controls {
/*float:top;*/
}
#mselector {
float:left;
width:70%;
}
#dates {
/*float:left;*/
float: left;
width: 30%
}
#dateDivOne {
float: left;
width:50%;
}
#dateDivTwo {
float: left;
width:50%;
}
#memberDialogButton {
float: left;
/*width: 20%;*/
}
.memberDialogName {
float: left;
width: 280px;
/*display: inline-;*/
}
#memberDialog {
/*display: inline-block;*/
}
#memberSearch {
float: left;
/*width: 80%;*/
}
p {
margin: auto;
}
h4 {
margin: auto;
}
#mainTable {
float:bottom;
}
.control {
/*display:block;*/
}