|
3 | 3 | @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); |
4 | 4 | @import url(theme.css); |
5 | 5 | @import url(color_tasks.css); |
| 6 | +@import url(DMSF.css); |
| 7 | +@import url(buttons.css); |
6 | 8 |
|
7 | 9 | html{ |
8 | 10 | overflow-x: hidden; |
@@ -195,70 +197,7 @@ label[for="q"]{ |
195 | 197 |
|
196 | 198 | /*=====TABLE=====*/ |
197 | 199 |
|
198 | | -table.list{ |
199 | | - border-radius: 6px; |
200 | | - border-collapse: separate !important; |
201 | | - overflow: hidden; |
202 | | - line-height: 40px; |
203 | | - border: 2px solid #eeeff3; |
204 | | - border-spacing: 0; |
205 | | - color: #6b7d94; |
206 | | -} |
207 | | - |
208 | | -table.list th { |
209 | | - background-color: #6f7c93; |
210 | | - text-align: center !important; |
211 | | -} |
212 | | - |
213 | | -table.list tr.even{ |
214 | | - background-color: #fefefe; |
215 | | -} |
216 | | - |
217 | | -table.list tr.odd{ |
218 | | - background-color: #fbfcfe; |
219 | | -} |
220 | | - |
221 | | -table.list th a{ |
222 | | - color: #f5f6f7; |
223 | | -} |
224 | | - |
225 | | -table.list td{ |
226 | | - vertical-align: middle; |
227 | | -} |
228 | | - |
229 | | -table.list tbody tr:hover { |
230 | | - background-color: #7bbbe5; |
231 | | -} |
232 | 200 |
|
233 | | -table.list th.checkbox{ |
234 | | - width: 50px; |
235 | | - text-align: none; |
236 | | -} |
237 | | - |
238 | | -table.progress{ |
239 | | - width: 100% !important; |
240 | | - border-radius: 2px; |
241 | | - border-collapse: separate !important; |
242 | | - overflow: hidden; |
243 | | -} |
244 | | - |
245 | | -table.progress td.todo{ |
246 | | - height: 5px !important; |
247 | | - border-right: 5px !important; |
248 | | - background-color: #d8e3ea; |
249 | | -} |
250 | | - |
251 | | -table.progress td.closed{ |
252 | | - height: 5px !important; |
253 | | - border-right: 5px !important; |
254 | | - background-color: #4cbac1; |
255 | | -} |
256 | | - |
257 | | -table.progress{ |
258 | | - height: 5px !important; |
259 | | - border-right: 5px !important; |
260 | | - |
261 | | -} |
262 | 201 |
|
263 | 202 | /*==========FALSH NOTICE======*/ |
264 | 203 | div.flash.notice{ |
@@ -287,3 +226,4 @@ div.flash.notice{ |
287 | 226 | .ui-datepicker table .ui-datepicker-week-col{ |
288 | 227 | padding-left: 20px; |
289 | 228 | } |
| 229 | + |
0 commit comments