-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstyles.css
161 lines (143 loc) · 3.16 KB
/
styles.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
/* Health Centre */
div#healthnoproblemsfound {
width: 60%;
margin: auto;
padding: 1em;
border: 1px black solid;
-moz-border-radius: 6px;
}
dl.healthissues {
width: 60%;
margin: auto;
}
dl.critical dt, dl.critical dd {
background-color: #a71501;
}
dl.significant dt, dl.significant dd {
background-color: #d36707;
}
dl.annoyance dt, dl.annoyance dd {
background-color: #dba707;
}
dl.notice dt, dl.notice dd {
background-color: #e5db36;
}
dt.solution, dd.solution, div#healthnoproblemsfound {
background-color: #5BB83E;
}
dl.healthissues dt, dl.healthissues dd {
margin: 0px;
padding: 1em;
border: 1px black solid;
}
dl.healthissues dt {
font-weight: bold;
border-bottom: none;
padding-bottom: 0.5em;
}
dl.healthissues dd {
border-top: none;
padding-top: 0.5em;
margin-bottom: 10px;
}
dl.healthissues dd form {
margin-top: 0.5em;
text-align: right;
}
form#healthformreturn {
text-align: center;
margin: 2em;
}
dd.solution p {
padding: 0px;
margin: 1em 0px;
}
dd.solution li {
margin-top: 1em;
}
.dashboard_curricula_block {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px 20px 10px 20px;
border: 1px black solid;
}
/* Clustertree nested fieldset */
.mform .nested {
width: 95%;
margin-left: 2.5%;
}
/* ELIS-3725: IE7 unchecked clustertree turns green on reload */
/* Note: left off '.ie' because all browsers showed some green artifacts */
.curr_manageclusters,
span.curr_cluster_instance,
td.ygtvcell,
td.ygtvtp,
td.ygtvcontent {
background-color: transparent;
}
/* Set default handling of white space because the grader report pages
* have CSS that will force a different default
*/
td.ygtvcontent {
white-space: normal;
}
/* Make sure assigned / unassigned tabs are flush with the left of the page in IE7 */
.elis_page .tabrow1 {
left: 0px;
}
/* Hide weird horizontal bar in IE7 */
.elis_page .tabtree .tabrow1 LI.here .empty {
display: none;
}
fieldset.engineform {
border: 1px black solid;
padding: 5px;
}
fieldset fieldset.engineform {
border: 1px black solid;
padding: 5px;
}
.mform #activationrules .fitem .fitemtitle {
width: 0px;
}
table#track_selection_table {
width: 50%;
}
table#class_selection_table {
width: 50%;
}
.path-elis-program.pagelayout-popup #frametop,
.path-elis-program.pagelayout-popup #footerframetop {
min-width: 200px;
}
#page-elispm .mform .ui-accordion-content .fitem fieldset.felement {
width: 100%;
}
#page-elispm #track_selection_table,
#page-elispm #class_selection_table,
#page-elispm #profile_selection_table {
border: 1px solid black;
width: 90%;
}
#page-elispm #track_selection_table td:last-child,
#page-elispm #class_selection_table td:last-child {
text-align: right;
}
.results.enginestatus {
text-align: center;
padding-top: 2em;
}
.results.enginestatus .generaltable {
margin: 0 auto;
}
/* Used to hide buttons on the dashboard */
input.hide {
display: none;
}
/*
Specific fix so that IE knows hidden fieldsets hidden by moving off
to the left are not wide enough to hit the viewing area
*/
fieldset.accesshide.custom_field_default_fieldset {
width: 100%;
}