Rev 11999 | Rev 12639 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11999 | Rev 12004 | ||
---|---|---|---|
Line 85... | Line 85... | ||
85 | border-bottom: 1px solid gray; |
85 | border-bottom: 1px solid gray; |
86 | border-left: 2px solid gray; |
86 | border-left: 2px solid gray; |
87 | overflow: scroll; |
87 | overflow: scroll; |
88 | } |
88 | } |
89 | 89 | ||
90 | /*td.wims_user_sheet_expire {}*/ |
- | |
91 | .wims_user_sheet_score { |
90 | .wims_user_sheet_score { |
92 | color:#A52A2A; |
91 | color:#A52A2A; |
93 | white-space:nowrap; |
92 | white-space:nowrap; |
94 | } |
93 | } |
95 | .wims_user_sheet_type { |
94 | .wims_user_sheet_type, .wims_user_exam_type { |
96 | /*text-align:left;*/ |
- | |
97 | white-space:nowrap; |
95 | white-space:nowrap; |
98 | /*width:120px;*/ |
- | |
99 | font-weight: bold; |
96 | font-weight: bold; |
100 | } |
97 | } |
101 | 98 | ||
102 | tr.wims_user_sheet, |
99 | tr.wims_user_sheet, |
103 | tr.wims_user_vote{ |
100 | tr.wims_user_vote{ |
Line 111... | Line 108... | ||
111 | } |
108 | } |
112 | 109 | ||
113 | td.wims_user_doc_type {width:120px;} |
110 | td.wims_user_doc_type {width:120px;} |
114 | tr.wims_user_exam {text-align:left;} |
111 | tr.wims_user_exam {text-align:left;} |
115 | 112 | ||
116 | td.wims_user_exam_type { |
- | |
117 | text-align:left; |
- | |
118 | white-space:nowrap; |
- | |
119 | width:120px; |
- | |
120 | } |
- | |
121 | 113 | ||
122 | td.wims_user_vote_type { |
114 | td.wims_user_vote_type { |
123 | text-align:left; |
115 | text-align:left; |
124 | white-space:nowrap; |
116 | white-space:nowrap; |
125 | width:120px; |
117 | width:120px; |
126 | } |
118 | } |
127 | 119 | ||
128 | table.wims_user_table { |
120 | table.wims_user_table { |
129 | background-color: transparent; |
121 | background-color: transparent; |
130 | padding: 5pt; |
122 | padding: 5pt; |
131 | border-bottom: 1px solid gray; |
123 | border-bottom: 1px solid gray; |
Line 150... | Line 142... | ||
150 | border-style: solid; |
142 | border-style: solid; |
151 | border-width: 1px; |
143 | border-width: 1px; |
152 | background-color: #FFF; |
144 | background-color: #FFF; |
153 | } |
145 | } |
154 | /* Status 0 = hidden or work in progress */ |
146 | /* Status 0 = hidden or work in progress */ |
155 | .wims_status_0, .wims_status_3{ |
147 | .wims_status_0, .wims_doc_status_0, .wims_status_3{ |
156 | color: #666; |
148 | color: #666; |
157 | font-style: italic; |
149 | font-style: italic; |
158 | } |
150 | } |
159 | .wims_status.wims_status_0, .wims_status.wims_status_3{ |
151 | .wims_status.wims_status_0, .wims_status.wims_status_3{ |
160 | border-style: dashed; |
152 | border-style: dashed; |
161 | } |
153 | } |
162 | /* Status 1 = visible or active */ |
154 | /* Status 1 = visible or active */ |
163 | .wims_status_1{color: green} |
155 | .wims_status_1, .wims_doc_status_1{color: green} |
164 | /* Status 2 = expired */ |
156 | /* Status 2 = expired */ |
165 | .wims_status_2, .wims_status_3{color: orangered} |
157 | .wims_status_2, .wims_doc_status_2, .wims_status_3{color: orangered} |
166 | /* Status 3 = expired & hidden */ |
158 | /* Status 3 = expired & hidden */ |
167 | /*.wims_status_3{}*/ |
159 | /*.wims_status_3{}*/ |
- | 160 | ||
- | 161 | /** Documents status **/ |
|
- | 162 | /* doc status 0 = can't read or write */ |
|
- | 163 | /*..wims_doc_status_0{}*/ |
|
- | 164 | /* doc status 1 = can read but not write */ |
|
- | 165 | /*.wims_doc_status_1{}*/ |
|
- | 166 | /* doc status 2 = can read and write */ |
|
- | 167 | /*.wims_doc_status_2{}*/ |
|
168 | 168 | ||
169 | 169 | ||
170 | 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 { |
171 | list-style:none; |
171 | list-style:none; |
172 | padding:0.5em; |
172 | padding:0.5em; |