PluginProbe
ShiftController Employee Shift Scheduling / 2.1.2
ShiftController Employee Shift Scheduling v2.1.2
4.9.97 4.9.96 4.9.95 4.9.74 4.9.75 4.9.76 4.9.77 4.9.78 4.9.84 4.9.85 4.9.87 4.9.91 4.9.92 trunk 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 3.2.4 All 38 releases
← All changes | happ/assets/css/hitcode.css +97 -399 2.2.12.1.2 View file →
@@ -1,65 +1,39 @@
1 -#nts {
2 - margin: 0.5em 0;
3 - padding: 0 1.5em;
1 +.hc {
4 2 white-space: normal;
5 - width: auto;
6 - background-color: inherit;
7 3 }
8 4
9 -#nts form {
10 - margin: 0 0;
11 - padding: 0 0;
12 - }
13 -
14 -#nts .container-fluid {
15 - padding: 0 0;
5 +.hc .hc-cal [class*="span"] {
6 + margin-bottom: 20px;
16 7 }
17 8
18 -#nts a {
19 - text-decoration: underline;
20 -}
21 -
22 -#nts a .label,
23 -#nts a.btn,
24 -#nts a.list-group-item,
25 -#nts .dropdown-menu a,
26 -#nts .nav a {
27 - text-decoration: none;
28 -}
29 -
30 -#nts .form-condensed .control-group {
31 - margin-top: 0;
32 - margin-bottom: 5px;
9 +.hc .form-condensed .control-group {
10 + margin-top: 0;
11 + margin-bottom: 5px;
33 12 }
34 -
35 -#nts .pagination {
13 +.hc .pagination {
36 14 margin: 0 0;
37 15 }
38 -
39 -#nts .row {
40 - *zoom: 1;
16 +.hc-loading {
17 + background-color: #eee;
18 + background-image: url('../img/small-indicator.gif');
19 + background-position: center center;
20 + background-repeat: no-repeat;
21 + opacity: 1;
41 22 }
42 -
43 -#nts a .inlink-icon{
44 - margin-right: 0.5em;
23 +.hc-loading * {
24 + opacity: 0.8;
45 25 }
46 26
47 -#nts input[type="checkbox"] {
48 - margin: 0 0;
49 - padding: 0 0;
50 - }
51 -
52 27 /* overwrite wordpress */
53 -#nts input[type="checkbox"] .form-control,
54 -#nts input[type="submit"] .form-control,
55 -#nts input[type="text"] .form-control,
56 -#nts input[type="password"] .form-control,
57 -#nts input[type="number"] .form-control,
58 -#nts input[type="search"] .form-control,
59 -#nts input[type="email"] .form-control,
60 -#nts input[type="url"] .form-control,
61 -#nts textarea {
28 +.hc input[type="submit"],
29 +.hc input[type="text"],
30 +.hc input[type="password"],
31 +.hc input[type="number"],
32 +.hc input[type="search"],
33 +.hc input[type="email"],
34 +.hc input[type="url"],
35 +.hc textarea {
62 36 width: auto;
63 37 -moz-box-sizing: content-box;
64 38 -webkit-box-sizing: content-box;
65 39 -ms-box-sizing: content-box; /* ie8 only */
@@ -67,410 +41,134 @@
67 41 vertical-align: middle;
68 42 margin: 0em 0em;
69 43 }
70 44
71 -#nts .navbar {
72 - z-index: 1;
45 +/* fix some bootstrap defaults */
46 +.hc .accordion-heading {
47 + padding: 5px 15px;
48 + border-bottom: 0;
73 49 }
74 -#nts .nav {
75 - margin-left: 0;
76 - margin-right: 0;
77 - margin-bottom: 1em;
78 - }
79 -#nts .nav>li {
80 - margin-left: 0;
81 - margin-right: 0;
82 - }
83 -
84 -#nts .list-inline {
85 - margin-left: 0;
86 - margin-right: 0;
50 +.hc .accordion-heading .accordion-toggle {
51 + padding: 0px 0px;
87 52 }
88 -#nts .list-inline>li {
89 - margin-left: 0;
90 - margin-right: 0;
53 +.hc .accordion-striped .accordion-group:nth-child(odd) {
54 + background-color: #f9f9f9;
91 55 }
92 56
93 -#nts .form-control {
94 - display: inline;
95 - width: auto;
96 - border-radius: 0px;
97 - -webkit-box-shadow: none;
98 - box-shadow: none;
99 - -webkit-transition: none;
100 - transition: none;
57 +.hc .nav-list-condensed {
58 + padding-right: 5px;
59 + padding-left: 5px;
101 60 }
102 -
103 -#nts .form-control:focus {
104 - border-color: #66afe9;
105 - border-color: #afe966;
106 - outline: 0;
107 - -webkit-box-shadow: none;
108 - box-shadow: none;
61 +.hc .nav-list-condensed>li>a,
62 +.hc .nav-list-condensed .nav-header {
63 + margin-right: -5px;
64 + margin-left: -5px;
65 + padding: 1px 2px;
109 66 }
110 -
111 -#nts .dropdown-menu>li,
112 -#nts .navbar .navbar-nav>li {
113 -/*
114 - margin: 0 0;
115 - padding: 0 0;
116 -*/
67 +.hc .nav-list-condensed>li>a {
68 + padding: 3px 5px;
117 69 }
118 70
119 -#nts .navbar .navbar-nav {
120 - margin: 0 0;
121 - padding: 0 0;
122 -}
123 -
124 -#nts .smaller {
71 +.hc .smaller {
125 72 font-size: 0.9em;
126 73 }
127 74
128 -#nts .squeeze-in {
75 +.hc .squeeze-in a {
129 76 display: block;
130 77 overflow: hidden;
131 78 white-space: nowrap;
132 -}
133 -#nts .squeeze-in a {
134 - display: block;
135 - overflow: hidden;
136 - white-space: nowrap;
137 79 margin-right: 2px;
138 80 }
139 81
140 -#nts .nav-condensed {
141 - padding-right: 5px;
142 - padding-left: 5px;
143 - margin: 0 0;
82 +.hc ul.aligned,
83 +.hc ol.aligned {
84 + margin: 0 0 5px 10px;
144 85 }
145 -#nts .nav-condensed>li>a,
146 -#nts .nav-condensed .nav-header {
147 - margin-right: -5px;
148 - margin-left: -5px;
149 - padding: 1px 2px;
86 +
87 +.hc .alert-condensed {
88 + padding: 2px 4px 2px 4px;
89 + margin-bottom: 4px;
150 90 }
151 -#nts .nav-condensed>li>a {
152 - padding: 3px 5px;
91 +
92 +.hc .alert-regular {
93 + padding: 4px 8px 4px 8px;
94 + margin-bottom: 4px;
153 95 }
154 -
155 -#nts .nav-condensed li.dropdown-header {
156 - margin-right: -5px;
157 - margin-left: -5px;
158 - padding: 1px 2px;
96 +.hc .alert-regular .close {
97 + top: 0;
98 + right: 0;
159 99 }
160 100
161 -#nts .alert {
162 - padding: 8px 12px;
163 - margin-bottom: 8px;
164 -}
165 101
166 -#nts .alert-archive {
102 +.hc .alert-archive {
167 103 background-color: #eee;
168 - background-color: #f8f8f8;
169 - border-color: #ddd;
104 + border-color: #ccc;
105 + color: #333;
170 106 }
171 107
172 -#nts .alert-archive2 {
173 - border-color: #ddd;
108 +.hc .alert-error2 {
109 + border: #c00 1px solid;
174 110 }
175 111
176 -#nts .alert-archive-success {
112 +.hc .alert-archive-success {
177 113 color: #468847;
178 114 }
179 115
180 -#nts .alert-danger2 {
181 - border: #c00 1px solid;
182 -}
183 -
184 -#nts .alert-none {
116 +.hc .alert-none {
185 117 color: #000;
186 118 background-color: #fff;
187 119 border-color: #ccc;
188 120 }
189 121
190 -#nts .nav>li>a.alert-condensed,
191 -#nts .alert-condensed {
192 - padding: 2px 4px 2px 4px;
193 - margin-bottom: 4px;
122 +.hc .nav-tabs>.tab-error>a,
123 +.hc .nav-tabs>.tab-error>a:hover,
124 +.hc .nav-tabs>.tab-error>a:focus {
125 + background-color: #f2dede;
194 126 }
195 -
196 -#nts .alert-condensed2 {
197 - padding: 2px 4px 2px 4px;
198 - margin-bottom: 2px;
127 +.hc .nav-tabs>.tab-info>a,
128 +.hc .nav-tabs>.tab-info>a:hover,
129 +.hc .nav-tabs>.tab-info>a:focus {
130 + background-color: #d9edf7;
199 131 }
200 -
201 -#nts .hc-nowrap {
202 - white-space: nowrap;
203 - }
204 -
205 -#nts .form-control-static {
206 - padding-top: 3px;
207 - margin-bottom: 0;
208 - }
209 -
210 -.hc-loading {
211 - background-color: #eee;
212 - background-image: url('../img/small-indicator.gif');
213 - background-position: center center;
214 - background-repeat: no-repeat;
215 - opacity: 1;
216 - }
217 -.hc-loading * {
218 - opacity: 0.8;
219 - }
220 -
221 -@media print {
222 - #nts a[href]:after {
223 - content: "";
224 - }
225 -
226 - #nts [class^="fa "],
227 - #nts [class*=" fa-"]{
228 - display: none;
229 - }
132 +.hc .nav-tabs>.tab-success>a,
133 +.hc .nav-tabs>.tab-success>a:hover,
134 +.hc .nav-tabs>.tab-success>a:focus {
135 + background-color: #dff0d8;
230 136 }
231 -
232 -#nts .label {
233 - display: inline-block;
137 +.hc .nav-tabs>.tab-warning>a,
138 +.hc .nav-tabs>.tab-warning>a:hover,
139 +.hc .nav-tabs>.tab-warning>a:focus {
140 + background-color: #fcf8e3;
234 141 }
235 -
236 -#nts .label-lg,
237 -#nts .badge-lg,
238 -#nts .label-large,
239 -#nts .badge-large {
240 - padding: 2px 6px;
241 - font-size: 14px;
142 +.hc .nav-tabs>.tab-archive>a,
143 +.hc .nav-tabs>.tab-archive>a:hover,
144 +.hc .nav-tabs>.tab-archive>a:focus {
145 + background-color: #eee;
242 146 }
243 147
244 -#nts .label-lg,
245 -#nts .label-large {
246 - -webkit-border-radius: 6px;
247 - -moz-border-radius: 6px;
248 - border-radius: 6px;
148 +.hc .hc-radio-info {
149 + display: none;
249 150 }
250 151
251 -#nts .badge-lg,
252 -#nts .badge-large {
253 - padding-right: 12px;
254 - padding-left: 12px;
255 - -webkit-border-radius: 12px;
256 - -moz-border-radius: 12px;
257 - border-radius: 12px;
152 +.hc .container-fluid {
153 + padding: 0 0;
258 154 }
259 155
260 -#nts dt,
261 -#nts dd {
262 - margin: 0 0;
263 - line-height: 32px;
264 -}
265 -
266 -#nts dt.dl-header,
267 -#nts dd.dl-header {
268 - font-weight: normal;
269 -}
270 -
271 -#nts .dropdown-menu-hori {
272 - overflow: auto;
156 +@media print {
157 + .hc a[href]:after {
158 + content: "";
273 159 }
274 -#nts .dropdown-menu-hori>li {
275 - max-width: 12em;
276 - width: 12em;
277 - white-space: nowrap;
278 - overflow: hidden;
279 - float: left;
280 - margin-right: 2px;
281 - margin-bottom: 2px;
282 - }
283 -#nts .dropdown-menu-hori>li>a {
284 - padding: 3px 10px;
285 - }
286 160
287 -#nts .btn-label {
288 - max-width: 12em;
289 - font-weight: bold;
290 - overflow: hidden;
291 - white-space: nowrap;
161 + .hc [class^="icon-"],
162 + .hc [class*=" icon-"] {
163 + display: none;
292 164 }
293 -
294 -#nts .error2 {
295 - border-color: #900;
296 165 }
297 166
298 -#nts .radio,
299 -#nts .checkbox {
300 - display: inline-block;
301 -}
302 -
303 -#nts .text-big {
304 - font-size: 1.1em;
167 +.hc .dropdown-menu>li,
168 +.hc .nav>li {
169 + margin-left: 0px;
305 170 }
306 171
307 -#nts .list-separated>li {
308 - margin-bottom: 0.5em;
309 -}
310 -
311 -#nts .list-hori-separated>li {
312 - margin-right: 0.5em;
313 - margin-left: 0.5em;
314 -}
315 -
316 -#nts li.list-item-hori-separated {
317 - margin-right: 0.5em;
318 - margin-left: 0.5em;
319 -}
320 -
321 -#nts .nts-row-spaced {
322 - margin-top: 0.5em;
323 -}
324 -
325 -#nts .table-striped2 tbody:nth-child(odd)>tr:nth-child(1)>td {
326 - background-color: #f9f9f9;
327 -}
328 -
329 -#nts .table tbody+tbody {
330 - border-width: 0px;
331 -}
332 -
333 -#nts .close2 {
334 - padding: 0 0;
335 - margin: 0 0;
336 - font-weight: bold;
337 - text-shadow: 0 1px 0 #fff;
338 - opacity: .5;
339 - filter: alpha(opacity=50);
340 - }
341 -
342 -#nts .close {
343 - color: #900;
344 - opacity: .5;
345 - filter: alpha(opacity=50);
346 -}
347 -#nts a.close {
348 - text-decoration: none;
349 -}
350 -
351 -#nts .close:hover,
352 -#nts .close:focus {
353 - color: #b00;
354 - opacity: .8;
355 - filter: alpha(opacity=80);
356 -}
357 -
358 -#nts .nav-pills>.divider,
359 -#nts .nav-tabs>.divider {
360 - width: 1px;
361 - margin: 0 9px;
362 - overflow: hidden;
363 - background-color: #ddd;
364 - padding: 10px 0px;
365 -}
366 -
367 -#nts .nav-stacked .divider {
368 - width: auto;
369 - height: 1px;
370 - margin: 9px 0;
371 - overflow: hidden;
372 - background-color: #e5e5e5;
373 - padding: 0px 10px;
374 -}
375 -
376 -#nts .nav>li>.nav-item { /* like a */
377 - position: relative;
378 - display: block;
379 - padding: 5px 10px;
380 - border-radius: 5px;
381 -}
382 -
383 -#nts .nav-pills>li.active>.nav-item,
384 -#nts .nav-pills>li.active>a,
385 -#nts .nav-pills>li.active>a:hover,
386 -#nts .nav-pills>li.active>a:focus {
387 - background-color: 428bca;
388 -}
389 -
390 -#nts .help-inline {
391 - display: inline-block;
392 - *display: inline;
393 - padding-left: 5px;
394 - vertical-align: middle;
395 - *zoom: 1;
396 -}
397 -
398 -#nts .has-error .help-inline {
399 - color: #b94a48;
400 -}
401 -
402 -#nts .page-header {
403 - margin-top: 0;
404 - }
405 -
406 -#nts-footer {
407 - margin: 1em 0;
408 - padding: 0 0;
409 - font-size: 80%;
410 - border-top: #bbbbbb 1px dotted;
411 - }
412 -
413 -/* extend some bootstrap colors for tabs */
414 -#nts .nav>li.tab-error>a,
415 -#nts .nav>li.tab-error>a:hover,
416 -#nts .nav>li.tab-error>a:focus {
417 - background-color: #f2dede;
418 - color: inherit;
419 -}
420 -#nts .nav>li.tab-info>a,
421 -#nts .nav>li.tab-info>a:hover,
422 -#nts .nav>li.tab-info>a:focus {
423 - background-color: #d9edf7;
424 - color: inherit;
425 -}
426 -#nts .nav>li.tab-success>a,
427 -#nts .nav>li.tab-success>a:hover,
428 -#nts .nav>li.tab-success>a:focus {
429 - background-color: #dff0d8;
430 - color: inherit;
431 -}
432 -#nts .nav>li.tab-warning>a,
433 -#nts .nav>li.tab-warning>a:hover,
434 -#nts .nav>li.tab-warning>a:focus {
435 - background-color: #fcf8e3;
436 - color: inherit;
437 -}
438 -#nts .nav>li.tab-archive>a,
439 -#nts .nav>li.tab-archive>a:hover,
440 -#nts .nav>li.tab-archive>a:focus {
441 - background-color: #ddd;
442 - background-color: #f8f8f8;
443 - color: inherit;
444 -}
445 -
446 -#nts .hc-radio-info {
447 - display: none;
448 -}
449 -
450 172 .hc-tooltip {
451 173 border-bottom: 1px dotted;
452 174 }
453 -
454 -#nts li {
455 - margin: 0 0;
456 - padding: 0 0;
457 - }
458 -#nts .nav>li>a:hover,
459 -#nts .nav>li>a:focus {
460 - background-color: #f8f8f8;
461 -}
462 -#nts .nav .open>a,
463 -#nts .nav .open>a:hover,
464 -#nts .nav .open>a:focus {
465 - background-color: #f8f8f8;
466 -}
467 -
468 -
469 -#nts .page-header {
470 - border-color: #ddd;
471 -}
472 -
473 -#nts .radio-vertical label,
474 -#nts .checkbox-vertical label {
475 - display: block;
476 -}