PluginProbe
ShiftController Employee Shift Scheduling / 2.2.0
ShiftController Employee Shift Scheduling v2.2.0
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.0, at happ/assets/css/hitcode.css

477 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-condensed>li>a {
152 padding: 3px 5px;
153 }
154
155 #nts .nav-condensed li.dropdown-header {
156 margin-right: -5px;
157 margin-left: -5px;
158 padding: 1px 2px;
159 }
160
161 #nts .alert {
162 padding: 8px 12px;
163 margin-bottom: 8px;
164 }
165
166 #nts .alert-archive {
167 background-color: #eee;
168 background-color: #f8f8f8;
169 border-color: #ddd;
170 }
171
172 #nts .alert-archive2 {
173 border-color: #ddd;
174 }
175
176 #nts .alert-archive-success {
177 color: #468847;
178 }
179
180 #nts .alert-danger2 {
181 border: #c00 1px solid;
182 }
183
184 #nts .alert-none {
185 color: #000;
186 background-color: #fff;
187 border-color: #ccc;
188 }
189
190 #nts .nav>li>a.alert-condensed,
191 #nts .alert-condensed {
192 padding: 2px 4px 2px 4px;
193 margin-bottom: 4px;
194 }
195
196 #nts .alert-condensed2 {
197 padding: 2px 4px 2px 4px;
198 margin-bottom: 2px;
199 }
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 }
230 }
231
232 #nts .label {
233 display: inline-block;
234 }
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;
242 }
243
244 #nts .label-lg,
245 #nts .label-large {
246 -webkit-border-radius: 6px;
247 -moz-border-radius: 6px;
248 border-radius: 6px;
249 }
250
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;
258 }
259
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;
273 }
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
287 #nts .btn-label {
288 max-width: 12em;
289 font-weight: bold;
290 overflow: hidden;
291 white-space: nowrap;
292 }
293
294 #nts .error2 {
295 border-color: #900;
296 }
297
298 #nts .radio,
299 #nts .checkbox {
300 display: inline-block;
301 }
302
303 #nts .text-big {
304 font-size: 1.1em;
305 }
306
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 .hc-tooltip {
451 border-bottom: 1px dotted;
452 }
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 }
477