-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanag.css
128 lines (118 loc) · 1.88 KB
/
manag.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#container{
margin:auto;
background-color:white;
width:80%;
border:1px solid #DAD9D1;
margin-bottom:3%;
}
.errorInput{
background-color: #FB8585;
}
.input{
width:50%;
height:3%;
margin-left:4%;
margin-bottom: 2%;
}
label{
padding-left:4%;
}
#headerBar{
background-color: #007399;
padding-top:2em;
padding-bottom: 2em;
color:white;
position: relative;
padding-left: 4%;
overflow: hidden;
margin-bottom: 2em;
}
table{
width:100%;
}
table,tr,td{
border-collapse: collapse;
}
td > a:hover {
color:#007399;
}
.padding{
margin-top:50px;
}
th{
background-color: #00394d;
color:white;
text-align:left;
}
th,td{
padding:15px;
}
tr:nth-child(even) {background-color: #f2f2f2;}
td{
text-align:left;
width: 33%;
}
.headerTitle-small{
margin-top:0;
margin-bottom:0;
margin-left:0;
}
#headerBar-small{
background-color: #00394d;;
color:white;
position: relative;
padding-left:1%;
padding-top:.25em;
padding-bottom:.25em;
overflow: hidden;
}
.button{
background-color:#007399;
color:white;
border-radius: 3px;
border:.5px solid black;
width: 25%;
margin-bottom: 2%;
height: 50px;
margin-left:14.5%;
}
.error{
color:red;
font-size:12px;
}
.good{
color:green;
font-size:12px;
}
h4{
margin-left:14.5%;
}
#error_box{
background-color: #ff6666;
border: 1px solid #ff6666;
border-radius:2px;
width: 50%;
padding-top:1em;
padding-bottom:2em;
margin-top:1em;
position: relative;
font-size:18px;
margin-bottom:1em;
}
#additionalErrors{
margin-left:4%;
}
.right{
float:right;
padding-right:1em;
}
.error_symbol{
position: absolute;
left:1em;
}
.middle{
position: absolute;
display: inline-block;
width: 100%;
text-align: center;
}