PluginProbe
ShiftController Employee Shift Scheduling / 2.2.2
ShiftController Employee Shift Scheduling v2.2.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
shiftcontroller / happ / assets / css / hitcode.css

hitcode.css in ShiftController Employee Shift Scheduling 2.2.2, at happ/assets/css/hitcode.css

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