Subversion Repositories wimsdev

Rev

Rev 10945 | Rev 12004 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10945 Rev 11999
Line 110... Line 110...
110
   white-space:nowrap;
110
   white-space:nowrap;
111
}
111
}
112
 
112
 
113
td.wims_user_doc_type {width:120px;}
113
td.wims_user_doc_type {width:120px;}
114
tr.wims_user_exam {text-align:left;}
114
tr.wims_user_exam {text-align:left;}
115
/*td.wims_user_exam_expire {}*/
-
 
116
 
115
 
117
td.wims_user_exam_type {
116
td.wims_user_exam_type {
118
   text-align:left;
117
   text-align:left;
119
   white-space:nowrap;
118
   white-space:nowrap;
120
   width:120px;
119
   width:120px;
Line 142... Line 141...
142
   padding-left: 10pt;
141
   padding-left: 10pt;
143
   border-bottom: 1px solid gray;
142
   border-bottom: 1px solid gray;
144
   border-left: 3px solid gray;
143
   border-left: 3px solid gray;
145
   width:100%;
144
   width:100%;
146
}
145
}
-
 
146
 
-
 
147
/* WIMS status (for sequences, sheets and exams)*/
-
 
148
.wims_status{
-
 
149
   padding: 2px .5em;
-
 
150
   border-style: solid;
-
 
151
   border-width: 1px;
-
 
152
   background-color: #FFF;
-
 
153
}
-
 
154
/* Status 0 = hidden or work in progress */
-
 
155
.wims_status_0, .wims_status_3{
-
 
156
   color: #666;
-
 
157
   font-style: italic;
-
 
158
}
-
 
159
.wims_status.wims_status_0, .wims_status.wims_status_3{
-
 
160
   border-style: dashed;
-
 
161
}
-
 
162
/* Status 1 = visible or active */
-
 
163
.wims_status_1{color: green}
-
 
164
/* Status 2 = expired */
-
 
165
.wims_status_2, .wims_status_3{color: orangered}
-
 
166
/* Status 3 = expired & hidden */
-
 
167
/*.wims_status_3{}*/
-
 
168
 
147
 
169
 
148
ul.wims_user_doc, ul.wims_user_docp, ul.wims_user_vote {
170
ul.wims_user_doc, ul.wims_user_docp, ul.wims_user_vote {
149
   list-style:none;
171
   list-style:none;
150
   padding:0.5em;
172
   padding:0.5em;
151
}
173
}