blob: 7cf3d76d4052f061547eb9193b0abe3c8bbb512a [file] [log] [blame]
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301
2/*
3 * lib/css/legacy/body.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05304 */
5html {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05306 margin: 0px;
7 padding: 0px;
8}
9
10body {
11 margin: 0px;
12 padding: 0px;
13 font-family: Arial, Helvetica, Sans;
14 font-size: 12px;
15 color: #000;
Rushabh Mehta3f29b852012-02-20 15:40:29 +053016 background-color: #e2e2e2;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053017}
18
Rushabh Mehtaafaac602012-02-14 11:44:13 +053019pre { margin: 0px; padding: 0px; }
20
21button { margin: 2px; margin-left: 0px; }
22
23label {
24 padding-top: 15px;
25 color: #404040;
26}
27
28select, input, textarea {
Rushabh Mehtab9878d02012-03-12 16:12:09 +053029 border: 1px solid #ccc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053030 -moz-border-radius: 4px;
31 -webkit-border-radius: 4px;
32 font-size: 13px;
33 padding: 4px;
Rushabh Mehtab9878d02012-03-12 16:12:09 +053034 color: #444;
35 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
37 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
Rushabh Mehtaafaac602012-02-14 11:44:13 +053038}
39
40textarea {
41 font-family: inherit;
42 height: 120px;
43 width: 90%;
44 font-size: 12px;
45 white-space: normal;
46}
47
48table { padding: 0px; border-collapse: 'collapse'}
49
50td {
51 padding:0px;
52 margin: 0px;
53 vertical-align: top;
54}
55
56p {
57 margin: 0px 0px 9px 0px;
58 line-height: 1.5em;
59}
60
61li {
62 line-height: 1.5em;
63}
64
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053065hr {
66 margin: 18px 0;
67 border: 0;
68 border-top: 1px solid #e5e5e5;
69 border-bottom: 1px solid #ffffff;
70}
71
Rushabh Mehtad0251332012-02-21 17:26:50 +053072/* links */
73
Rushabh Mehtaafaac602012-02-14 11:44:13 +053074a:active { outline:none; }
75
Rushabh Mehtad0251332012-02-21 17:26:50 +053076a {
77 color: #0088cc;
78 text-decoration: none;
79}
80a:hover {
81 color: #005580;
82 text-decoration: underline;
83}
84
85.link_type {
86 padding:2px;
87 color: #0088cc;
88 cursor: pointer;
89}
90
91.link_type:hover {
92 color: #005580;
93 text-decoration: underline;
94}
95
Rushabh Mehtaafaac602012-02-14 11:44:13 +053096:focus { -moz-outline-style:none; }
97
98table.simpletable { border-collapse: collapse; margin-bottom: 10px;}
99table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; }
100
101div.fix_ff_cursor { overflow: auto; }
102
103/* --- Layout --- */
104
105div.comment { color: #444; }
106
107div#body_div {
108 position: relative;
109 display: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530110 padding-right: 7px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530111 width: 900px;
112 margin: auto;
113 margin-top: 56px;
114}
115
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530116.content {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530117 width: 900px;
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530118 margin-bottom: 30px;
119 position: absolute;
120 -webkit-transition:all 0.5s ease-in-out;
121 -moz-transition:all 0.5s ease-in-out;
122 -o-transition:all 0.5s ease-in-out;
123 -ms-transition:all 0.5s ease-in-out;
124 transition:all 0.5s ease-in-out;
125}
126
127.background-fade-in {
128 -webkit-transition: background 1s ease-in; /* property duration timing-function delay */
129 -moz-transition: background 1s ease-in;
130 -o-transition: background 1s ease-in;
131 transition: background 1s ease-in;
132}
133
134/* selector for open pages */
135#opened-page-selector {
136 width: 900px;
137 height: 900px;
138 position: absolute;
139 z-index: 100;
140 opacity: 0;
141 background-color: #bdf;
142}
143
144#opened-page-selector.active {
145 opacity: 0.6;
146 cursor: pointer;
147}
148
149.popover-container {
150 height: 400px;
151}
152
153footer {
154 position: absolute;
155 bottom: 0px;
156 width: 100%;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530157}
158header .container {
159 width: 900px;
160 margin: auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530161}
162
Rushabh Mehta2438de42012-03-15 16:43:46 +0530163@media (max-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530164 div#body_div, header .container, .content, #opened-page-selector, footer {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530165 width: 900px;
166 }
167}
168
169@media (min-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530170 div#body_div, header .container, .content, #opened-page-selector, footer {
171 width: 1100px;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530172 }
173}
174
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530175div.no_script {
176 display: none;
177}
178
179div.loading_div {
180 position: absolute;
181 background-color: #FFFFCC;
182 z-index: 1999;
183 right: 5px;
184 width: 90px;
185 display: none;
186 text-align: center;
187 padding: 2px;
188 font-size: 12px;
189 border: 1px solid #FF4;
190}
191
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530192div.std-footer {
193 margin: 13px 0px;
194 border-top: 1px solid #AAA;
195 padding: 13px;
196}
197
198div.std-footer-item {
199 margin: 0px 13px 13px 0px;
200}
201
202.shadow {
203 -moz-box-shadow: 0px 2px 2px #888;
204 -webkit-box-shadow: 0px 2px 2px #888;
205 box-shadow: 0px 2px 2px #888;
206}
207
208.round {
209 -webkit-border-radius: 5px;
210 -moz-border-radius: 5px;
211 border-radius: 5px;
212}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530213
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530214.layout_wrapper, .layout-wrapper {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530215 -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
216 -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
217 box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530218 background-color: #fff;
219 padding: 15px;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530220 margin-bottom: 30px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530221}
222
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530223.layout-wrapper-background {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530224 background-color: #fafafa !important;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530225 padding: 0px;
226}
227
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530228.layout-main-section {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530229 width: 71%;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530230 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530231 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530232 background-color: #FFF;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530233 min-height: 600px;
Rushabh Mehtafdea9662012-02-27 18:03:54 +0530234 -moz-box-shadow: 7px 0px 6px -2px #ddd;
235 -webkit-box-shadow: 7px 0px 6px -2px #ddd;
236 box-shadow: 7px 0px 6px -2px #ddd;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530237}
238
239.layout-side-section {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530240 width: 22%;
Anand Doshi40ee8d62012-02-24 19:21:47 +0530241 /*float: right;*/
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530242 color: #606060;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530243 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530244 padding: 15px;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530245 min-height: 600px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530246}
247
248/* from bootstrap */
249.container {
250 margin-left: auto;
251 margin-right: auto;
252 zoom: 1;
253}
254.container:before, .container:after {
255 display: table;
256 content: "";
257 zoom: 1;
258}
259.container:after {
260 clear: both;
261}
262
Anand Doshi40ee8d62012-02-24 19:21:47 +0530263.well {
264 min-height: 20px;
265 padding: 19px;
266 margin-bottom: 20px;
267 background-color: #f5f5f5;
268 border: 1px solid #eee;
269 border: 1px solid rgba(0, 0, 0, 0.05);
270 -webkit-border-radius: 4px;
271 -moz-border-radius: 4px;
272 border-radius: 4px;
273 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
274 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
275 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
276}
277
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530278.avatar-small {
279 display: inline-block;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530280 width: 24px;
281 height: 20px;
282 vertical-align: middle;
283 overflow: hidden;
284 margin: 0px 3px;
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530285}
286.avatar-small img {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530287 width: 24px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530288}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530289
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530290/*
291 * lib/css/legacy/messages.css
292 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530293
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530294/* FLOATING MESSAGE */
295
296.btn-img { cursor: pointer; }
297
298div.fetching { color: #888; text-align:right; }
299
300div.notice {
301 postion: absolute;
302 background-color: #000;
303 -moz-border-radius: 5px; -webkit-border-radius: 5px;
304 opacity: 0.6;
305 right: 0;
306 top: 0;
307 margin-top: 8px;
308 z-index: -1;
309 padding: 8px;
310}
311
312/** help **/
313
314.info-box {
315 background-color: #F8F8F8;
316 border: 1px solid #CCCCCC;
317 border-radius: 3px 3px 3px 3px;
318 line-height: 1.6em;
319 overflow: auto;
320 padding: 6px 10px;
321 margin-bottom: 9px;
322}
323
324.help_box, .help-box {
325 background-color:#FFC;
326 font-size: 13px;
327 color: #864;
328 padding: 7px;
329 margin: 11px 0px;
330 border: 1px solid #EEB;
331}
332
333.help_box_big {
334 background-color:#FFC;
335 color: #864;
336 padding: 7px;
337 margin: 7px 0px;
338 border: 1px solid #EEB;
339 text-align: center;
340 font-size: 14px;
341}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530342
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530343/*
344 * lib/css/legacy/forms.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530345 */
346/* FORMS */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530347
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530348div.form-section-head {
Rushabh Mehta38474e22012-03-13 16:11:52 +0530349 margin: 11px 0px 3px 0px;
350 border-top: 1px solid #ccc;
351 padding-top: 11px;
352}
353
354div.form-layout-row:first-child .form-section-head {
355 border-top: 0px solid #ccc !important;
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530356}
357
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530358div.form-section-head h3 {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530359 line-height: 20px;
360}
361
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530362div.form-section-head hr {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530363 margin: 9px 0px;
364}
365
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530366
367div.frm_print_wrapper {
368 background-color:#FFF;
369 border:1px solid #444;
370 padding: 40px;
371
372 box-shadow:1px 1px 8px #229;
373 -moz-box-shadow: 1px 1px 8px #229;
374 -webkit-box-shadow: 1px 1px 8px #229;
375}
376
377div.page_break {
378 margin: 24px 0px;
379 border-top: 1px dashed #888;
380}
381
382div.grid_tbarlinks {
383 border-bottom: 0px;
384 background-color: #CCC;
385 padding: 4px 4px 2px 4px;
Rushabh Mehtaa2713f82012-02-17 14:04:55 +0530386 width: 190px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530387 float: right;
388
389 -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
390 -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
391}
392
393
394div.frm_tip_box {
395 margin: 0px;
396 padding: 8px;
397 background-color: #FFC;
398 display: none;
399 font-size: 11px;
400 border: 1px solid #FFB;
401}
402
403div.frm_tip_box table {
404 border-collapse: collapse;
405 vertical-align: top;
406}
407
408td.frm_tray_area {
409 width: 122px;
410}
411
412div.dialog_frm {
413 position: relative;
414 margin: 10px;
415}
416
417
418
419/*------------------*/
420
421.top_cell {
422 height: 50px;
423}
424
425div.attach_area {
426 padding: 8px;
427 margin: 8px;
428 background-color: #EEE;
429}
430
431div.attach_area table {
432 width: 100%;
433}
434
435.tablabel_normal {
436 margin: 0 4px 0 0;
437 padding: 3px 5px;
438 line-height: 1.3em;
439 display: inline;
440 cursor: pointer;
441}
442
443.tablabel_selected {
444 margin: 0 4px 0 0;
445 padding: 3px 5px;
446 line-height: 1.3em;
447 font-weight: bold;
448 display: inline;
449 cursor: pointer;
450 color: #000;
451}
452
453.scrollhead_wrapper {
454 position: absolute;
455 z-index: 1;
456 height: 30px;
457}
458
459.treeimg {
460 cursor: pointer;
461 margin-right: 3px;
462}
463
464
465.sectionCell {
466 padding: 5px;
467 vertical-align: top;
468}
469
470.code_area {
471 width: 80%;
472 margin: 8px;
473 padding: 4px;
474 background-color: #F8F8F8;
475 border: 1px solid #CCC;
476 overflow-x: auto;
477}
478
479.code_text {
480 width: 100%;
481 height: 360px;
482 margin-top: 3px;
483 font-family: Courier, Fixed;
484 font-size: 12px;
485}
486
487div.time_field select{
488 display: inline;
489 margin: 2px;
490 width: 45px;
491}
492
493/* Documents */
494
495.frm_field_table {
496 width: 100%;
497 border-collapse: collapse;
498}
499
500.datalabelcell {
501 padding: 2px 0px;
502 width: 160px;
503 vertical-align: top;
504}
505.datainputcell { padding: 2px 0px; }
506
507
508.field_description, .help {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530509 margin: 3px 0px;
510 font-size: 11px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530511 color: #888;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530512}
513
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530514.help ol {
515 padding-left: 19px;
516}
517
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530518.field_description_top {
519 margin-bottom: 3px;
520}
521
522.field_label {
523 font-size:11px;
524}
525.input_area input, select, textarea {
526 font-size: 14px;
527 padding: 2px;
528}
529
530.input_area input {
531 width: 80%;
532 margin: 0px;
533}
534.input_area select {
535 width: 80%;
536}
537.input_area textarea {
538 width: 90%;
539}
540
541.disp_area {
542 width: 80%;
543 padding: 2px 0px;
544 font-size: 12px;
545}
546.disp_area_no_val {
547 height: 14px;
548}
549
550.no_img {
551 padding: 40px;
552 width: 100px;
553 height: 20px;
554 color: #888;
555 text-align: center;
556 border: 1px solid #AAA;
557}
558
559.input-mandatory {
560 font-size: 14px !important;
561 font-weight: bold;
562}
563
564.field-to-update {
565 background-color:#FEE;
566}
567
568/* sidebar */
569
570div.sidebar-comment-wrapper input {
571 width: 50%;
572}
573div.sidebar-comment-message {
574 margin-top: 8px;
575 font-size: 11px;
576 color: #777;
577}
578
579div.sidebar-comment-text {
580 font-size: 12px;
581 font-weight: bold;
582 margin-top: 8px;
583 color: #444;
584}
585div.sidebar-comment-info {
586 font-size: 10px;
587 color: #777;
588}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530589
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530590/*
591 * lib/css/legacy/grid.css
592 */
593
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530594
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530595/* Grid */
596
597
598/* --- Simple --- */
599.grid_wrapper_simple {
600 width: 100%;
601 margin-bottom: 8px;
602 border: 1px solid #AA9;
603}
604
605.grid_head_wrapper_simple {
606 padding: 0px;
607 border-bottom: 2px solid #AAA;
608}
609
610.grid_head_wrapper_simple td {
611 border-right: 1px solid #AA9;
612}
613
614.grid_head_wrapper_simple td div {
615 padding: 2px;
616}
617
618.grid_tab_wrapper_simple {
619}
620
621.grid_cell_simple {
622 padding: 2px;
623 background-color: #fff;
624 border-right: 1px solid #AA9;
625}
626
627
628/* --- Normal --- */
629.grid_wrapper {
630 position: relative;
631 overflow: auto;
632 border: 1px solid #AAA;
633 width: 100%;
634 margin-bottom: 8px;
635 background-color: #fff;
636}
637
638.grid_tab_wrapper {
639 position: absolute;
640 top: 40px;
641 border-bottom: 1px solid #DDD;
642}
643
644.grid_table, .grid_head_table {
645 table-layout: fixed;
646 border-collapse: collapse;
647 /*width: 100%;*/
648}
649
650.grid_cell {
651 border-right: 1px solid #ddd;
652 padding: 0px;
653 background-color: #fff;
654}
655
656.grid_head_wrapper {
657 position: absolute;
658 z-index: 1;
659 height: 40px;
660 padding: 0px;
661 overflow: hidden;
662 /*background-color: #fff;*/
663}
664
665.grid_head_table td {
666 background-color: #EEE;
667 border-right: 1px solid #AAA;
668 border-bottom: 1px solid #AAA;
669 height: 40px;
670 padding: 0px;
671}
672
673.grid_head_table td div {
674 color: #222;
675 font-weight: bold;
676 overflow: hidden;
677 padding: 2px 0px;
678 text-align: center;
679}
680
681.grid_selector {
682 padding: 1px;
683 border-right: 1px solid #DDD;
684 width: 20px;
685 background-color: #fff;
686}
687
688.grid_cell_div {
689 padding: 2px;
690 cursor: pointer;
691 overflow: hidden;
692 border: 2px solid #FFF;
693}
694
695.grid_cell_div_selected {
696 border: 2px solid #88f;
697}
698
699.grid_cell_div input, .grid_cell_div select, .grid_cell_div div input {
700 margin: 0px;
701 border: 0px;
702 width: 100%;
703 margin: 0px;
704 }
705
706.grid_cell_div textarea {
707 border: 3px solid #abf;
708 height:200px;
709 width: 300px;
710 z-index: 10;
711 position:absolute;
712}
713
714.gridDivSelected option { border: 0px; }
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530715
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530716/*
717 * lib/css/legacy/listing.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530718 */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530719
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530720
721/* SRS */
722
723table.srs_result_tab {
724 border: 2px solid #AAA;
725 border-collapse: collapse;
726}
727
728/* firefox bug fix for disappering borders */
729table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div {
730 position: static;
731}
732
733table.srs_result_tab td {
734 padding: 3px 2px;
735 position: static;
736}
737
738div.srs_body_area {
739}
740
741div.srs_results_area {
742}
743
744div.srs_filter_wrapper {
745 border: 1px solid #CCF;
746
747 background-color: #EEF;
748 margin:0px 0px 8px 0px;
749
750 -moz-border-radius: 5px;
751 -webkit-border-radius: 5px;
752 border-radius: 5px;
753}
754
755div.srs_filter_area {
756 padding: 8px;
757}
758
759div.srs_filter_area td {
760 vertical-align: middle;
761}
762
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530763/*
764 * lib/css/legacy/report.css
765 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530766
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530767/* Reports */
768
769div.report_grid_area {
770 position: relative;
771 padding: 8px;
772}
773
774
775div.report_tab {
776 border: 1px solid #AAA;
777 position: relative;
778 overflow: auto;
779}
780
781div.report_no_data {
782 padding: 8px;
783 background-color: #EEE;
784 border: 1px solid #DDD;
785 position: absolute;
786 margin-left: 40%;
787 margin-top: 50px;
788 display: none;
789}
790
791div.report_htitle {
792 float: left;
793 padding: 2px;
794 font-size: 14px;
795 font-weight: bold;
796 margin-left: 4px;
797 color: #665;
798 /*font-weight: bold;*/
799}
800
801div.report_tbar {
802 background-color: #EEF;
803 border: 1px solid #CCF;
804 border-bottom: 0px;
805 height: 28px;
806}
807
808div.report_tbar table{
809 width: 100%;
810}
811div.report_tbar table td {
812
813}
814div.report_tbar table td div {
815 position: relative;
816}
817div.report_tbar button, div.report_tbar select, div.report_tbar img {
818 font-size: 11px;
819 margin: 0px;
820}
821
822div.report_head_wrapper {
823 position: absolute;
824 height: 24px;
825 top: 0px;
826 z-index: 1;
827}
828
829div.report_tab_wrapper {
830 position: absolute;
831 border-bottom: 1px solid #AAA;
832 border-top: 1px solid #AAA;
833}
834
835div.report_tab_wrapper table, div.report_head_wrapper table {
836 table-layout: fixed;
837 border-collapse: collapse;
838 /*width: 100%;*/
839}
840
841div.report_tab_wrapper table td, div.report_head_wrapper table td {
842 border-left: 1px solid #AAA;
843 border-right: 1px solid #AAA;
844 border-bottom: 1px solid #AAA;
845 overflow: hidden;
846 padding: 0px;
847}
848
849div.report_tab_wrapper table td div, div.report_head_wrapper table td div {
850 padding: 3px;
851 overflow: hidden;
852}
853
854.report_head_cell {
855 background-color: #EEE;
856 border-bottom: 1px solid #AA9;
857 text-align: center;
858 font-weight: bold;
859}
860.report_head_cell div {
861 color:#222;
862 height: 18px;
863}
864
865
866/* FINDER */
867
868div.finder_wrapper {
869}
870
871div.finder_body_area {
872 margin: 16px;
873}
874
875div.finder_body {
876 display: none;
877}
878
879div.finder_advanced_area table {
880 width: 80%;
881}
882
883div.finder_advanced_area textarea {
884 width: 80%;
885}
886
887div.finder_filter_area {
888 position: relative;
889}
890
891div.filter_head {
892 font-size: 14px;
893 margin-bottom: 2px;
894}
895div.filter_dt_head {
896 font-size: 14px;
897 font-weight: bold;
898 margin-bottom: 2px;
899}
900table.filter_tab {
901 width: 96%;
902 border-collapse: collapse;
903}
904
905table.filter_tab td {
906 width: 50%;
907}
908
909div.finder_picker_area {
910
911}
912div.builder_field {
913 margin: 0px;
914}
915div.builder_dt_head {
916 font-size: 14px;
917 font-weight: bold;
918 margin-bottom: 2px;
919}
920
921div.builder_field table {
922 width: 90%;
923 border-collapse: collapse;
924}
925
926div.builder_label {
927 height: 20px;
928}
929
930div.builder_head {
931 font-size: 16px;
932 font-weight: bold;
933 color: #AB6;
934}
935
936table.builder_tab {
937 width: 96%;
938 border-collapse: collapse;
939}
940
941table.builder_tab td {
942 width: 33%;
943 padding: 2px;
944}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530945
946/*
947 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530948 */
949/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530950
951div.dialog_wrapper {
952 position: absolute;
953 width: 440px;
954 display: none;
955 z-index: 90;
956 background-color: #FFF;
957 border: 3px solid #222;
958 box-shadow:1px 1px 5px #777;
959 -moz-box-shadow: 1px 1px 5px #777;
960 -webkit-box-shadow: 1px 1px 5px #777;
961
962 border-radius: 5px;
963 -moz-border-radius: 5px;
964 -webkit-border-radius: 5px;
965}
966
967div.dialog_head {
968 height: 22px;
969 padding: 4px;
970 background-color: #222;
971 color: #FFF;
972}
973
974div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530975 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530976 border-radius: 5px;
977 -moz-border-radius: 5px;
978 -webkit-border-radius: 5px;
979}
980
981div.dialog_back {
982 position: fixed;
983 display: none;
984 top: 0px;
985 left: 0px;
986 bottom: 0px;
987 right: 0px;
988 background-color: #EEE;
989 opacity: 0.6;
990 z-index: 50;
991 text-align: center;
992}
993
994div.dialog_message {
995 display: none;
996 position: absolute;
997 width: 250px;
998 font-size: 12px;
999 z-index: 91;
1000 background-color:#FFF;
1001 padding: 12px;
1002 border: 1px solid #444;
1003}
1004
1005div.dialog_row {
1006 padding: 8px 8px 0px 8px;
1007}
1008
1009div.dialog_row table {
1010 width: 100%;
1011}
1012
1013div.dialog_row table td {
1014}
1015
1016div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
1017 width: 80%;
1018 font-size: 14px;
1019}
1020
1021div.dialog_row table td textarea {
1022 width: 80%;
1023 height: 200px;
1024 font-size: 12px;
1025}
1026
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301027
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301028/*
1029 * lib/css/legacy/tabs.css
1030 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301031
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301032/******* TABS ********/
1033
1034div.box_label_wrapper {
1035 border-bottom: 6px solid #777;
1036}
1037
1038div.box_label_body {
1039 height: 22px;
1040}
1041
1042ul.box_tabs {
1043 margin: 0px;
1044 padding: 0px;
1045 list-style: none;
1046}
1047
1048ul.box_tabs li {
1049 height: 22px;
1050 float:left;
1051 font-size: 12px;
1052 text-decoration: underline;
1053
1054 background-color: #DDD;
1055
1056 margin:0;
1057 margin-left: 4px;
1058 padding:0 0 0 9px;
1059 cursor: pointer;
1060}
1061
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301062ul.box_tabs li a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301063 display:block;
1064 padding:3px 15px 3px 6px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301065 text-decoration: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301066}
1067
1068ul.box_tabs li.box_tab_mouseover {
1069 background-color: #BBB;
1070}
1071
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301072ul.box_tabs li.box_tab_selected {
1073 background-color: #777;
1074
1075 background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
1076 background: -moz-linear-gradient(top, #999, #777);
1077
1078 color: #FFF;
1079 font-weight:bold;
1080
1081}
1082ul.box_tabs li.box_tab_selected a {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301083 color: #fff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301084}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301085
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301086/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301087 * lib/css/legacy/sidebar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301088 */
1089div.psidebar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301090}
1091
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301092div.psidebar div.head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301093 font-size: 14px;
1094 font-weight: bold;
1095 color: #555;
1096 margin-bottom: 12px;
1097}
1098
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301099div.psidebar div.section {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301100 margin-bottom: 11px;
1101 overflow: hidden;
1102}
1103
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301104div.psidebar div.section-head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301105 padding: 5px 11px;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301106 border-bottom: 2px solid #777;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301107}
1108
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301109div.psidebar div.section-body {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301110 margin: 7px 11px 11px 11px;
1111}
1112
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301113div.psidebar div.section-item {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301114 margin-bottom: 7px;
1115}
1116
Rushabh Mehtad0251332012-02-21 17:26:50 +05301117div.psidebar div.section-item, div.psidebar .section-link {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301118 font-size: 11px;
1119 color: #666;
1120}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301121
1122/*
1123 * lib/css/Aristo/aristo.selected.css
1124 */
1125/*
1126 * jQuery UI CSS Framework 1.8.7
1127 *
1128 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1129 * Dual licensed under the MIT or GPL Version 2 licenses.
1130 * http://jquery.org/license
1131 *
1132 * http://docs.jquery.com/UI/Theming/API
1133 */
1134
1135/* Layout helpers
1136----------------------------------*/
1137.ui-helper-hidden { display: none; }
1138.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1139.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
1140.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
1141.ui-helper-clearfix { display: inline-block; }
1142/* required comment for clearfix to work in Opera \*/
1143* html .ui-helper-clearfix { height:1%; }
1144.ui-helper-clearfix { display:block; }
1145/* end clearfix */
1146.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
1147
1148
1149/* Interaction Cues
1150----------------------------------*/
1151.ui-state-disabled { cursor: default !important; }
1152
1153
1154/* Icons
1155----------------------------------*/
1156
1157/* states and images */
1158.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
1159
1160
1161/* Misc visuals
1162----------------------------------*/
1163
1164/* Overlays */
1165.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
1166
1167
1168/*
1169 * jQuery UI CSS Framework 1.8.7
1170 *
1171 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1172 * Dual licensed under the MIT or GPL Version 2 licenses.
1173 * http://jquery.org/license
1174 *
1175 * http://docs.jquery.com/UI/Theming/API
1176 *
1177 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
1178 */
1179
1180
1181/* Component containers
1182----------------------------------*/
1183.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
1184.ui-widget .ui-widget { font-size: 1em; }
1185.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
1186.ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; }
1187.ui-widget-content a { color: #4F4F4F; }
1188.ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; }
1189.ui-widget-header {
1190 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1191 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1192 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1193 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1194 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1195 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1196 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1197}
1198.ui-widget-header a { color: #4F4F4F; }
1199
1200/* Interaction states
1201----------------------------------*/
1202.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; font-weight: normal; color: #4F4F4F; }
1203.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
1204 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1205 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1206 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1207 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1208 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1209 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1210 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1211 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1212 -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1213 box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1214}
1215.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; text-decoration: none; }
1216.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #9D9D9D; font-weight: normal; color: #313131; }
1217.ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; }
1218.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
1219 outline: none;
1220 color: #1c4257; border: 1px solid #7096ab;
1221 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
1222 background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
1223 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
1224 background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
1225 background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
1226 background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
1227 background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
1228 -webkit-box-shadow: none;
1229 -moz-box-shadow: none;
1230 box-shadow: none;
1231}
1232.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; text-decoration: none; }
1233.ui-widget :active { outline: none; }
1234
1235/* Interaction Cues
1236----------------------------------*/
1237.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #d2dbf4; background: #f4f8fd; color: #0d2054; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
1238.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
1239.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #e2d0d0; background: #fcf0f0; color: #280b0b; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
1240.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
1241.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
1242.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
1243.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
1244.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
1245
1246/* Icons
1247----------------------------------*/
1248
1249/* states and images */
1250.ui-icon { width: 16px; height: 16px; background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1251.ui-widget-content .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1252.ui-widget-header .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1253.ui-state-default .ui-icon { background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1254.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1255.ui-state-active .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1256.ui-state-highlight .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1257.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background: url(../lib/css/Aristo/images/icon_sprite.png) -16px 0 no-repeat !important; }
1258.ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; }
1259
1260/* positioning */
1261.ui-icon-carat-1-n { background-position: 0 0; }
1262.ui-icon-carat-1-ne { background-position: -16px 0; }
1263.ui-icon-carat-1-e { background-position: -32px 0; }
1264.ui-icon-carat-1-se { background-position: -48px 0; }
1265.ui-icon-carat-1-s { background-position: -64px 0; }
1266.ui-icon-carat-1-sw { background-position: -80px 0; }
1267.ui-icon-carat-1-w { background-position: -96px 0; }
1268.ui-icon-carat-1-nw { background-position: -112px 0; }
1269.ui-icon-carat-2-n-s { background-position: -128px 0; }
1270.ui-icon-carat-2-e-w { background-position: -144px 0; }
1271.ui-icon-triangle-1-n { background-position: 0 -16px; }
1272.ui-icon-triangle-1-ne { background-position: -16px -16px; }
1273.ui-icon-triangle-1-e { background-position: -32px -16px; }
1274.ui-icon-triangle-1-se { background-position: -48px -16px; }
1275.ui-icon-triangle-1-s { background-position: -64px -16px; }
1276.ui-icon-triangle-1-sw { background-position: -80px -16px; }
1277.ui-icon-triangle-1-w { background-position: -96px -16px; }
1278.ui-icon-triangle-1-nw { background-position: -112px -16px; }
1279.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1280.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1281.ui-icon-arrow-1-n { background-position: 0 -32px; }
1282.ui-icon-arrow-1-ne { background-position: -16px -32px; }
1283.ui-icon-arrow-1-e { background-position: -32px -32px; }
1284.ui-icon-arrow-1-se { background-position: -48px -32px; }
1285.ui-icon-arrow-1-s { background-position: -64px -32px; }
1286.ui-icon-arrow-1-sw { background-position: -80px -32px; }
1287.ui-icon-arrow-1-w { background-position: -96px -32px; }
1288.ui-icon-arrow-1-nw { background-position: -112px -32px; }
1289.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1290.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1291.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1292.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1293.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1294.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1295.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1296.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1297.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
1298.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1299.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1300.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1301.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1302.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1303.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1304.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1305.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1306.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1307.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1308.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1309.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1310.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1311.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1312.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1313.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1314.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1315.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1316.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1317.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1318.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1319.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1320.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1321.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1322.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1323.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1324.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1325.ui-icon-arrow-4 { background-position: 0 -80px; }
1326.ui-icon-arrow-4-diag { background-position: -16px -80px; }
1327.ui-icon-extlink { background-position: -32px -80px; }
1328.ui-icon-newwin { background-position: -48px -80px; }
1329.ui-icon-refresh { background-position: -64px -80px; }
1330.ui-icon-shuffle { background-position: -80px -80px; }
1331.ui-icon-transfer-e-w { background-position: -96px -80px; }
1332.ui-icon-transferthick-e-w { background-position: -112px -80px; }
1333.ui-icon-folder-collapsed { background-position: 0 -96px; }
1334.ui-icon-folder-open { background-position: -16px -96px; }
1335.ui-icon-document { background-position: -32px -96px; }
1336.ui-icon-document-b { background-position: -48px -96px; }
1337.ui-icon-note { background-position: -64px -96px; }
1338.ui-icon-mail-closed { background-position: -80px -96px; }
1339.ui-icon-mail-open { background-position: -96px -96px; }
1340.ui-icon-suitcase { background-position: -112px -96px; }
1341.ui-icon-comment { background-position: -128px -96px; }
1342.ui-icon-person { background-position: -144px -96px; }
1343.ui-icon-print { background-position: -160px -96px; }
1344.ui-icon-trash { background-position: -176px -96px; }
1345.ui-icon-locked { background-position: -192px -96px; }
1346.ui-icon-unlocked { background-position: -208px -96px; }
1347.ui-icon-bookmark { background-position: -224px -96px; }
1348.ui-icon-tag { background-position: -240px -96px; }
1349.ui-icon-home { background-position: 0 -112px; }
1350.ui-icon-flag { background-position: -16px -112px; }
1351.ui-icon-calendar { background-position: -32px -112px; }
1352.ui-icon-cart { background-position: -48px -112px; }
1353.ui-icon-pencil { background-position: -64px -112px; }
1354.ui-icon-clock { background-position: -80px -112px; }
1355.ui-icon-disk { background-position: -96px -112px; }
1356.ui-icon-calculator { background-position: -112px -112px; }
1357.ui-icon-zoomin { background-position: -128px -112px; }
1358.ui-icon-zoomout { background-position: -144px -112px; }
1359.ui-icon-search { background-position: -160px -112px; }
1360.ui-icon-wrench { background-position: -176px -112px; }
1361.ui-icon-gear { background-position: -192px -112px; }
1362.ui-icon-heart { background-position: -208px -112px; }
1363.ui-icon-star { background-position: -224px -112px; }
1364.ui-icon-link { background-position: -240px -112px; }
1365.ui-icon-cancel { background-position: 0 -128px; }
1366.ui-icon-plus { background-position: -16px -128px; }
1367.ui-icon-plusthick { background-position: -32px -128px; }
1368.ui-icon-minus { background-position: -48px -128px; }
1369.ui-icon-minusthick { background-position: -64px -128px; }
1370.ui-icon-close { background-position: -80px -128px; }
1371.ui-icon-closethick { background-position: -96px -128px; }
1372.ui-icon-key { background-position: -112px -128px; }
1373.ui-icon-lightbulb { background-position: -128px -128px; }
1374.ui-icon-scissors { background-position: -144px -128px; }
1375.ui-icon-clipboard { background-position: -160px -128px; }
1376.ui-icon-copy { background-position: -176px -128px; }
1377.ui-icon-contact { background-position: -192px -128px; }
1378.ui-icon-image { background-position: -208px -128px; }
1379.ui-icon-video { background-position: -224px -128px; }
1380.ui-icon-script { background-position: -240px -128px; }
1381.ui-icon-alert { background-position: 0 -144px; }
1382.ui-icon-info { background: url(../lib/css/Aristo/images/icon_sprite.png) 0 0 no-repeat !important; }
1383.ui-icon-notice { background-position: -32px -144px; }
1384.ui-icon-help { background-position: -48px -144px; }
1385.ui-icon-check { background-position: -64px -144px; }
1386.ui-icon-bullet { background-position: -80px -144px; }
1387.ui-icon-radio-off { background-position: -96px -144px; }
1388.ui-icon-radio-on { background-position: -112px -144px; }
1389.ui-icon-pin-w { background-position: -128px -144px; }
1390.ui-icon-pin-s { background-position: -144px -144px; }
1391.ui-icon-play { background-position: 0 -160px; }
1392.ui-icon-pause { background-position: -16px -160px; }
1393.ui-icon-seek-next { background-position: -32px -160px; }
1394.ui-icon-seek-prev { background-position: -48px -160px; }
1395.ui-icon-seek-end { background-position: -64px -160px; }
1396.ui-icon-seek-start { background-position: -80px -160px; }
1397/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1398.ui-icon-seek-first { background-position: -80px -160px; }
1399.ui-icon-stop { background-position: -96px -160px; }
1400.ui-icon-eject { background-position: -112px -160px; }
1401.ui-icon-volume-off { background-position: -128px -160px; }
1402.ui-icon-volume-on { background-position: -144px -160px; }
1403.ui-icon-power { background-position: 0 -176px; }
1404.ui-icon-signal-diag { background-position: -16px -176px; }
1405.ui-icon-signal { background-position: -32px -176px; }
1406.ui-icon-battery-0 { background-position: -48px -176px; }
1407.ui-icon-battery-1 { background-position: -64px -176px; }
1408.ui-icon-battery-2 { background-position: -80px -176px; }
1409.ui-icon-battery-3 { background-position: -96px -176px; }
1410.ui-icon-circle-plus { background-position: 0 -192px; }
1411.ui-icon-circle-minus { background-position: -16px -192px; }
1412.ui-icon-circle-close { background-position: -32px -192px; }
1413.ui-icon-circle-triangle-e { background-position: -48px -192px; }
1414.ui-icon-circle-triangle-s { background-position: -64px -192px; }
1415.ui-icon-circle-triangle-w { background-position: -80px -192px; }
1416.ui-icon-circle-triangle-n { background-position: -96px -192px; }
1417.ui-icon-circle-arrow-e { background-position: -112px -192px; }
1418.ui-icon-circle-arrow-s { background-position: -128px -192px; }
1419.ui-icon-circle-arrow-w { background-position: -144px -192px; }
1420.ui-icon-circle-arrow-n { background-position: -160px -192px; }
1421.ui-icon-circle-zoomin { background-position: -176px -192px; }
1422.ui-icon-circle-zoomout { background-position: -192px -192px; }
1423.ui-icon-circle-check { background-position: -208px -192px; }
1424.ui-icon-circlesmall-plus { background-position: 0 -208px; }
1425.ui-icon-circlesmall-minus { background-position: -16px -208px; }
1426.ui-icon-circlesmall-close { background-position: -32px -208px; }
1427.ui-icon-squaresmall-plus { background-position: -48px -208px; }
1428.ui-icon-squaresmall-minus { background-position: -64px -208px; }
1429.ui-icon-squaresmall-close { background-position: -80px -208px; }
1430.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1431.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1432.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1433.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1434.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1435.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1436
1437
1438/* Misc visuals
1439----------------------------------*/
1440
1441/* Corner radius */
1442.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
1443.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
1444.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
1445.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1446.ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
1447.ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1448.ui-corner-right { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1449.ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
1450.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
1451
1452/* Overlays */
1453.ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); }
1454.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
1455
1456/*
1457 * jQuery UI Autocomplete 1.8.7
1458 *
1459 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1460 * Dual licensed under the MIT or GPL Version 2 licenses.
1461 * http://jquery.org/license
1462 *
1463 * http://docs.jquery.com/UI/Autocomplete#theming
1464 */
1465.ui-autocomplete {
1466 position: absolute; cursor: default; z-index: 3;
1467 -moz-border-radius: 0;
1468 -webkit-border-radius: 0;
1469 border-radius: 0;
1470 -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1471 -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1472 box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1473}
1474
1475/* workarounds */
1476* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
1477
1478/*
1479 * jQuery UI Menu 1.8.7
1480 *
1481 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1482 * Dual licensed under the MIT or GPL Version 2 licenses.
1483 * http://jquery.org/license
1484 *
1485 * http://docs.jquery.com/UI/Menu#theming
1486 */
1487.ui-menu {
1488 list-style:none;
1489 padding: 2px;
1490 margin: 0;
1491 display:block;
1492 float: left;
1493}
1494.ui-menu .ui-menu {
1495 margin-top: -3px;
1496}
1497.ui-menu .ui-menu-item {
1498 margin:0;
1499 padding: 0;
1500 zoom: 1;
1501 float: left;
1502 clear: left;
1503 width: 100%;
1504}
1505.ui-menu .ui-menu-item a {
1506 text-decoration:none;
1507 display:block;
1508 padding:.2em .4em;
1509 line-height:1.5;
1510 zoom:1;
1511}
1512.ui-menu .ui-menu-item a.ui-state-hover,
1513.ui-menu .ui-menu-item a.ui-state-active {
1514 font-weight: normal;
1515 margin: -1px;
1516 background: #5f83b9;
1517 color: #FFFFFF;
1518 text-shadow: 0px 1px 1px #234386;
1519 border-color: #466086;
1520 -moz-border-radius: 0;
1521 -webkit-border-radius: 0;
1522 border-radius: 0;
1523}
1524
1525/*
1526 * jQuery UI Datepicker 1.8.7
1527 *
1528 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1529 * Dual licensed under the MIT or GPL Version 2 licenses.
1530 * http://jquery.org/license
1531 *
1532 * http://docs.jquery.com/UI/Datepicker#theming
1533 */
1534.ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; }
1535.ui-datepicker {
1536 -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1537 -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1538 box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1539}
1540.ui-datepicker .ui-datepicker-header { position:relative; padding:.35em 0; border: none; border-bottom: 1px solid #B6B6B6; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
1541.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; }
1542.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; }
1543.ui-datepicker .ui-datepicker-prev { left:2px; }
1544.ui-datepicker .ui-datepicker-next { right:2px; }
1545.ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; }
1546.ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; }
1547.ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; }
1548.ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; }
1549.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; background: url(../lib/css/Aristo/images/icon_sprite.png) no-repeat; }
1550.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-size: 12px; text-shadow: 0 1px 0 rgba(255,255,255,0.6); }
1551.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
1552.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
1553.ui-datepicker select.ui-datepicker-month,
1554.ui-datepicker select.ui-datepicker-year { width: 49%;}
1555.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
1556.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
1557.ui-datepicker td { border: 0; padding: 1px; }
1558.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
1559.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
1560.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
1561.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
1562.ui-datepicker table .ui-state-highlight { border-color: #5F83B9; }
1563.ui-datepicker table .ui-state-hover { background: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; -webkit-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; -moz-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; border-color: #5F83B9; }
1564.ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; }
1565.ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }
1566
1567/* with multiple calendars */
1568.ui-datepicker.ui-datepicker-multi { width:auto; }
1569.ui-datepicker-multi .ui-datepicker-group { float:left; }
1570.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
1571.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
1572.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
1573.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
1574.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
1575.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
1576.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
1577.ui-datepicker-row-break { clear:both; width:100%; }
1578
1579/* RTL support */
1580.ui-datepicker-rtl { direction: rtl; }
1581.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
1582.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
1583.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
1584.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
1585.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
1586.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
1587.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
1588.ui-datepicker-rtl .ui-datepicker-group { float:right; }
1589.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1590.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1591
1592/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1593.ui-datepicker-cover {
1594 display: none; /*sorry for IE5*/
1595 display/**/: block; /*sorry for IE5*/
1596 position: absolute; /*must have*/
1597 z-index: -1; /*must have*/
1598 filter: mask(); /*must have*/
1599 top: -4px; /*must have*/
1600 left: -4px; /*must have*/
1601 width: 200px; /*must have*/
1602 height: 200px; /*must have*/
1603}
1604
1605
1606
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301607/*
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301608 * lib/css/ui/list.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301609 */
1610.hide {
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301611 display: none;
1612}
1613
1614.list-filters {
1615 margin: 7px 0px;
1616}
1617
1618.wnlist .img-load {
1619 display: none;
1620 float: left;
1621 margin-left: 11px;
1622 margin-top: 8px;
1623}
1624
Rushabh Mehta2438de42012-03-15 16:43:46 +05301625/* list-row */
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301626div.list-row {
1627 border-bottom: 1px solid #eee;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301628 padding: 5px 0px;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301629}
1630div.list-row:hover {
1631 background-color: #eef
1632}
Rushabh Mehta2438de42012-03-15 16:43:46 +05301633div.list-row .label {
1634 margin-left: 3px;
1635}
1636div.list-row .main {
1637 margin-left: 4px;
1638 color: #444;
1639}
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301640
Rushabh Mehta9f89e352012-03-09 17:51:39 +05301641div.paging-button {
1642 text-align: center;
1643 padding: 11px 0px;
1644}
1645
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301646div.show_filters {
1647 display: none;
1648}
1649
1650div.filter_list {
1651 padding: 13px;
1652}
1653
1654div.show_filters.well {
1655 margin-top: 11px;
1656 margin-bottom: 11px;
1657}
1658
1659div.filter_list .run_btn {
1660 text-align: right;
1661}
1662
1663div.filter_list .add_filter {
1664 margin: 3px 0px;
1665}
1666
1667div.list_filter {
1668 margin: 7px 0px;
1669}
1670
1671div.list_filter input, div.list_filter select {
1672 width: 130px;
1673 margin-right: 7px;
1674}
1675
Rushabh Mehta2438de42012-03-15 16:43:46 +05301676/* bar */
1677
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301678span.bar-outer {
1679 display: inline-block;
1680 margin: 0px 7px;
1681 margin-top: 3px;
1682 background-color: #fff;
1683 border: 1px solid #aaa;
1684 height: 10px;
1685}
1686
1687span.bar-inner {
1688 display: inline-block;
1689 background-color: #bdf;
1690 height: 100%;
1691 margin-bottom: 2px;
1692}
1693span.bar-complete {
1694 background-color: green;
1695}
1696
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301697
Rushabh Mehta2438de42012-03-15 16:43:46 +05301698/* stats */
1699
1700div.stat-wrapper {
1701 margin-bottom: 19px;
1702}
1703
1704div.stat-grid {
1705 border: 2px solid #bbb;
1706 background-color: white;
1707 border-radius: 5px;
1708 -moz-border-radius: 5px;
1709 -webkit-border-radius: 5px;
1710 overflow: hidden;
1711}
1712
1713div.stat-label {
1714 position: relative;
1715 padding: 3px;
1716 text-align: center;
1717}
1718div.stat-label, div.stat-label a {
1719 z-index: 5;
1720}
1721
1722div.stat-item {
1723 position: relative;
1724 border-bottom: 1px solid #ddd;
1725}
1726div.stat-item:last-child {
1727 border-bottom: 0px solid #ddd;
1728}
1729
1730div.stat-bar {
1731 position: absolute;
1732 left: 0px;
1733 background-color: #def;
1734 height: 100%;
1735 z-index: 0;
1736}
1737
1738
1739
1740
1741
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301742/*
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301743 * lib/css/ui/fonts.css
1744 */
1745@font-face {
1746 font-family: 'Pontano Sans';
1747 font-style: normal;
1748 font-weight: 400;
1749 src: url('../lib/css/fonts/pontanosans.woff') format('woff');
1750}
1751
1752@font-face {
1753 font-family: 'Droid Sans';
1754 font-style: normal;
1755 font-weight: normal;
1756 src: local('Droid Sans'), local('DroidSans'), url('../lib/css/fonts/droidsans.woff') format('woff');
1757}
1758
1759/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301760 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301761 */
1762/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301763
1764h1,
1765h2,
1766h3,
1767h4,
1768h5,
1769h6 {
1770 margin: 0;
1771 font-weight: bold;
1772 color: #333333;
1773 text-rendering: optimizelegibility;
1774 margin-bottom: 0.3em;
1775}
1776h1 small,
1777h2 small,
1778h3 small,
1779h4 small,
1780h5 small,
1781h6 small {
1782 font-weight: normal;
1783 color: #999999;
1784}
1785h1 {
1786 font-size: 30px;
1787 line-height: 36px;
1788}
1789h1 small {
1790 font-size: 18px;
1791}
1792h2 {
1793 font-size: 24px;
1794 line-height: 36px;
1795}
1796h2 small {
1797 font-size: 18px;
1798}
1799h3 {
1800 line-height: 27px;
1801 font-size: 18px;
1802}
1803h3 small {
1804 font-size: 14px;
1805}
1806h4, h5, h6 {
1807 line-height: 18px;
1808}
1809h4 {
1810 font-size: 14px;
1811}
1812h4 small {
1813 font-size: 12px;
1814}
1815h5 {
1816 font-size: 12px;
1817}
1818h6 {
1819 font-size: 11px;
1820 color: #999999;
1821 text-transform: uppercase;
1822}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301823
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301824/*
1825 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301826 */
1827.close {
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301828 font-family: Helvetica, Sans;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301829 float: right;
1830 font-size: 20px;
1831 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301832 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301833 color: #000000;
1834 text-shadow: 0 1px 0 #ffffff;
1835 opacity: 0.2;
1836 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301837}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301838.close:hover {
1839 color: #000000;
1840 text-decoration: none;
1841 opacity: 0.4;
1842 filter: alpha(opacity=40);
1843 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301844}
1845.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301846 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301847 padding: 4px 10px 4px;
1848 font-size: 13px;
1849 line-height: 18px;
1850 color: #333333;
1851 text-align: center;
1852 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1853 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301854 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
1855 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1856 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
1857 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1858 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1859 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301860 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301861 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301862 border: 1px solid #ccc;
1863 border-bottom-color: #bbb;
1864 -webkit-border-radius: 4px;
1865 -moz-border-radius: 4px;
1866 border-radius: 4px;
1867 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1868 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1869 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301870 cursor: pointer;
1871 *margin-left: .3em;
1872}
1873.btn:first-child {
1874 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301875}
1876.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301877 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301878 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301879 background-color: #e6e6e6;
1880 background-position: 0 -15px;
1881 -webkit-transition: background-position 0.1s linear;
1882 -moz-transition: background-position 0.1s linear;
1883 -ms-transition: background-position 0.1s linear;
1884 -o-transition: background-position 0.1s linear;
1885 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301886}
1887.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301888 outline: thin dotted;
1889 outline: 5px auto -webkit-focus-ring-color;
1890 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301891}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301892.btn.active, .btn:active {
1893 background-image: none;
1894 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1895 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1896 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1897 background-color: #e6e6e6;
1898 background-color: #d9d9d9 \9;
1899 color: rgba(0, 0, 0, 0.5);
1900 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301901}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301902.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301903 cursor: default;
1904 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301905 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301906 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301907 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301908 -webkit-box-shadow: none;
1909 -moz-box-shadow: none;
1910 box-shadow: none;
1911}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301912.btn-large {
1913 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301914 font-size: 15px;
1915 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301916 -webkit-border-radius: 5px;
1917 -moz-border-radius: 5px;
1918 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301919}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301920.btn-large .icon {
1921 margin-top: 1px;
1922}
1923.btn-small {
1924 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301925 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301926 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301927}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301928.btn-small .icon {
1929 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301930}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301931.btn-primary,
1932.btn-primary:hover,
1933.btn-warning,
1934.btn-warning:hover,
1935.btn-danger,
1936.btn-danger:hover,
1937.btn-success,
1938.btn-success:hover,
1939.btn-info,
1940.btn-info:hover {
1941 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1942 color: #ffffff;
1943}
1944.btn-primary.active,
1945.btn-warning.active,
1946.btn-danger.active,
1947.btn-success.active,
1948.btn-info.active {
1949 color: rgba(255, 255, 255, 0.75);
1950}
1951.btn-primary {
1952 background-color: #006dcc;
1953 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
1954 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
1955 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
1956 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
1957 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
1958 background-image: linear-gradient(top, #0088cc, #0044cc);
1959 background-repeat: repeat-x;
1960 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
1961 border-color: #0044cc #0044cc #002a80;
1962 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1963 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1964}
1965.btn-primary:hover,
1966.btn-primary:active,
1967.btn-primary.active,
1968.btn-primary.disabled,
1969.btn-primary[disabled] {
1970 background-color: #0044cc;
1971}
1972.btn-primary:active, .btn-primary.active {
1973 background-color: #003399 \9;
1974}
1975.btn-warning {
1976 background-color: #faa732;
1977 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1978 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
1979 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1980 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1981 background-image: -o-linear-gradient(top, #fbb450, #f89406);
1982 background-image: linear-gradient(top, #fbb450, #f89406);
1983 background-repeat: repeat-x;
1984 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
1985 border-color: #f89406 #f89406 #ad6704;
1986 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1987 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1988}
1989.btn-warning:hover,
1990.btn-warning:active,
1991.btn-warning.active,
1992.btn-warning.disabled,
1993.btn-warning[disabled] {
1994 background-color: #f89406;
1995}
1996.btn-warning:active, .btn-warning.active {
1997 background-color: #c67605 \9;
1998}
1999.btn-danger {
2000 background-color: #da4f49;
2001 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
2002 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
2003 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
2004 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
2005 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
2006 background-image: linear-gradient(top, #ee5f5b, #bd362f);
2007 background-repeat: repeat-x;
2008 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
2009 border-color: #bd362f #bd362f #802420;
2010 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2011 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2012}
2013.btn-danger:hover,
2014.btn-danger:active,
2015.btn-danger.active,
2016.btn-danger.disabled,
2017.btn-danger[disabled] {
2018 background-color: #bd362f;
2019}
2020.btn-danger:active, .btn-danger.active {
2021 background-color: #942a25 \9;
2022}
2023.btn-success {
2024 background-color: #5bb75b;
2025 background-image: -moz-linear-gradient(top, #62c462, #51a351);
2026 background-image: -ms-linear-gradient(top, #62c462, #51a351);
2027 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2028 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2029 background-image: -o-linear-gradient(top, #62c462, #51a351);
2030 background-image: linear-gradient(top, #62c462, #51a351);
2031 background-repeat: repeat-x;
2032 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
2033 border-color: #51a351 #51a351 #387038;
2034 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2035 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2036}
2037.btn-success:hover,
2038.btn-success:active,
2039.btn-success.active,
2040.btn-success.disabled,
2041.btn-success[disabled] {
2042 background-color: #51a351;
2043}
2044.btn-success:active, .btn-success.active {
2045 background-color: #408140 \9;
2046}
2047.btn-info {
2048 background-color: #49afcd;
2049 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2050 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
2051 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2052 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2053 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2054 background-image: linear-gradient(top, #5bc0de, #2f96b4);
2055 background-repeat: repeat-x;
2056 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
2057 border-color: #2f96b4 #2f96b4 #1f6377;
2058 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2059 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2060}
2061.btn-info:hover,
2062.btn-info:active,
2063.btn-info.active,
2064.btn-info.disabled,
2065.btn-info[disabled] {
2066 background-color: #2f96b4;
2067}
2068.btn-info:active, .btn-info.active {
2069 background-color: #24748c \9;
2070}
2071button.btn, input[type="submit"].btn {
2072 *padding-top: 2px;
2073 *padding-bottom: 2px;
2074}
2075button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302076 padding: 0;
2077 border: 0;
2078}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302079button.btn.large, input[type="submit"].btn.large {
2080 *padding-top: 7px;
2081 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302082}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302083button.btn.small, input[type="submit"].btn.small {
2084 *padding-top: 3px;
2085 *padding-bottom: 3px;
2086}
2087.btn-group {
2088 position: relative;
2089 *zoom: 1;
2090 *margin-left: .3em;
2091}
2092.btn-group:before, .btn-group:after {
2093 display: table;
2094 content: "";
2095}
2096.btn-group:after {
2097 clear: both;
2098}
2099.btn-group:first-child {
2100 *margin-left: 0;
2101}
2102.btn-group + .btn-group {
2103 margin-left: 5px;
2104}
2105.btn-toolbar {
2106 margin-top: 9px;
2107 margin-bottom: 9px;
2108}
2109.btn-toolbar .btn-group {
2110 display: inline-block;
2111 *display: inline;
2112 /* IE7 inline-block hack */
2113
2114 *zoom: 1;
2115}
2116.btn-group .btn {
2117 position: relative;
2118 float: left;
2119 margin-left: -1px;
2120 -webkit-border-radius: 0;
2121 -moz-border-radius: 0;
2122 border-radius: 0;
2123}
2124.btn-group .btn:first-child {
2125 margin-left: 0;
2126 -webkit-border-top-left-radius: 4px;
2127 -moz-border-radius-topleft: 4px;
2128 border-top-left-radius: 4px;
2129 -webkit-border-bottom-left-radius: 4px;
2130 -moz-border-radius-bottomleft: 4px;
2131 border-bottom-left-radius: 4px;
2132}
2133.btn-group .btn:last-child, .btn-group .dropdown-toggle {
2134 -webkit-border-top-right-radius: 4px;
2135 -moz-border-radius-topright: 4px;
2136 border-top-right-radius: 4px;
2137 -webkit-border-bottom-right-radius: 4px;
2138 -moz-border-radius-bottomright: 4px;
2139 border-bottom-right-radius: 4px;
2140}
2141.btn-group .btn.large:first-child {
2142 margin-left: 0;
2143 -webkit-border-top-left-radius: 6px;
2144 -moz-border-radius-topleft: 6px;
2145 border-top-left-radius: 6px;
2146 -webkit-border-bottom-left-radius: 6px;
2147 -moz-border-radius-bottomleft: 6px;
2148 border-bottom-left-radius: 6px;
2149}
2150.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
2151 -webkit-border-top-right-radius: 6px;
2152 -moz-border-radius-topright: 6px;
2153 border-top-right-radius: 6px;
2154 -webkit-border-bottom-right-radius: 6px;
2155 -moz-border-radius-bottomright: 6px;
2156 border-bottom-right-radius: 6px;
2157}
2158.btn-group .btn:hover,
2159.btn-group .btn:focus,
2160.btn-group .btn:active,
2161.btn-group .btn.active {
2162 z-index: 2;
2163}
2164.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
2165 outline: 0;
2166}
2167.btn-group .dropdown-toggle {
2168 padding-left: 8px;
2169 padding-right: 8px;
2170 -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2171 -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2172 box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2173 *padding-top: 5px;
2174 *padding-bottom: 5px;
2175}
2176.btn-group.open {
2177 *z-index: 1000;
2178}
2179.btn-group.open .dropdown-menu {
2180 display: block;
2181 margin-top: 1px;
2182 -webkit-border-radius: 5px;
2183 -moz-border-radius: 5px;
2184 border-radius: 5px;
2185}
2186.btn-group.open .dropdown-toggle {
2187 background-image: none;
2188 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2189 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2190 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2191}
2192.btn .caret {
2193 margin-top: 7px;
2194 margin-left: 0;
2195}
2196.btn:hover .caret, .open.btn-group .caret {
2197 opacity: 1;
2198 filter: alpha(opacity=100);
2199}
2200.btn-primary .caret,
2201.btn-danger .caret,
2202.btn-info .caret,
2203.btn-success .caret {
2204 border-top-color: #ffffff;
2205 opacity: 0.75;
2206 filter: alpha(opacity=75);
2207}
2208.btn-small .caret {
2209 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302210}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302211
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302212/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302213 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302214 */
2215.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302216 margin-left: 0;
2217 margin-bottom: 18px;
2218 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302219}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302220.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302221 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302222}
2223.nav > li > a:hover {
2224 text-decoration: none;
2225 background-color: #eeeeee;
2226}
2227.nav-list {
2228 padding-left: 14px;
2229 padding-right: 14px;
2230 margin-bottom: 0;
2231}
2232.nav-list > li > a, .nav-list .nav-header {
2233 display: block;
2234 padding: 3px 15px;
2235 margin-left: -15px;
2236 margin-right: -15px;
2237 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2238}
2239.nav-list .nav-header {
2240 font-size: 11px;
2241 font-weight: bold;
2242 line-height: 18px;
2243 color: #999999;
2244 text-transform: uppercase;
2245}
2246.nav-list > li + .nav-header {
2247 margin-top: 9px;
2248}
2249.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302250 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302251 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2252 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302253}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302254.nav-list [class^="icon-"] {
2255 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302256}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302257.nav-tabs, .nav-pills {
2258 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302259}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302260.nav-tabs:before,
2261.nav-pills:before,
2262.nav-tabs:after,
2263.nav-pills:after {
2264 display: table;
2265 content: "";
2266}
2267.nav-tabs:after, .nav-pills:after {
2268 clear: both;
2269}
2270.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302271 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302272}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302273.nav-tabs > li > a, .nav-pills > li > a {
2274 padding-right: 12px;
2275 padding-left: 12px;
2276 margin-right: 2px;
2277 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302278}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302279.nav-tabs {
2280 border-bottom: 1px solid #ddd;
2281}
2282.nav-tabs > li {
2283 margin-bottom: -1px;
2284}
2285.nav-tabs > li > a {
2286 padding-top: 9px;
2287 padding-bottom: 9px;
2288 border: 1px solid transparent;
2289 -webkit-border-radius: 4px 4px 0 0;
2290 -moz-border-radius: 4px 4px 0 0;
2291 border-radius: 4px 4px 0 0;
2292}
2293.nav-tabs > li > a:hover {
2294 border-color: #eeeeee #eeeeee #dddddd;
2295}
2296.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
2297 color: #555555;
2298 background-color: #ffffff;
2299 border: 1px solid #ddd;
2300 border-bottom-color: transparent;
2301 cursor: default;
2302}
2303.nav-pills > li > a {
2304 padding-top: 8px;
2305 padding-bottom: 8px;
2306 margin-top: 2px;
2307 margin-bottom: 2px;
2308 -webkit-border-radius: 5px;
2309 -moz-border-radius: 5px;
2310 border-radius: 5px;
2311}
2312.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302313 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302314 background-color: #0088cc;
2315}
2316.nav-stacked > li {
2317 float: none;
2318}
2319.nav-stacked > li > a {
2320 margin-right: 0;
2321}
2322.nav-tabs.nav-stacked {
2323 border-bottom: 0;
2324}
2325.nav-tabs.nav-stacked > li > a {
2326 border: 1px solid #ddd;
2327 -webkit-border-radius: 0;
2328 -moz-border-radius: 0;
2329 border-radius: 0;
2330}
2331.nav-tabs.nav-stacked > li:first-child > a {
2332 -webkit-border-radius: 4px 4px 0 0;
2333 -moz-border-radius: 4px 4px 0 0;
2334 border-radius: 4px 4px 0 0;
2335}
2336.nav-tabs.nav-stacked > li:last-child > a {
2337 -webkit-border-radius: 0 0 4px 4px;
2338 -moz-border-radius: 0 0 4px 4px;
2339 border-radius: 0 0 4px 4px;
2340}
2341.nav-tabs.nav-stacked > li > a:hover {
2342 border-color: #ddd;
2343 z-index: 2;
2344}
2345.nav-pills.nav-stacked > li > a {
2346 margin-bottom: 3px;
2347}
2348.nav-pills.nav-stacked > li:last-child > a {
2349 margin-bottom: 1px;
2350}
2351.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
2352 margin-top: 1px;
2353 border-width: 1px;
2354}
2355.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302356 -webkit-border-radius: 4px;
2357 -moz-border-radius: 4px;
2358 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302359}
2360.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
2361 border-top-color: #0088cc;
2362 margin-top: 6px;
2363}
2364.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
2365 border-top-color: #005580;
2366}
2367.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
2368 border-top-color: #333333;
2369}
2370.nav > .dropdown.active > a:hover {
2371 color: #000000;
2372 cursor: pointer;
2373}
2374.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
2375 color: #ffffff;
2376 background-color: #999999;
2377 border-color: #999999;
2378}
2379.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
2380 border-top-color: #ffffff;
2381 opacity: 1;
2382 filter: alpha(opacity=100);
2383}
2384
2385.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302386 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302387 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302388}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302389.navbar-inner {
2390 padding-left: 20px;
2391 padding-right: 20px;
2392 background-color: #2c2c2c;
2393 background-image: -moz-linear-gradient(top, #333333, #222222);
2394 background-image: -ms-linear-gradient(top, #333333, #222222);
2395 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2396 background-image: -webkit-linear-gradient(top, #333333, #222222);
2397 background-image: -o-linear-gradient(top, #333333, #222222);
2398 background-image: linear-gradient(top, #333333, #222222);
2399 background-repeat: repeat-x;
2400 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2401 -webkit-border-radius: 4px;
2402 -moz-border-radius: 4px;
2403 border-radius: 4px;
2404 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2405 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2406 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2407}
2408.btn-navbar {
2409 display: none;
2410 float: right;
2411 padding: 7px 10px;
2412 margin-left: 5px;
2413 margin-right: 5px;
2414 background-color: #2c2c2c;
2415 background-image: -moz-linear-gradient(top, #333333, #222222);
2416 background-image: -ms-linear-gradient(top, #333333, #222222);
2417 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2418 background-image: -webkit-linear-gradient(top, #333333, #222222);
2419 background-image: -o-linear-gradient(top, #333333, #222222);
2420 background-image: linear-gradient(top, #333333, #222222);
2421 background-repeat: repeat-x;
2422 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2423 border-color: #222222 #222222 #000000;
2424 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2425 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2426 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2427 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2428 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2429}
2430.btn-navbar:hover,
2431.btn-navbar:active,
2432.btn-navbar.active,
2433.btn-navbar.disabled,
2434.btn-navbar[disabled] {
2435 background-color: #222222;
2436}
2437.btn-navbar:active, .btn-navbar.active {
2438 background-color: #080808 \9;
2439}
2440.btn-navbar .icon-bar {
2441 display: block;
2442 width: 18px;
2443 height: 2px;
2444 background-color: #f5f5f5;
2445 -webkit-border-radius: 1px;
2446 -moz-border-radius: 1px;
2447 border-radius: 1px;
2448 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2449 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2450 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2451}
2452.btn-navbar .icon-bar + .icon-bar {
2453 margin-top: 3px;
2454}
2455.nav-collapse.collapse {
2456 height: auto;
2457}
2458.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302459 text-decoration: none;
2460}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302461.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302462 float: left;
2463 display: block;
2464 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302465 font-size: 20px;
2466 font-weight: 200;
2467 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302468 color: #ffffff;
2469}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302470.navbar .navbar-text {
2471 margin-bottom: 0;
2472 line-height: 40px;
2473 color: #999999;
2474}
2475.navbar .navbar-text a:hover {
2476 color: #ffffff;
2477 background-color: transparent;
2478}
2479.navbar .btn, .navbar .btn-group {
2480 margin-top: 5px;
2481}
2482.navbar .btn-group .btn {
2483 margin-top: 0;
2484}
2485.navbar-form {
2486 margin-bottom: 0;
2487 *zoom: 1;
2488}
2489.navbar-form:before, .navbar-form:after {
2490 display: table;
2491 content: "";
2492}
2493.navbar-form:after {
2494 clear: both;
2495}
2496.navbar-form input, .navbar-form select {
2497 display: inline-block;
2498 margin-top: 5px;
2499 margin-bottom: 0;
2500}
2501.navbar-form .radio, .navbar-form .checkbox {
2502 margin-top: 5px;
2503}
2504.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
2505 margin-top: 3px;
2506}
2507.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302508 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302509 float: left;
2510 margin-top: 6px;
2511 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302512}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302513.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302514 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302515 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2516 font-size: 13px;
2517 font-weight: normal;
2518 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302519 color: #ffffff;
2520 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302521 background: #666;
2522 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302523 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302524 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2525 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2526 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302527 -webkit-transition: none;
2528 -moz-transition: none;
2529 -ms-transition: none;
2530 -o-transition: none;
2531 transition: none;
2532}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302533.navbar-search .search-query :-moz-placeholder {
2534 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302535}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302536.navbar-search .search-query::-webkit-input-placeholder {
2537 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302538}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302539.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302540 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302541 background-color: #999999;
2542 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302543}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302544.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302545 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302546 color: #333333;
2547 text-shadow: 0 1px 0 #ffffff;
2548 background-color: #ffffff;
2549 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302550 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2551 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2552 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302553 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302554}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302555.navbar-fixed-top {
2556 position: fixed;
2557 top: 0;
2558 right: 0;
2559 left: 0;
2560 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302561}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302562.navbar-fixed-top .navbar-inner {
2563 padding-left: 0;
2564 padding-right: 0;
2565 -webkit-border-radius: 0;
2566 -moz-border-radius: 0;
2567 border-radius: 0;
2568}
2569.navbar .nav {
2570 position: relative;
2571 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302572 display: block;
2573 float: left;
2574 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302575}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302576.navbar .nav.pull-right {
2577 float: right;
2578}
2579.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302580 display: block;
2581 float: left;
2582}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302583.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302584 float: none;
2585 padding: 10px 10px 11px;
2586 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302587 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302588 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302589 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302590}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302591.navbar .nav > li > a:hover {
2592 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302593 color: #ffffff;
2594 text-decoration: none;
2595}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302596.navbar .nav .active > a, .navbar .nav .active > a:hover {
2597 color: #ffffff;
2598 text-decoration: none;
2599 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302600 background-color: rgba(0, 0, 0, 0.5);
2601}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302602.navbar .divider-vertical {
2603 height: 40px;
2604 width: 1px;
2605 margin: 0 9px;
2606 overflow: hidden;
2607 background-color: #222222;
2608 border-right: 1px solid #333333;
2609}
2610.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302611 margin-left: 10px;
2612 margin-right: 0;
2613}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302614.navbar .dropdown-menu {
2615 margin-top: 1px;
2616 -webkit-border-radius: 4px;
2617 -moz-border-radius: 4px;
2618 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302619}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302620.navbar .dropdown-menu:before {
2621 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302622 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302623 border-left: 7px solid transparent;
2624 border-right: 7px solid transparent;
2625 border-bottom: 7px solid #ccc;
2626 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302627 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302628 top: -7px;
2629 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302630}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302631.navbar .dropdown-menu:after {
2632 content: '';
2633 display: inline-block;
2634 border-left: 6px solid transparent;
2635 border-right: 6px solid transparent;
2636 border-bottom: 6px solid #ffffff;
2637 position: absolute;
2638 top: -6px;
2639 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302640}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302641.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
2642 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302643}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302644.navbar .nav .active .caret {
2645 opacity: 1;
2646 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302647}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302648.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
2649 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302650}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302651.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302652 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302653}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302654.navbar .nav.pull-right .dropdown-menu {
2655 left: auto;
2656 right: 0;
2657}
2658.navbar .nav.pull-right .dropdown-menu:before {
2659 left: auto;
2660 right: 12px;
2661}
2662.navbar .nav.pull-right .dropdown-menu:after {
2663 left: auto;
2664 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302665}
2666
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302667/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302668.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302669 display: block;
2670 float: right;
2671 width: 20px;
2672 margin-bottom: -5px;
2673 margin-top: 10px;
2674 visibility: hidden;
2675}
2676
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302677.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302678 padding: 0px 20px;
2679}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05302680
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302681
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302682/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302683 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302684 */
2685.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302686 position: relative;
2687}
2688.dropdown-toggle {
2689 *margin-bottom: -3px;
2690}
2691.dropdown-toggle:active, .open .dropdown-toggle {
2692 outline: 0;
2693}
2694.caret {
2695 display: inline-block;
2696 width: 0;
2697 height: 0;
2698 text-indent: -99999px;
2699 *text-indent: 0;
2700 vertical-align: top;
2701 border-left: 4px solid transparent;
2702 border-right: 4px solid transparent;
2703 border-top: 4px solid #000000;
2704 opacity: 0.3;
2705 filter: alpha(opacity=30);
2706 content: "\2193";
2707}
2708.dropdown .caret {
2709 margin-top: 8px;
2710 margin-left: 2px;
2711}
2712.dropdown:hover .caret, .open.dropdown .caret {
2713 opacity: 1;
2714 filter: alpha(opacity=100);
2715}
2716.dropdown-menu {
2717 position: absolute;
2718 top: 100%;
2719 left: 0;
2720 z-index: 1000;
2721 float: left;
2722 display: none;
2723 min-width: 160px;
2724 max-width: 220px;
2725 _width: 160px;
2726 padding: 4px 0;
2727 margin: 0;
2728 list-style: none;
2729 background-color: #ffffff;
2730 border-color: #ccc;
2731 border-color: rgba(0, 0, 0, 0.2);
2732 border-style: solid;
2733 border-width: 1px;
2734 -webkit-border-radius: 0 0 5px 5px;
2735 -moz-border-radius: 0 0 5px 5px;
2736 border-radius: 0 0 5px 5px;
2737 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2738 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2739 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2740 -webkit-background-clip: padding-box;
2741 -moz-background-clip: padding;
2742 background-clip: padding-box;
2743 *border-right-width: 2px;
2744 *border-bottom-width: 2px;
2745}
2746.dropdown-menu.bottom-up {
2747 top: auto;
2748 bottom: 100%;
2749 margin-bottom: 2px;
2750}
2751.dropdown-menu .divider {
2752 height: 1px;
2753 margin: 5px 1px;
2754 overflow: hidden;
2755 background-color: #e5e5e5;
2756 border-bottom: 1px solid #ffffff;
2757 *width: 100%;
2758 *margin: -5px 0 5px;
2759}
2760.dropdown-menu a {
2761 display: block;
2762 padding: 3px 15px;
2763 clear: both;
2764 font-weight: normal;
2765 line-height: 18px;
2766 color: #555555;
2767 white-space: nowrap;
2768}
2769.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
2770 color: #ffffff;
2771 text-decoration: none;
2772 background-color: #0088cc;
2773}
2774.dropdown.open {
2775 *z-index: 1000;
2776}
2777.dropdown.open .dropdown-toggle {
2778 color: #ffffff;
2779 background: #ccc;
2780 background: rgba(0, 0, 0, 0.3);
2781}
2782.dropdown.open .dropdown-menu {
2783 display: block;
2784}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302785
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302786/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05302787 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302788 */
2789.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05302790 position: absolute;
2791 z-index: 1020;
2792 display: block;
2793 visibility: visible;
2794 padding: 5px;
2795 font-size: 11px;
2796 opacity: 0;
2797 filter: alpha(opacity=0);
2798}
2799.tooltip.in {
2800 opacity: 0.8;
2801 filter: alpha(opacity=80);
2802}
2803.tooltip.top {
2804 margin-top: -2px;
2805}
2806.tooltip.right {
2807 margin-left: 2px;
2808}
2809.tooltip.bottom {
2810 margin-top: 2px;
2811}
2812.tooltip.left {
2813 margin-left: -2px;
2814}
2815.tooltip.top .tooltip-arrow {
2816 bottom: 0;
2817 left: 50%;
2818 margin-left: -5px;
2819 border-left: 5px solid transparent;
2820 border-right: 5px solid transparent;
2821 border-top: 5px solid #000000;
2822}
2823.tooltip.left .tooltip-arrow {
2824 top: 50%;
2825 right: 0;
2826 margin-top: -5px;
2827 border-top: 5px solid transparent;
2828 border-bottom: 5px solid transparent;
2829 border-left: 5px solid #000000;
2830}
2831.tooltip.bottom .tooltip-arrow {
2832 top: 0;
2833 left: 50%;
2834 margin-left: -5px;
2835 border-left: 5px solid transparent;
2836 border-right: 5px solid transparent;
2837 border-bottom: 5px solid #000000;
2838}
2839.tooltip.right .tooltip-arrow {
2840 top: 50%;
2841 left: 0;
2842 margin-top: -5px;
2843 border-top: 5px solid transparent;
2844 border-bottom: 5px solid transparent;
2845 border-right: 5px solid #000000;
2846}
2847.tooltip-inner {
2848 max-width: 200px;
2849 padding: 3px 8px;
2850 color: #ffffff;
2851 text-align: center;
2852 text-decoration: none;
2853 background-color: #000000;
2854 -webkit-border-radius: 4px;
2855 -moz-border-radius: 4px;
2856 border-radius: 4px;
2857}
2858.tooltip-arrow {
2859 position: absolute;
2860 width: 0;
2861 height: 0;
2862}
2863.popover {
2864 position: absolute;
2865 top: 0;
2866 left: 0;
2867 z-index: 1010;
2868 display: none;
2869 padding: 5px;
2870}
2871.popover.top {
2872 margin-top: -5px;
2873}
2874.popover.right {
2875 margin-left: 5px;
2876}
2877.popover.bottom {
2878 margin-top: 5px;
2879}
2880.popover.left {
2881 margin-left: -5px;
2882}
2883.popover.top .arrow {
2884 bottom: 0;
2885 left: 50%;
2886 margin-left: -5px;
2887 border-left: 5px solid transparent;
2888 border-right: 5px solid transparent;
2889 border-top: 5px solid #000000;
2890}
2891.popover.right .arrow {
2892 top: 50%;
2893 left: 0;
2894 margin-top: -5px;
2895 border-top: 5px solid transparent;
2896 border-bottom: 5px solid transparent;
2897 border-right: 5px solid #000000;
2898}
2899.popover.bottom .arrow {
2900 top: 0;
2901 left: 50%;
2902 margin-left: -5px;
2903 border-left: 5px solid transparent;
2904 border-right: 5px solid transparent;
2905 border-bottom: 5px solid #000000;
2906}
2907.popover.left .arrow {
2908 top: 50%;
2909 right: 0;
2910 margin-top: -5px;
2911 border-top: 5px solid transparent;
2912 border-bottom: 5px solid transparent;
2913 border-left: 5px solid #000000;
2914}
2915.popover .arrow {
2916 position: absolute;
2917 width: 0;
2918 height: 0;
2919}
2920.popover-inner {
2921 padding: 3px;
2922 width: 280px;
2923 overflow: hidden;
2924 background: #000000;
2925 background: rgba(0, 0, 0, 0.8);
2926 -webkit-border-radius: 6px;
2927 -moz-border-radius: 6px;
2928 border-radius: 6px;
2929 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2930 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2931 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2932}
2933.popover-title {
2934 padding: 9px 15px;
2935 line-height: 1;
2936 background-color: #f5f5f5;
2937 border-bottom: 1px solid #eee;
2938 -webkit-border-radius: 3px 3px 0 0;
2939 -moz-border-radius: 3px 3px 0 0;
2940 border-radius: 3px 3px 0 0;
2941}
2942.popover-content {
2943 padding: 14px;
2944 background-color: #ffffff;
2945 -webkit-border-radius: 0 0 3px 3px;
2946 -moz-border-radius: 0 0 3px 3px;
2947 border-radius: 0 0 3px 3px;
2948 -webkit-background-clip: padding-box;
2949 -moz-background-clip: padding-box;
2950 background-clip: padding-box;
2951}
2952.popover-content p, .popover-content ul, .popover-content ol {
2953 margin-bottom: 0;
2954}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302955
Rushabh Mehtad0251332012-02-21 17:26:50 +05302956/*
Rushabh Mehta2886b952012-02-24 11:26:31 +05302957 * lib/css/bootstrap/label.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302958 */
2959.label {
Rushabh Mehta2886b952012-02-24 11:26:31 +05302960 padding: 2px 4px 3px;
2961 font-size: 11.049999999999999px;
2962 font-weight: bold;
2963 color: #ffffff;
2964 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2965 background-color: #999999;
2966 -webkit-border-radius: 3px;
2967 -moz-border-radius: 3px;
2968 border-radius: 3px;
2969}
2970.label:hover {
2971 color: #ffffff;
2972 text-decoration: none;
2973}
2974.label-important {
2975 background-color: #b94a48;
2976}
2977.label-important:hover {
2978 background-color: #953b39;
2979}
2980.label-warning {
2981 background-color: #f89406;
2982}
2983.label-warning:hover {
2984 background-color: #c67605;
2985}
2986.label-success {
2987 background-color: #468847;
2988}
2989.label-success:hover {
2990 background-color: #356635;
2991}
2992.label-info {
2993 background-color: #3a87ad;
2994}
2995.label-info:hover {
2996 background-color: #2d6987;
2997}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302998
Rushabh Mehta2886b952012-02-24 11:26:31 +05302999/*
3000 * lib/css/bootstrap/icons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303001 */
3002[class^="icon-"], [class*=" icon-"] {
Rushabh Mehta2886b952012-02-24 11:26:31 +05303003 display: inline-block;
3004 width: 14px;
3005 height: 14px;
3006 line-height: 14px;
3007 vertical-align: text-top;
3008 background-image: url("../lib/images/icons/glyphicons-halflings.png");
3009 background-position: 14px 14px;
3010 background-repeat: no-repeat;
3011 *margin-right: .3em;
3012}
3013[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
3014 *margin-left: 0;
3015}
3016.icon-white {
3017 background-image: url("../lib/images/icons/glyphicons-halflings-white.png");
3018}
3019.icon-glass {
3020 background-position: 0 0;
3021}
3022.icon-music {
3023 background-position: -24px 0;
3024}
3025.icon-search {
3026 background-position: -48px 0;
3027}
3028.icon-envelope {
3029 background-position: -72px 0;
3030}
3031.icon-heart {
3032 background-position: -96px 0;
3033}
3034.icon-star {
3035 background-position: -120px 0;
3036}
3037.icon-star-empty {
3038 background-position: -144px 0;
3039}
3040.icon-user {
3041 background-position: -168px 0;
3042}
3043.icon-film {
3044 background-position: -192px 0;
3045}
3046.icon-th-large {
3047 background-position: -216px 0;
3048}
3049.icon-th {
3050 background-position: -240px 0;
3051}
3052.icon-th-list {
3053 background-position: -264px 0;
3054}
3055.icon-ok {
3056 background-position: -288px 0;
3057}
3058.icon-remove {
3059 background-position: -312px 0;
3060}
3061.icon-zoom-in {
3062 background-position: -336px 0;
3063}
3064.icon-zoom-out {
3065 background-position: -360px 0;
3066}
3067.icon-off {
3068 background-position: -384px 0;
3069}
3070.icon-signal {
3071 background-position: -408px 0;
3072}
3073.icon-cog {
3074 background-position: -432px 0;
3075}
3076.icon-trash {
3077 background-position: -456px 0;
3078}
3079.icon-home {
3080 background-position: 0 -24px;
3081}
3082.icon-file {
3083 background-position: -24px -24px;
3084}
3085.icon-time {
3086 background-position: -48px -24px;
3087}
3088.icon-road {
3089 background-position: -72px -24px;
3090}
3091.icon-download-alt {
3092 background-position: -96px -24px;
3093}
3094.icon-download {
3095 background-position: -120px -24px;
3096}
3097.icon-upload {
3098 background-position: -144px -24px;
3099}
3100.icon-inbox {
3101 background-position: -168px -24px;
3102}
3103.icon-play-circle {
3104 background-position: -192px -24px;
3105}
3106.icon-repeat {
3107 background-position: -216px -24px;
3108}
3109.icon-refresh {
3110 background-position: -240px -24px;
3111}
3112.icon-list-alt {
3113 background-position: -264px -24px;
3114}
3115.icon-lock {
3116 background-position: -287px -24px;
3117}
3118.icon-flag {
3119 background-position: -312px -24px;
3120}
3121.icon-headphones {
3122 background-position: -336px -24px;
3123}
3124.icon-volume-off {
3125 background-position: -360px -24px;
3126}
3127.icon-volume-down {
3128 background-position: -384px -24px;
3129}
3130.icon-volume-up {
3131 background-position: -408px -24px;
3132}
3133.icon-qrcode {
3134 background-position: -432px -24px;
3135}
3136.icon-barcode {
3137 background-position: -456px -24px;
3138}
3139.icon-tag {
3140 background-position: 0 -48px;
3141}
3142.icon-tags {
3143 background-position: -25px -48px;
3144}
3145.icon-book {
3146 background-position: -48px -48px;
3147}
3148.icon-bookmark {
3149 background-position: -72px -48px;
3150}
3151.icon-print {
3152 background-position: -96px -48px;
3153}
3154.icon-camera {
3155 background-position: -120px -48px;
3156}
3157.icon-font {
3158 background-position: -144px -48px;
3159}
3160.icon-bold {
3161 background-position: -167px -48px;
3162}
3163.icon-italic {
3164 background-position: -192px -48px;
3165}
3166.icon-text-height {
3167 background-position: -216px -48px;
3168}
3169.icon-text-width {
3170 background-position: -240px -48px;
3171}
3172.icon-align-left {
3173 background-position: -264px -48px;
3174}
3175.icon-align-center {
3176 background-position: -288px -48px;
3177}
3178.icon-align-right {
3179 background-position: -312px -48px;
3180}
3181.icon-align-justify {
3182 background-position: -336px -48px;
3183}
3184.icon-list {
3185 background-position: -360px -48px;
3186}
3187.icon-indent-left {
3188 background-position: -384px -48px;
3189}
3190.icon-indent-right {
3191 background-position: -408px -48px;
3192}
3193.icon-facetime-video {
3194 background-position: -432px -48px;
3195}
3196.icon-picture {
3197 background-position: -456px -48px;
3198}
3199.icon-pencil {
3200 background-position: 0 -72px;
3201}
3202.icon-map-marker {
3203 background-position: -24px -72px;
3204}
3205.icon-adjust {
3206 background-position: -48px -72px;
3207}
3208.icon-tint {
3209 background-position: -72px -72px;
3210}
3211.icon-edit {
3212 background-position: -96px -72px;
3213}
3214.icon-share {
3215 background-position: -120px -72px;
3216}
3217.icon-check {
3218 background-position: -144px -72px;
3219}
3220.icon-move {
3221 background-position: -168px -72px;
3222}
3223.icon-step-backward {
3224 background-position: -192px -72px;
3225}
3226.icon-fast-backward {
3227 background-position: -216px -72px;
3228}
3229.icon-backward {
3230 background-position: -240px -72px;
3231}
3232.icon-play {
3233 background-position: -264px -72px;
3234}
3235.icon-pause {
3236 background-position: -288px -72px;
3237}
3238.icon-stop {
3239 background-position: -312px -72px;
3240}
3241.icon-forward {
3242 background-position: -336px -72px;
3243}
3244.icon-fast-forward {
3245 background-position: -360px -72px;
3246}
3247.icon-step-forward {
3248 background-position: -384px -72px;
3249}
3250.icon-eject {
3251 background-position: -408px -72px;
3252}
3253.icon-chevron-left {
3254 background-position: -432px -72px;
3255}
3256.icon-chevron-right {
3257 background-position: -456px -72px;
3258}
3259.icon-plus-sign {
3260 background-position: 0 -96px;
3261}
3262.icon-minus-sign {
3263 background-position: -24px -96px;
3264}
3265.icon-remove-sign {
3266 background-position: -48px -96px;
3267}
3268.icon-ok-sign {
3269 background-position: -72px -96px;
3270}
3271.icon-question-sign {
3272 background-position: -96px -96px;
3273}
3274.icon-info-sign {
3275 background-position: -120px -96px;
3276}
3277.icon-screenshot {
3278 background-position: -144px -96px;
3279}
3280.icon-remove-circle {
3281 background-position: -168px -96px;
3282}
3283.icon-ok-circle {
3284 background-position: -192px -96px;
3285}
3286.icon-ban-circle {
3287 background-position: -216px -96px;
3288}
3289.icon-arrow-left {
3290 background-position: -240px -96px;
3291}
3292.icon-arrow-right {
3293 background-position: -264px -96px;
3294}
3295.icon-arrow-up {
3296 background-position: -289px -96px;
3297}
3298.icon-arrow-down {
3299 background-position: -312px -96px;
3300}
3301.icon-share-alt {
3302 background-position: -336px -96px;
3303}
3304.icon-resize-full {
3305 background-position: -360px -96px;
3306}
3307.icon-resize-small {
3308 background-position: -384px -96px;
3309}
3310.icon-plus {
3311 background-position: -408px -96px;
3312}
3313.icon-minus {
3314 background-position: -433px -96px;
3315}
3316.icon-asterisk {
3317 background-position: -456px -96px;
3318}
3319.icon-exclamation-sign {
3320 background-position: 0 -120px;
3321}
3322.icon-gift {
3323 background-position: -24px -120px;
3324}
3325.icon-leaf {
3326 background-position: -48px -120px;
3327}
3328.icon-fire {
3329 background-position: -72px -120px;
3330}
3331.icon-eye-open {
3332 background-position: -96px -120px;
3333}
3334.icon-eye-close {
3335 background-position: -120px -120px;
3336}
3337.icon-warning-sign {
3338 background-position: -144px -120px;
3339}
3340.icon-plane {
3341 background-position: -168px -120px;
3342}
3343.icon-calendar {
3344 background-position: -192px -120px;
3345}
3346.icon-random {
3347 background-position: -216px -120px;
3348}
3349.icon-comment {
3350 background-position: -240px -120px;
3351}
3352.icon-magnet {
3353 background-position: -264px -120px;
3354}
3355.icon-chevron-up {
3356 background-position: -288px -120px;
3357}
3358.icon-chevron-down {
3359 background-position: -313px -119px;
3360}
3361.icon-retweet {
3362 background-position: -336px -120px;
3363}
3364.icon-shopping-cart {
3365 background-position: -360px -120px;
3366}
3367.icon-folder-close {
3368 background-position: -384px -120px;
3369}
3370.icon-folder-open {
3371 background-position: -408px -120px;
3372}
3373.icon-resize-vertical {
3374 background-position: -432px -119px;
3375}
3376.icon-resize-horizontal {
3377 background-position: -456px -118px;
3378}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303379
Rushabh Mehta2886b952012-02-24 11:26:31 +05303380/*
Rushabh Mehtad48417c2012-03-19 18:42:13 +05303381 * lib/css/bootstrap/popover.css
3382 */
3383.popover {
3384 position: absolute;
3385 top: 0;
3386 left: 0;
3387 z-index: 1010;
3388 display: none;
3389 padding: 5px;
3390}
3391.popover.top {
3392 margin-top: -5px;
3393}
3394.popover.right {
3395 margin-left: 5px;
3396}
3397.popover.bottom {
3398 margin-top: 5px;
3399}
3400.popover.left {
3401 margin-left: -5px;
3402}
3403.popover.top .arrow {
3404 bottom: 0;
3405 left: 50%;
3406 margin-left: -5px;
3407 border-left: 5px solid transparent;
3408 border-right: 5px solid transparent;
3409 border-top: 5px solid #000000;
3410}
3411.popover.right .arrow {
3412 top: 50%;
3413 left: 0;
3414 margin-top: -5px;
3415 border-top: 5px solid transparent;
3416 border-bottom: 5px solid transparent;
3417 border-right: 5px solid #000000;
3418}
3419.popover.bottom .arrow {
3420 top: 0;
3421 left: 50%;
3422 margin-left: -5px;
3423 border-left: 5px solid transparent;
3424 border-right: 5px solid transparent;
3425 border-bottom: 5px solid #000000;
3426}
3427.popover.left .arrow {
3428 top: 50%;
3429 right: 0;
3430 margin-top: -5px;
3431 border-top: 5px solid transparent;
3432 border-bottom: 5px solid transparent;
3433 border-left: 5px solid #000000;
3434}
3435.popover .arrow {
3436 position: absolute;
3437 width: 0;
3438 height: 0;
3439}
3440.popover-inner {
3441 padding: 3px;
3442 width: 280px;
3443 overflow: hidden;
3444 background: #000000;
3445 background: rgba(0, 0, 0, 0.8);
3446 -webkit-border-radius: 6px;
3447 -moz-border-radius: 6px;
3448 border-radius: 6px;
3449 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3450 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3451 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3452}
3453.popover-title {
3454 padding: 9px 15px;
3455 line-height: 1;
3456 background-color: #f5f5f5;
3457 border-bottom: 1px solid #eee;
3458 -webkit-border-radius: 3px 3px 0 0;
3459 -moz-border-radius: 3px 3px 0 0;
3460 border-radius: 3px 3px 0 0;
3461}
3462.popover-content {
3463 padding: 14px;
3464 background-color: #ffffff;
3465 -webkit-border-radius: 0 0 3px 3px;
3466 -moz-border-radius: 0 0 3px 3px;
3467 border-radius: 0 0 3px 3px;
3468 -webkit-background-clip: padding-box;
3469 -moz-background-clip: padding-box;
3470 background-clip: padding-box;
3471}
3472.popover-content p, .popover-content ul, .popover-content ol {
3473 margin-bottom: 0;
3474}
3475
3476/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303477 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303478 */
3479h1, h2, h3, h4, h5 {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303480 font-family: Tahoma, Arial, Verdana, sans-serif;
3481 font-weight: bold;
3482}
3483
3484body {
3485 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
3486 font-size: 12px;
3487}
3488
3489span, div, td, input, textarea, button, select {
3490 font-family: inherit;
3491}
3492
3493body {
Rushabh Mehta5d267a42012-03-01 18:53:06 +05303494 background: url(../images/stripedbg.png) repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303495}
3496
3497.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05303498 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303499 text-align: center;
3500}
3501
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303502.module-icons {
3503 background: url(../images/module-icons.png) no-repeat top left;
3504 width:16px;
3505 height:16px;
3506}
3507
3508.module-icons-accounts{ background-position: 0 0; }
3509.module-icons-analysis{ background-position: 0 -66px; }
3510.module-icons-buying{ background-position: 0 -132px; }
3511.module-icons-home{ background-position: 0 -198px; }
3512.module-icons-hr{ background-position: 0 -264px; }
3513.module-icons-people{ background-position: 0 -330px; }
3514.module-icons-production{ background-position: 0 -396px; }
3515.module-icons-projects{ background-position: 0 -462px; }
3516.module-icons-selling{ background-position: 0 -528px; }
3517.module-icons-setup{ background-position: 0 -594px; }
3518.module-icons-stock{ background-position: 0 -660px; }
Anand Doshic3023be2012-02-20 16:31:55 +05303519.module-icons-support{ background-position: 0 -726px; }
3520
Anand Doshidb628762012-02-24 17:56:00 +05303521.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05303522 margin: -3px 0px;
3523 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05303524 min-width: 20px;
3525 text-align: center;
3526 display: inline-block;
3527 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303528 color: #999999;
3529 background-color: #333131;
3530}
3531
3532.navbar-new-comments:hover,
3533.navbar-new-comments:active,
3534.navbar-new-comments:focus {
3535 color: #fff;
3536}
3537
3538
3539.navbar-new-comments-true {
3540 color: #fff;
3541 background-color: #B00D07;
3542}
3543
3544.navbar-icon-home {
3545 vertical-align: middle;
3546 opacity:0.4;
3547 Filter:alpha(opacity=40); /* For IE8 and earlier */
3548}
3549
3550.navbar-icon-home:hover,
3551.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05303552.navbar-icon-home:active,
3553.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303554 opacity:1;
3555 Filter:alpha(opacity=100); /* For IE8 and earlier */
3556}
3557
3558/*extra size menus for recent*/
3559.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
3560 min-width: 160px !important;
3561 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05303562}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303563