blob: 51831e55114183a10c5c2b1b7e8d395774e9b437 [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
116footer {
117 width: 900px;
118 margin: auto;
119}
120header .container {
121 width: 900px;
122 margin: auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530123}
124
125div.no_script {
126 display: none;
127}
128
129div.loading_div {
130 position: absolute;
131 background-color: #FFFFCC;
132 z-index: 1999;
133 right: 5px;
134 width: 90px;
135 display: none;
136 text-align: center;
137 padding: 2px;
138 font-size: 12px;
139 border: 1px solid #FF4;
140}
141
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530142div.std-footer {
143 margin: 13px 0px;
144 border-top: 1px solid #AAA;
145 padding: 13px;
146}
147
148div.std-footer-item {
149 margin: 0px 13px 13px 0px;
150}
151
152.shadow {
153 -moz-box-shadow: 0px 2px 2px #888;
154 -webkit-box-shadow: 0px 2px 2px #888;
155 box-shadow: 0px 2px 2px #888;
156}
157
158.round {
159 -webkit-border-radius: 5px;
160 -moz-border-radius: 5px;
161 border-radius: 5px;
162}
163.gradient {
164 background: #ededed; /* Old browsers */
165 background: -moz-linear-gradient(top, #ededed 0%, #d1d1d1 47%, #b7b7b7 100%); /* FF3.6+ */
166 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#d1d1d1), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
167 background: -webkit-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
168 background: -o-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Opera11.10+ */
169 background: -ms-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* IE10+ */
170 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
171 background: linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* W3C */
172}
173
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530174.layout_wrapper, .layout-wrapper {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530175 -moz-box-shadow: 1px 1px 8px #555;
176 -webkit-box-shadow: 1px 1px 8px #555;
177 box-shadow: 1px 1px 8px #555;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530178 background-color: #fff;
179 padding: 15px;
180}
181
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530182.layout-wrapper-background {
183 background-color: #f2f2f2 !important;
184 padding: 0px;
185}
186
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530187.layout-main-section {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530188 width: 71%;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530189 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530190 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530191 background-color: #FFF;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530192 min-height: 450px;
Rushabh Mehtafdea9662012-02-27 18:03:54 +0530193 -moz-box-shadow: 7px 0px 6px -2px #ddd;
194 -webkit-box-shadow: 7px 0px 6px -2px #ddd;
195 box-shadow: 7px 0px 6px -2px #ddd;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530196}
197
198.layout-side-section {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530199 width: 22%;
Anand Doshi40ee8d62012-02-24 19:21:47 +0530200 /*float: right;*/
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530201 color: #606060;
202 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530203 padding: 15px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530204 min-height: 450px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530205}
206
207/* from bootstrap */
208.container {
209 margin-left: auto;
210 margin-right: auto;
211 zoom: 1;
212}
213.container:before, .container:after {
214 display: table;
215 content: "";
216 zoom: 1;
217}
218.container:after {
219 clear: both;
220}
221
Anand Doshi40ee8d62012-02-24 19:21:47 +0530222.well {
223 min-height: 20px;
224 padding: 19px;
225 margin-bottom: 20px;
226 background-color: #f5f5f5;
227 border: 1px solid #eee;
228 border: 1px solid rgba(0, 0, 0, 0.05);
229 -webkit-border-radius: 4px;
230 -moz-border-radius: 4px;
231 border-radius: 4px;
232 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
233 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
234 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
235}
236
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530237.avatar-small {
238 display: inline-block;
239 min-width: 29px;
240}
241.avatar-small img {
242 height: 24px;
243 margin-bottom: -7px;
244 max-width: 24px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530245}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530246
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530247/*
248 * lib/css/legacy/messages.css
249 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530250
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530251/* FLOATING MESSAGE */
252
253.btn-img { cursor: pointer; }
254
255div.fetching { color: #888; text-align:right; }
256
257div.notice {
258 postion: absolute;
259 background-color: #000;
260 -moz-border-radius: 5px; -webkit-border-radius: 5px;
261 opacity: 0.6;
262 right: 0;
263 top: 0;
264 margin-top: 8px;
265 z-index: -1;
266 padding: 8px;
267}
268
269/** help **/
270
271.info-box {
272 background-color: #F8F8F8;
273 border: 1px solid #CCCCCC;
274 border-radius: 3px 3px 3px 3px;
275 line-height: 1.6em;
276 overflow: auto;
277 padding: 6px 10px;
278 margin-bottom: 9px;
279}
280
281.help_box, .help-box {
282 background-color:#FFC;
283 font-size: 13px;
284 color: #864;
285 padding: 7px;
286 margin: 11px 0px;
287 border: 1px solid #EEB;
288}
289
290.help_box_big {
291 background-color:#FFC;
292 color: #864;
293 padding: 7px;
294 margin: 7px 0px;
295 border: 1px solid #EEB;
296 text-align: center;
297 font-size: 14px;
298}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530299
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530300/*
301 * lib/css/legacy/forms.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530302 */
303/* FORMS */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530304
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530305div.form-section-head {
Rushabh Mehta38474e22012-03-13 16:11:52 +0530306 margin: 11px 0px 3px 0px;
307 border-top: 1px solid #ccc;
308 padding-top: 11px;
309}
310
311div.form-layout-row:first-child .form-section-head {
312 border-top: 0px solid #ccc !important;
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530313}
314
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530315div.form-section-head h3 {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530316 line-height: 20px;
317}
318
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530319div.form-section-head hr {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530320 margin: 9px 0px;
321}
322
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530323
324div.frm_print_wrapper {
325 background-color:#FFF;
326 border:1px solid #444;
327 padding: 40px;
328
329 box-shadow:1px 1px 8px #229;
330 -moz-box-shadow: 1px 1px 8px #229;
331 -webkit-box-shadow: 1px 1px 8px #229;
332}
333
334div.page_break {
335 margin: 24px 0px;
336 border-top: 1px dashed #888;
337}
338
339div.grid_tbarlinks {
340 border-bottom: 0px;
341 background-color: #CCC;
342 padding: 4px 4px 2px 4px;
Rushabh Mehtaa2713f82012-02-17 14:04:55 +0530343 width: 190px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530344 float: right;
345
346 -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
347 -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
348}
349
350
351div.frm_tip_box {
352 margin: 0px;
353 padding: 8px;
354 background-color: #FFC;
355 display: none;
356 font-size: 11px;
357 border: 1px solid #FFB;
358}
359
360div.frm_tip_box table {
361 border-collapse: collapse;
362 vertical-align: top;
363}
364
365td.frm_tray_area {
366 width: 122px;
367}
368
369div.dialog_frm {
370 position: relative;
371 margin: 10px;
372}
373
374
375
376/*------------------*/
377
378.top_cell {
379 height: 50px;
380}
381
382div.attach_area {
383 padding: 8px;
384 margin: 8px;
385 background-color: #EEE;
386}
387
388div.attach_area table {
389 width: 100%;
390}
391
392.tablabel_normal {
393 margin: 0 4px 0 0;
394 padding: 3px 5px;
395 line-height: 1.3em;
396 display: inline;
397 cursor: pointer;
398}
399
400.tablabel_selected {
401 margin: 0 4px 0 0;
402 padding: 3px 5px;
403 line-height: 1.3em;
404 font-weight: bold;
405 display: inline;
406 cursor: pointer;
407 color: #000;
408}
409
410.scrollhead_wrapper {
411 position: absolute;
412 z-index: 1;
413 height: 30px;
414}
415
416.treeimg {
417 cursor: pointer;
418 margin-right: 3px;
419}
420
421
422.sectionCell {
423 padding: 5px;
424 vertical-align: top;
425}
426
427.code_area {
428 width: 80%;
429 margin: 8px;
430 padding: 4px;
431 background-color: #F8F8F8;
432 border: 1px solid #CCC;
433 overflow-x: auto;
434}
435
436.code_text {
437 width: 100%;
438 height: 360px;
439 margin-top: 3px;
440 font-family: Courier, Fixed;
441 font-size: 12px;
442}
443
444div.time_field select{
445 display: inline;
446 margin: 2px;
447 width: 45px;
448}
449
450/* Documents */
451
452.frm_field_table {
453 width: 100%;
454 border-collapse: collapse;
455}
456
457.datalabelcell {
458 padding: 2px 0px;
459 width: 160px;
460 vertical-align: top;
461}
462.datainputcell { padding: 2px 0px; }
463
464
465.field_description, .help {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530466 margin: 3px 0px;
467 font-size: 11px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530468 color: #888;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530469}
470
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530471.help ol {
472 padding-left: 19px;
473}
474
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530475.field_description_top {
476 margin-bottom: 3px;
477}
478
479.field_label {
480 font-size:11px;
481}
482.input_area input, select, textarea {
483 font-size: 14px;
484 padding: 2px;
485}
486
487.input_area input {
488 width: 80%;
489 margin: 0px;
490}
491.input_area select {
492 width: 80%;
493}
494.input_area textarea {
495 width: 90%;
496}
497
498.disp_area {
499 width: 80%;
500 padding: 2px 0px;
501 font-size: 12px;
502}
503.disp_area_no_val {
504 height: 14px;
505}
506
507.no_img {
508 padding: 40px;
509 width: 100px;
510 height: 20px;
511 color: #888;
512 text-align: center;
513 border: 1px solid #AAA;
514}
515
516.input-mandatory {
517 font-size: 14px !important;
518 font-weight: bold;
519}
520
521.field-to-update {
522 background-color:#FEE;
523}
524
525/* sidebar */
526
527div.sidebar-comment-wrapper input {
528 width: 50%;
529}
530div.sidebar-comment-message {
531 margin-top: 8px;
532 font-size: 11px;
533 color: #777;
534}
535
536div.sidebar-comment-text {
537 font-size: 12px;
538 font-weight: bold;
539 margin-top: 8px;
540 color: #444;
541}
542div.sidebar-comment-info {
543 font-size: 10px;
544 color: #777;
545}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530546
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530547/*
548 * lib/css/legacy/grid.css
549 */
550
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530551
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530552/* Grid */
553
554
555/* --- Simple --- */
556.grid_wrapper_simple {
557 width: 100%;
558 margin-bottom: 8px;
559 border: 1px solid #AA9;
560}
561
562.grid_head_wrapper_simple {
563 padding: 0px;
564 border-bottom: 2px solid #AAA;
565}
566
567.grid_head_wrapper_simple td {
568 border-right: 1px solid #AA9;
569}
570
571.grid_head_wrapper_simple td div {
572 padding: 2px;
573}
574
575.grid_tab_wrapper_simple {
576}
577
578.grid_cell_simple {
579 padding: 2px;
580 background-color: #fff;
581 border-right: 1px solid #AA9;
582}
583
584
585/* --- Normal --- */
586.grid_wrapper {
587 position: relative;
588 overflow: auto;
589 border: 1px solid #AAA;
590 width: 100%;
591 margin-bottom: 8px;
592 background-color: #fff;
593}
594
595.grid_tab_wrapper {
596 position: absolute;
597 top: 40px;
598 border-bottom: 1px solid #DDD;
599}
600
601.grid_table, .grid_head_table {
602 table-layout: fixed;
603 border-collapse: collapse;
604 /*width: 100%;*/
605}
606
607.grid_cell {
608 border-right: 1px solid #ddd;
609 padding: 0px;
610 background-color: #fff;
611}
612
613.grid_head_wrapper {
614 position: absolute;
615 z-index: 1;
616 height: 40px;
617 padding: 0px;
618 overflow: hidden;
619 /*background-color: #fff;*/
620}
621
622.grid_head_table td {
623 background-color: #EEE;
624 border-right: 1px solid #AAA;
625 border-bottom: 1px solid #AAA;
626 height: 40px;
627 padding: 0px;
628}
629
630.grid_head_table td div {
631 color: #222;
632 font-weight: bold;
633 overflow: hidden;
634 padding: 2px 0px;
635 text-align: center;
636}
637
638.grid_selector {
639 padding: 1px;
640 border-right: 1px solid #DDD;
641 width: 20px;
642 background-color: #fff;
643}
644
645.grid_cell_div {
646 padding: 2px;
647 cursor: pointer;
648 overflow: hidden;
649 border: 2px solid #FFF;
650}
651
652.grid_cell_div_selected {
653 border: 2px solid #88f;
654}
655
656.grid_cell_div input, .grid_cell_div select, .grid_cell_div div input {
657 margin: 0px;
658 border: 0px;
659 width: 100%;
660 margin: 0px;
661 }
662
663.grid_cell_div textarea {
664 border: 3px solid #abf;
665 height:200px;
666 width: 300px;
667 z-index: 10;
668 position:absolute;
669}
670
671.gridDivSelected option { border: 0px; }
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530672
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530673/*
674 * lib/css/legacy/listing.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530675 */
676/* listing 2.0 */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530677
678div.listing-more {
679 margin: 7px 0px 17px 0px;
680 text-align: center;
681 display: none;
682}
683
684div.listing-toolbar {
685 margin: 7px 0px;
686}
687
688/* SRS */
689
690table.srs_result_tab {
691 border: 2px solid #AAA;
692 border-collapse: collapse;
693}
694
695/* firefox bug fix for disappering borders */
696table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div {
697 position: static;
698}
699
700table.srs_result_tab td {
701 padding: 3px 2px;
702 position: static;
703}
704
705div.srs_body_area {
706}
707
708div.srs_results_area {
709}
710
711div.srs_filter_wrapper {
712 border: 1px solid #CCF;
713
714 background-color: #EEF;
715 margin:0px 0px 8px 0px;
716
717 -moz-border-radius: 5px;
718 -webkit-border-radius: 5px;
719 border-radius: 5px;
720}
721
722div.srs_filter_area {
723 padding: 8px;
724}
725
726div.srs_filter_area td {
727 vertical-align: middle;
728}
729
730
731
732
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530733
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530734/*
735 * lib/css/legacy/report.css
736 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530737
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530738/* Reports */
739
740div.report_grid_area {
741 position: relative;
742 padding: 8px;
743}
744
745
746div.report_tab {
747 border: 1px solid #AAA;
748 position: relative;
749 overflow: auto;
750}
751
752div.report_no_data {
753 padding: 8px;
754 background-color: #EEE;
755 border: 1px solid #DDD;
756 position: absolute;
757 margin-left: 40%;
758 margin-top: 50px;
759 display: none;
760}
761
762div.report_htitle {
763 float: left;
764 padding: 2px;
765 font-size: 14px;
766 font-weight: bold;
767 margin-left: 4px;
768 color: #665;
769 /*font-weight: bold;*/
770}
771
772div.report_tbar {
773 background-color: #EEF;
774 border: 1px solid #CCF;
775 border-bottom: 0px;
776 height: 28px;
777}
778
779div.report_tbar table{
780 width: 100%;
781}
782div.report_tbar table td {
783
784}
785div.report_tbar table td div {
786 position: relative;
787}
788div.report_tbar button, div.report_tbar select, div.report_tbar img {
789 font-size: 11px;
790 margin: 0px;
791}
792
793div.report_head_wrapper {
794 position: absolute;
795 height: 24px;
796 top: 0px;
797 z-index: 1;
798}
799
800div.report_tab_wrapper {
801 position: absolute;
802 border-bottom: 1px solid #AAA;
803 border-top: 1px solid #AAA;
804}
805
806div.report_tab_wrapper table, div.report_head_wrapper table {
807 table-layout: fixed;
808 border-collapse: collapse;
809 /*width: 100%;*/
810}
811
812div.report_tab_wrapper table td, div.report_head_wrapper table td {
813 border-left: 1px solid #AAA;
814 border-right: 1px solid #AAA;
815 border-bottom: 1px solid #AAA;
816 overflow: hidden;
817 padding: 0px;
818}
819
820div.report_tab_wrapper table td div, div.report_head_wrapper table td div {
821 padding: 3px;
822 overflow: hidden;
823}
824
825.report_head_cell {
826 background-color: #EEE;
827 border-bottom: 1px solid #AA9;
828 text-align: center;
829 font-weight: bold;
830}
831.report_head_cell div {
832 color:#222;
833 height: 18px;
834}
835
836
837/* FINDER */
838
839div.finder_wrapper {
840}
841
842div.finder_body_area {
843 margin: 16px;
844}
845
846div.finder_body {
847 display: none;
848}
849
850div.finder_advanced_area table {
851 width: 80%;
852}
853
854div.finder_advanced_area textarea {
855 width: 80%;
856}
857
858div.finder_filter_area {
859 position: relative;
860}
861
862div.filter_head {
863 font-size: 14px;
864 margin-bottom: 2px;
865}
866div.filter_dt_head {
867 font-size: 14px;
868 font-weight: bold;
869 margin-bottom: 2px;
870}
871table.filter_tab {
872 width: 96%;
873 border-collapse: collapse;
874}
875
876table.filter_tab td {
877 width: 50%;
878}
879
880div.finder_picker_area {
881
882}
883div.builder_field {
884 margin: 0px;
885}
886div.builder_dt_head {
887 font-size: 14px;
888 font-weight: bold;
889 margin-bottom: 2px;
890}
891
892div.builder_field table {
893 width: 90%;
894 border-collapse: collapse;
895}
896
897div.builder_label {
898 height: 20px;
899}
900
901div.builder_head {
902 font-size: 16px;
903 font-weight: bold;
904 color: #AB6;
905}
906
907table.builder_tab {
908 width: 96%;
909 border-collapse: collapse;
910}
911
912table.builder_tab td {
913 width: 33%;
914 padding: 2px;
915}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530916
917/*
918 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530919 */
920/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530921
922div.dialog_wrapper {
923 position: absolute;
924 width: 440px;
925 display: none;
926 z-index: 90;
927 background-color: #FFF;
928 border: 3px solid #222;
929 box-shadow:1px 1px 5px #777;
930 -moz-box-shadow: 1px 1px 5px #777;
931 -webkit-box-shadow: 1px 1px 5px #777;
932
933 border-radius: 5px;
934 -moz-border-radius: 5px;
935 -webkit-border-radius: 5px;
936}
937
938div.dialog_head {
939 height: 22px;
940 padding: 4px;
941 background-color: #222;
942 color: #FFF;
943}
944
945div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530946 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530947 border-radius: 5px;
948 -moz-border-radius: 5px;
949 -webkit-border-radius: 5px;
950}
951
952div.dialog_back {
953 position: fixed;
954 display: none;
955 top: 0px;
956 left: 0px;
957 bottom: 0px;
958 right: 0px;
959 background-color: #EEE;
960 opacity: 0.6;
961 z-index: 50;
962 text-align: center;
963}
964
965div.dialog_message {
966 display: none;
967 position: absolute;
968 width: 250px;
969 font-size: 12px;
970 z-index: 91;
971 background-color:#FFF;
972 padding: 12px;
973 border: 1px solid #444;
974}
975
976div.dialog_row {
977 padding: 8px 8px 0px 8px;
978}
979
980div.dialog_row table {
981 width: 100%;
982}
983
984div.dialog_row table td {
985}
986
987div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
988 width: 80%;
989 font-size: 14px;
990}
991
992div.dialog_row table td textarea {
993 width: 80%;
994 height: 200px;
995 font-size: 12px;
996}
997
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530998
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530999/*
1000 * lib/css/legacy/tabs.css
1001 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301002
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301003/******* TABS ********/
1004
1005div.box_label_wrapper {
1006 border-bottom: 6px solid #777;
1007}
1008
1009div.box_label_body {
1010 height: 22px;
1011}
1012
1013ul.box_tabs {
1014 margin: 0px;
1015 padding: 0px;
1016 list-style: none;
1017}
1018
1019ul.box_tabs li {
1020 height: 22px;
1021 float:left;
1022 font-size: 12px;
1023 text-decoration: underline;
1024
1025 background-color: #DDD;
1026
1027 margin:0;
1028 margin-left: 4px;
1029 padding:0 0 0 9px;
1030 cursor: pointer;
1031}
1032
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301033ul.box_tabs li a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301034 display:block;
1035 padding:3px 15px 3px 6px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301036 text-decoration: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301037}
1038
1039ul.box_tabs li.box_tab_mouseover {
1040 background-color: #BBB;
1041}
1042
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301043ul.box_tabs li.box_tab_selected {
1044 background-color: #777;
1045
1046 background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
1047 background: -moz-linear-gradient(top, #999, #777);
1048
1049 color: #FFF;
1050 font-weight:bold;
1051
1052}
1053ul.box_tabs li.box_tab_selected a {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301054 color: #fff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301055}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301056
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301057/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301058 * lib/css/legacy/sidebar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301059 */
1060div.psidebar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301061}
1062
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301063div.psidebar div.head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301064 font-size: 14px;
1065 font-weight: bold;
1066 color: #555;
1067 margin-bottom: 12px;
1068}
1069
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301070div.psidebar div.section {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301071 margin-bottom: 11px;
1072 overflow: hidden;
1073}
1074
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301075div.psidebar div.section-head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301076 font-size: 12px;
1077 padding: 5px 11px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +05301078 border-bottom: 2px solid #444;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301079}
1080
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301081div.psidebar div.section-body {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301082 margin: 7px 11px 11px 11px;
1083}
1084
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301085div.psidebar div.section-item {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301086 margin-bottom: 7px;
1087}
1088
Rushabh Mehtad0251332012-02-21 17:26:50 +05301089div.psidebar div.section-item, div.psidebar .section-link {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301090 font-size: 11px;
1091 color: #666;
1092}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301093
1094/*
1095 * lib/css/Aristo/aristo.selected.css
1096 */
1097/*
1098 * jQuery UI CSS Framework 1.8.7
1099 *
1100 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1101 * Dual licensed under the MIT or GPL Version 2 licenses.
1102 * http://jquery.org/license
1103 *
1104 * http://docs.jquery.com/UI/Theming/API
1105 */
1106
1107/* Layout helpers
1108----------------------------------*/
1109.ui-helper-hidden { display: none; }
1110.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1111.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
1112.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
1113.ui-helper-clearfix { display: inline-block; }
1114/* required comment for clearfix to work in Opera \*/
1115* html .ui-helper-clearfix { height:1%; }
1116.ui-helper-clearfix { display:block; }
1117/* end clearfix */
1118.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
1119
1120
1121/* Interaction Cues
1122----------------------------------*/
1123.ui-state-disabled { cursor: default !important; }
1124
1125
1126/* Icons
1127----------------------------------*/
1128
1129/* states and images */
1130.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
1131
1132
1133/* Misc visuals
1134----------------------------------*/
1135
1136/* Overlays */
1137.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
1138
1139
1140/*
1141 * jQuery UI CSS Framework 1.8.7
1142 *
1143 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1144 * Dual licensed under the MIT or GPL Version 2 licenses.
1145 * http://jquery.org/license
1146 *
1147 * http://docs.jquery.com/UI/Theming/API
1148 *
1149 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
1150 */
1151
1152
1153/* Component containers
1154----------------------------------*/
1155.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
1156.ui-widget .ui-widget { font-size: 1em; }
1157.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
1158.ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; }
1159.ui-widget-content a { color: #4F4F4F; }
1160.ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; }
1161.ui-widget-header {
1162 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1163 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1164 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1165 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1166 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1167 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1168 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1169}
1170.ui-widget-header a { color: #4F4F4F; }
1171
1172/* Interaction states
1173----------------------------------*/
1174.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; font-weight: normal; color: #4F4F4F; }
1175.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
1176 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1177 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1178 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1179 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1180 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1181 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1182 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1183 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1184 -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1185 box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1186}
1187.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; text-decoration: none; }
1188.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; }
1189.ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; }
1190.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
1191 outline: none;
1192 color: #1c4257; border: 1px solid #7096ab;
1193 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
1194 background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
1195 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
1196 background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
1197 background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
1198 background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
1199 background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
1200 -webkit-box-shadow: none;
1201 -moz-box-shadow: none;
1202 box-shadow: none;
1203}
1204.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; text-decoration: none; }
1205.ui-widget :active { outline: none; }
1206
1207/* Interaction Cues
1208----------------------------------*/
1209.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; }
1210.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
1211.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; }
1212.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
1213.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
1214.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
1215.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
1216.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
1217
1218/* Icons
1219----------------------------------*/
1220
1221/* states and images */
1222.ui-icon { width: 16px; height: 16px; background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1223.ui-widget-content .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1224.ui-widget-header .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1225.ui-state-default .ui-icon { background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1226.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1227.ui-state-active .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1228.ui-state-highlight .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1229.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; }
1230.ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; }
1231
1232/* positioning */
1233.ui-icon-carat-1-n { background-position: 0 0; }
1234.ui-icon-carat-1-ne { background-position: -16px 0; }
1235.ui-icon-carat-1-e { background-position: -32px 0; }
1236.ui-icon-carat-1-se { background-position: -48px 0; }
1237.ui-icon-carat-1-s { background-position: -64px 0; }
1238.ui-icon-carat-1-sw { background-position: -80px 0; }
1239.ui-icon-carat-1-w { background-position: -96px 0; }
1240.ui-icon-carat-1-nw { background-position: -112px 0; }
1241.ui-icon-carat-2-n-s { background-position: -128px 0; }
1242.ui-icon-carat-2-e-w { background-position: -144px 0; }
1243.ui-icon-triangle-1-n { background-position: 0 -16px; }
1244.ui-icon-triangle-1-ne { background-position: -16px -16px; }
1245.ui-icon-triangle-1-e { background-position: -32px -16px; }
1246.ui-icon-triangle-1-se { background-position: -48px -16px; }
1247.ui-icon-triangle-1-s { background-position: -64px -16px; }
1248.ui-icon-triangle-1-sw { background-position: -80px -16px; }
1249.ui-icon-triangle-1-w { background-position: -96px -16px; }
1250.ui-icon-triangle-1-nw { background-position: -112px -16px; }
1251.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1252.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1253.ui-icon-arrow-1-n { background-position: 0 -32px; }
1254.ui-icon-arrow-1-ne { background-position: -16px -32px; }
1255.ui-icon-arrow-1-e { background-position: -32px -32px; }
1256.ui-icon-arrow-1-se { background-position: -48px -32px; }
1257.ui-icon-arrow-1-s { background-position: -64px -32px; }
1258.ui-icon-arrow-1-sw { background-position: -80px -32px; }
1259.ui-icon-arrow-1-w { background-position: -96px -32px; }
1260.ui-icon-arrow-1-nw { background-position: -112px -32px; }
1261.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1262.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1263.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1264.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1265.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1266.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1267.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1268.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1269.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
1270.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1271.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1272.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1273.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1274.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1275.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1276.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1277.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1278.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1279.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1280.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1281.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1282.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1283.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1284.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1285.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1286.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1287.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1288.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1289.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1290.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1291.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1292.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1293.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1294.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1295.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1296.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1297.ui-icon-arrow-4 { background-position: 0 -80px; }
1298.ui-icon-arrow-4-diag { background-position: -16px -80px; }
1299.ui-icon-extlink { background-position: -32px -80px; }
1300.ui-icon-newwin { background-position: -48px -80px; }
1301.ui-icon-refresh { background-position: -64px -80px; }
1302.ui-icon-shuffle { background-position: -80px -80px; }
1303.ui-icon-transfer-e-w { background-position: -96px -80px; }
1304.ui-icon-transferthick-e-w { background-position: -112px -80px; }
1305.ui-icon-folder-collapsed { background-position: 0 -96px; }
1306.ui-icon-folder-open { background-position: -16px -96px; }
1307.ui-icon-document { background-position: -32px -96px; }
1308.ui-icon-document-b { background-position: -48px -96px; }
1309.ui-icon-note { background-position: -64px -96px; }
1310.ui-icon-mail-closed { background-position: -80px -96px; }
1311.ui-icon-mail-open { background-position: -96px -96px; }
1312.ui-icon-suitcase { background-position: -112px -96px; }
1313.ui-icon-comment { background-position: -128px -96px; }
1314.ui-icon-person { background-position: -144px -96px; }
1315.ui-icon-print { background-position: -160px -96px; }
1316.ui-icon-trash { background-position: -176px -96px; }
1317.ui-icon-locked { background-position: -192px -96px; }
1318.ui-icon-unlocked { background-position: -208px -96px; }
1319.ui-icon-bookmark { background-position: -224px -96px; }
1320.ui-icon-tag { background-position: -240px -96px; }
1321.ui-icon-home { background-position: 0 -112px; }
1322.ui-icon-flag { background-position: -16px -112px; }
1323.ui-icon-calendar { background-position: -32px -112px; }
1324.ui-icon-cart { background-position: -48px -112px; }
1325.ui-icon-pencil { background-position: -64px -112px; }
1326.ui-icon-clock { background-position: -80px -112px; }
1327.ui-icon-disk { background-position: -96px -112px; }
1328.ui-icon-calculator { background-position: -112px -112px; }
1329.ui-icon-zoomin { background-position: -128px -112px; }
1330.ui-icon-zoomout { background-position: -144px -112px; }
1331.ui-icon-search { background-position: -160px -112px; }
1332.ui-icon-wrench { background-position: -176px -112px; }
1333.ui-icon-gear { background-position: -192px -112px; }
1334.ui-icon-heart { background-position: -208px -112px; }
1335.ui-icon-star { background-position: -224px -112px; }
1336.ui-icon-link { background-position: -240px -112px; }
1337.ui-icon-cancel { background-position: 0 -128px; }
1338.ui-icon-plus { background-position: -16px -128px; }
1339.ui-icon-plusthick { background-position: -32px -128px; }
1340.ui-icon-minus { background-position: -48px -128px; }
1341.ui-icon-minusthick { background-position: -64px -128px; }
1342.ui-icon-close { background-position: -80px -128px; }
1343.ui-icon-closethick { background-position: -96px -128px; }
1344.ui-icon-key { background-position: -112px -128px; }
1345.ui-icon-lightbulb { background-position: -128px -128px; }
1346.ui-icon-scissors { background-position: -144px -128px; }
1347.ui-icon-clipboard { background-position: -160px -128px; }
1348.ui-icon-copy { background-position: -176px -128px; }
1349.ui-icon-contact { background-position: -192px -128px; }
1350.ui-icon-image { background-position: -208px -128px; }
1351.ui-icon-video { background-position: -224px -128px; }
1352.ui-icon-script { background-position: -240px -128px; }
1353.ui-icon-alert { background-position: 0 -144px; }
1354.ui-icon-info { background: url(../lib/css/Aristo/images/icon_sprite.png) 0 0 no-repeat !important; }
1355.ui-icon-notice { background-position: -32px -144px; }
1356.ui-icon-help { background-position: -48px -144px; }
1357.ui-icon-check { background-position: -64px -144px; }
1358.ui-icon-bullet { background-position: -80px -144px; }
1359.ui-icon-radio-off { background-position: -96px -144px; }
1360.ui-icon-radio-on { background-position: -112px -144px; }
1361.ui-icon-pin-w { background-position: -128px -144px; }
1362.ui-icon-pin-s { background-position: -144px -144px; }
1363.ui-icon-play { background-position: 0 -160px; }
1364.ui-icon-pause { background-position: -16px -160px; }
1365.ui-icon-seek-next { background-position: -32px -160px; }
1366.ui-icon-seek-prev { background-position: -48px -160px; }
1367.ui-icon-seek-end { background-position: -64px -160px; }
1368.ui-icon-seek-start { background-position: -80px -160px; }
1369/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1370.ui-icon-seek-first { background-position: -80px -160px; }
1371.ui-icon-stop { background-position: -96px -160px; }
1372.ui-icon-eject { background-position: -112px -160px; }
1373.ui-icon-volume-off { background-position: -128px -160px; }
1374.ui-icon-volume-on { background-position: -144px -160px; }
1375.ui-icon-power { background-position: 0 -176px; }
1376.ui-icon-signal-diag { background-position: -16px -176px; }
1377.ui-icon-signal { background-position: -32px -176px; }
1378.ui-icon-battery-0 { background-position: -48px -176px; }
1379.ui-icon-battery-1 { background-position: -64px -176px; }
1380.ui-icon-battery-2 { background-position: -80px -176px; }
1381.ui-icon-battery-3 { background-position: -96px -176px; }
1382.ui-icon-circle-plus { background-position: 0 -192px; }
1383.ui-icon-circle-minus { background-position: -16px -192px; }
1384.ui-icon-circle-close { background-position: -32px -192px; }
1385.ui-icon-circle-triangle-e { background-position: -48px -192px; }
1386.ui-icon-circle-triangle-s { background-position: -64px -192px; }
1387.ui-icon-circle-triangle-w { background-position: -80px -192px; }
1388.ui-icon-circle-triangle-n { background-position: -96px -192px; }
1389.ui-icon-circle-arrow-e { background-position: -112px -192px; }
1390.ui-icon-circle-arrow-s { background-position: -128px -192px; }
1391.ui-icon-circle-arrow-w { background-position: -144px -192px; }
1392.ui-icon-circle-arrow-n { background-position: -160px -192px; }
1393.ui-icon-circle-zoomin { background-position: -176px -192px; }
1394.ui-icon-circle-zoomout { background-position: -192px -192px; }
1395.ui-icon-circle-check { background-position: -208px -192px; }
1396.ui-icon-circlesmall-plus { background-position: 0 -208px; }
1397.ui-icon-circlesmall-minus { background-position: -16px -208px; }
1398.ui-icon-circlesmall-close { background-position: -32px -208px; }
1399.ui-icon-squaresmall-plus { background-position: -48px -208px; }
1400.ui-icon-squaresmall-minus { background-position: -64px -208px; }
1401.ui-icon-squaresmall-close { background-position: -80px -208px; }
1402.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1403.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1404.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1405.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1406.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1407.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1408
1409
1410/* Misc visuals
1411----------------------------------*/
1412
1413/* Corner radius */
1414.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
1415.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
1416.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
1417.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1418.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; }
1419.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; }
1420.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; }
1421.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; }
1422.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
1423
1424/* Overlays */
1425.ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); }
1426.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; }
1427
1428/*
1429 * jQuery UI Autocomplete 1.8.7
1430 *
1431 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1432 * Dual licensed under the MIT or GPL Version 2 licenses.
1433 * http://jquery.org/license
1434 *
1435 * http://docs.jquery.com/UI/Autocomplete#theming
1436 */
1437.ui-autocomplete {
1438 position: absolute; cursor: default; z-index: 3;
1439 -moz-border-radius: 0;
1440 -webkit-border-radius: 0;
1441 border-radius: 0;
1442 -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1443 -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1444 box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1445}
1446
1447/* workarounds */
1448* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
1449
1450/*
1451 * jQuery UI Menu 1.8.7
1452 *
1453 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1454 * Dual licensed under the MIT or GPL Version 2 licenses.
1455 * http://jquery.org/license
1456 *
1457 * http://docs.jquery.com/UI/Menu#theming
1458 */
1459.ui-menu {
1460 list-style:none;
1461 padding: 2px;
1462 margin: 0;
1463 display:block;
1464 float: left;
1465}
1466.ui-menu .ui-menu {
1467 margin-top: -3px;
1468}
1469.ui-menu .ui-menu-item {
1470 margin:0;
1471 padding: 0;
1472 zoom: 1;
1473 float: left;
1474 clear: left;
1475 width: 100%;
1476}
1477.ui-menu .ui-menu-item a {
1478 text-decoration:none;
1479 display:block;
1480 padding:.2em .4em;
1481 line-height:1.5;
1482 zoom:1;
1483}
1484.ui-menu .ui-menu-item a.ui-state-hover,
1485.ui-menu .ui-menu-item a.ui-state-active {
1486 font-weight: normal;
1487 margin: -1px;
1488 background: #5f83b9;
1489 color: #FFFFFF;
1490 text-shadow: 0px 1px 1px #234386;
1491 border-color: #466086;
1492 -moz-border-radius: 0;
1493 -webkit-border-radius: 0;
1494 border-radius: 0;
1495}
1496
1497/*
1498 * jQuery UI Datepicker 1.8.7
1499 *
1500 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1501 * Dual licensed under the MIT or GPL Version 2 licenses.
1502 * http://jquery.org/license
1503 *
1504 * http://docs.jquery.com/UI/Datepicker#theming
1505 */
1506.ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; }
1507.ui-datepicker {
1508 -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1509 -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1510 box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1511}
1512.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; }
1513.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; }
1514.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; }
1515.ui-datepicker .ui-datepicker-prev { left:2px; }
1516.ui-datepicker .ui-datepicker-next { right:2px; }
1517.ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; }
1518.ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; }
1519.ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; }
1520.ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; }
1521.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; }
1522.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); }
1523.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
1524.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
1525.ui-datepicker select.ui-datepicker-month,
1526.ui-datepicker select.ui-datepicker-year { width: 49%;}
1527.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
1528.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
1529.ui-datepicker td { border: 0; padding: 1px; }
1530.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
1531.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; }
1532.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
1533.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
1534.ui-datepicker table .ui-state-highlight { border-color: #5F83B9; }
1535.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; }
1536.ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; }
1537.ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }
1538
1539/* with multiple calendars */
1540.ui-datepicker.ui-datepicker-multi { width:auto; }
1541.ui-datepicker-multi .ui-datepicker-group { float:left; }
1542.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
1543.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
1544.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
1545.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
1546.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
1547.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
1548.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
1549.ui-datepicker-row-break { clear:both; width:100%; }
1550
1551/* RTL support */
1552.ui-datepicker-rtl { direction: rtl; }
1553.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
1554.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
1555.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
1556.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
1557.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
1558.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
1559.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
1560.ui-datepicker-rtl .ui-datepicker-group { float:right; }
1561.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1562.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1563
1564/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1565.ui-datepicker-cover {
1566 display: none; /*sorry for IE5*/
1567 display/**/: block; /*sorry for IE5*/
1568 position: absolute; /*must have*/
1569 z-index: -1; /*must have*/
1570 filter: mask(); /*must have*/
1571 top: -4px; /*must have*/
1572 left: -4px; /*must have*/
1573 width: 200px; /*must have*/
1574 height: 200px; /*must have*/
1575}
1576
1577
1578
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301579/*
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301580 * lib/css/ui/list.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301581 */
1582.hide {
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301583 display: none;
1584}
1585
1586.list-filters {
1587 margin: 7px 0px;
1588}
1589
1590.wnlist .img-load {
1591 display: none;
1592 float: left;
1593 margin-left: 11px;
1594 margin-top: 8px;
1595}
1596
1597div.list-row {
1598 border-bottom: 1px solid #eee;
1599 padding: 3px 0px;
1600}
1601div.list-row:hover {
1602 background-color: #eef
1603}
1604
Rushabh Mehta9f89e352012-03-09 17:51:39 +05301605div.paging-button {
1606 text-align: center;
1607 padding: 11px 0px;
1608}
1609
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301610div.show_filters {
1611 display: none;
1612}
1613
1614div.filter_list {
1615 padding: 13px;
1616}
1617
1618div.show_filters.well {
1619 margin-top: 11px;
1620 margin-bottom: 11px;
1621}
1622
1623div.filter_list .run_btn {
1624 text-align: right;
1625}
1626
1627div.filter_list .add_filter {
1628 margin: 3px 0px;
1629}
1630
1631div.list_filter {
1632 margin: 7px 0px;
1633}
1634
1635div.list_filter input, div.list_filter select {
1636 width: 130px;
1637 margin-right: 7px;
1638}
1639
1640span.bar-outer {
1641 display: inline-block;
1642 margin: 0px 7px;
1643 margin-top: 3px;
1644 background-color: #fff;
1645 border: 1px solid #aaa;
1646 height: 10px;
1647}
1648
1649span.bar-inner {
1650 display: inline-block;
1651 background-color: #bdf;
1652 height: 100%;
1653 margin-bottom: 2px;
1654}
1655span.bar-complete {
1656 background-color: green;
1657}
1658
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301659
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301660/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301661 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301662 */
1663/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301664
1665h1,
1666h2,
1667h3,
1668h4,
1669h5,
1670h6 {
1671 margin: 0;
1672 font-weight: bold;
1673 color: #333333;
1674 text-rendering: optimizelegibility;
1675 margin-bottom: 0.3em;
1676}
1677h1 small,
1678h2 small,
1679h3 small,
1680h4 small,
1681h5 small,
1682h6 small {
1683 font-weight: normal;
1684 color: #999999;
1685}
1686h1 {
1687 font-size: 30px;
1688 line-height: 36px;
1689}
1690h1 small {
1691 font-size: 18px;
1692}
1693h2 {
1694 font-size: 24px;
1695 line-height: 36px;
1696}
1697h2 small {
1698 font-size: 18px;
1699}
1700h3 {
1701 line-height: 27px;
1702 font-size: 18px;
1703}
1704h3 small {
1705 font-size: 14px;
1706}
1707h4, h5, h6 {
1708 line-height: 18px;
1709}
1710h4 {
1711 font-size: 14px;
1712}
1713h4 small {
1714 font-size: 12px;
1715}
1716h5 {
1717 font-size: 12px;
1718}
1719h6 {
1720 font-size: 11px;
1721 color: #999999;
1722 text-transform: uppercase;
1723}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301724
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301725/*
1726 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301727 */
1728.close {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301729 float: right;
1730 font-size: 20px;
1731 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301732 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301733 color: #000000;
1734 text-shadow: 0 1px 0 #ffffff;
1735 opacity: 0.2;
1736 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301737}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301738.close:hover {
1739 color: #000000;
1740 text-decoration: none;
1741 opacity: 0.4;
1742 filter: alpha(opacity=40);
1743 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301744}
1745.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301746 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301747 padding: 4px 10px 4px;
1748 font-size: 13px;
1749 line-height: 18px;
1750 color: #333333;
1751 text-align: center;
1752 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1753 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301754 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
1755 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1756 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
1757 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1758 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1759 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301760 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301761 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301762 border: 1px solid #ccc;
1763 border-bottom-color: #bbb;
1764 -webkit-border-radius: 4px;
1765 -moz-border-radius: 4px;
1766 border-radius: 4px;
1767 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1768 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1769 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 +05301770 cursor: pointer;
1771 *margin-left: .3em;
1772}
1773.btn:first-child {
1774 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301775}
1776.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301777 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301778 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301779 background-color: #e6e6e6;
1780 background-position: 0 -15px;
1781 -webkit-transition: background-position 0.1s linear;
1782 -moz-transition: background-position 0.1s linear;
1783 -ms-transition: background-position 0.1s linear;
1784 -o-transition: background-position 0.1s linear;
1785 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301786}
1787.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301788 outline: thin dotted;
1789 outline: 5px auto -webkit-focus-ring-color;
1790 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301791}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301792.btn.active, .btn:active {
1793 background-image: none;
1794 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1795 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1796 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1797 background-color: #e6e6e6;
1798 background-color: #d9d9d9 \9;
1799 color: rgba(0, 0, 0, 0.5);
1800 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301801}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301802.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301803 cursor: default;
1804 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301805 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301806 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301807 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301808 -webkit-box-shadow: none;
1809 -moz-box-shadow: none;
1810 box-shadow: none;
1811}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301812.btn-large {
1813 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301814 font-size: 15px;
1815 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301816 -webkit-border-radius: 5px;
1817 -moz-border-radius: 5px;
1818 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301819}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301820.btn-large .icon {
1821 margin-top: 1px;
1822}
1823.btn-small {
1824 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301825 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301826 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301827}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301828.btn-small .icon {
1829 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301830}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301831.btn-primary,
1832.btn-primary:hover,
1833.btn-warning,
1834.btn-warning:hover,
1835.btn-danger,
1836.btn-danger:hover,
1837.btn-success,
1838.btn-success:hover,
1839.btn-info,
1840.btn-info:hover {
1841 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1842 color: #ffffff;
1843}
1844.btn-primary.active,
1845.btn-warning.active,
1846.btn-danger.active,
1847.btn-success.active,
1848.btn-info.active {
1849 color: rgba(255, 255, 255, 0.75);
1850}
1851.btn-primary {
1852 background-color: #006dcc;
1853 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
1854 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
1855 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
1856 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
1857 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
1858 background-image: linear-gradient(top, #0088cc, #0044cc);
1859 background-repeat: repeat-x;
1860 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
1861 border-color: #0044cc #0044cc #002a80;
1862 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1863 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1864}
1865.btn-primary:hover,
1866.btn-primary:active,
1867.btn-primary.active,
1868.btn-primary.disabled,
1869.btn-primary[disabled] {
1870 background-color: #0044cc;
1871}
1872.btn-primary:active, .btn-primary.active {
1873 background-color: #003399 \9;
1874}
1875.btn-warning {
1876 background-color: #faa732;
1877 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1878 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
1879 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1880 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1881 background-image: -o-linear-gradient(top, #fbb450, #f89406);
1882 background-image: linear-gradient(top, #fbb450, #f89406);
1883 background-repeat: repeat-x;
1884 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
1885 border-color: #f89406 #f89406 #ad6704;
1886 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1887 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1888}
1889.btn-warning:hover,
1890.btn-warning:active,
1891.btn-warning.active,
1892.btn-warning.disabled,
1893.btn-warning[disabled] {
1894 background-color: #f89406;
1895}
1896.btn-warning:active, .btn-warning.active {
1897 background-color: #c67605 \9;
1898}
1899.btn-danger {
1900 background-color: #da4f49;
1901 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
1902 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
1903 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
1904 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
1905 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
1906 background-image: linear-gradient(top, #ee5f5b, #bd362f);
1907 background-repeat: repeat-x;
1908 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
1909 border-color: #bd362f #bd362f #802420;
1910 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1911 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1912}
1913.btn-danger:hover,
1914.btn-danger:active,
1915.btn-danger.active,
1916.btn-danger.disabled,
1917.btn-danger[disabled] {
1918 background-color: #bd362f;
1919}
1920.btn-danger:active, .btn-danger.active {
1921 background-color: #942a25 \9;
1922}
1923.btn-success {
1924 background-color: #5bb75b;
1925 background-image: -moz-linear-gradient(top, #62c462, #51a351);
1926 background-image: -ms-linear-gradient(top, #62c462, #51a351);
1927 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
1928 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
1929 background-image: -o-linear-gradient(top, #62c462, #51a351);
1930 background-image: linear-gradient(top, #62c462, #51a351);
1931 background-repeat: repeat-x;
1932 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
1933 border-color: #51a351 #51a351 #387038;
1934 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1935 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1936}
1937.btn-success:hover,
1938.btn-success:active,
1939.btn-success.active,
1940.btn-success.disabled,
1941.btn-success[disabled] {
1942 background-color: #51a351;
1943}
1944.btn-success:active, .btn-success.active {
1945 background-color: #408140 \9;
1946}
1947.btn-info {
1948 background-color: #49afcd;
1949 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
1950 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
1951 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
1952 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
1953 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
1954 background-image: linear-gradient(top, #5bc0de, #2f96b4);
1955 background-repeat: repeat-x;
1956 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
1957 border-color: #2f96b4 #2f96b4 #1f6377;
1958 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1959 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1960}
1961.btn-info:hover,
1962.btn-info:active,
1963.btn-info.active,
1964.btn-info.disabled,
1965.btn-info[disabled] {
1966 background-color: #2f96b4;
1967}
1968.btn-info:active, .btn-info.active {
1969 background-color: #24748c \9;
1970}
1971button.btn, input[type="submit"].btn {
1972 *padding-top: 2px;
1973 *padding-bottom: 2px;
1974}
1975button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301976 padding: 0;
1977 border: 0;
1978}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301979button.btn.large, input[type="submit"].btn.large {
1980 *padding-top: 7px;
1981 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301982}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301983button.btn.small, input[type="submit"].btn.small {
1984 *padding-top: 3px;
1985 *padding-bottom: 3px;
1986}
1987.btn-group {
1988 position: relative;
1989 *zoom: 1;
1990 *margin-left: .3em;
1991}
1992.btn-group:before, .btn-group:after {
1993 display: table;
1994 content: "";
1995}
1996.btn-group:after {
1997 clear: both;
1998}
1999.btn-group:first-child {
2000 *margin-left: 0;
2001}
2002.btn-group + .btn-group {
2003 margin-left: 5px;
2004}
2005.btn-toolbar {
2006 margin-top: 9px;
2007 margin-bottom: 9px;
2008}
2009.btn-toolbar .btn-group {
2010 display: inline-block;
2011 *display: inline;
2012 /* IE7 inline-block hack */
2013
2014 *zoom: 1;
2015}
2016.btn-group .btn {
2017 position: relative;
2018 float: left;
2019 margin-left: -1px;
2020 -webkit-border-radius: 0;
2021 -moz-border-radius: 0;
2022 border-radius: 0;
2023}
2024.btn-group .btn:first-child {
2025 margin-left: 0;
2026 -webkit-border-top-left-radius: 4px;
2027 -moz-border-radius-topleft: 4px;
2028 border-top-left-radius: 4px;
2029 -webkit-border-bottom-left-radius: 4px;
2030 -moz-border-radius-bottomleft: 4px;
2031 border-bottom-left-radius: 4px;
2032}
2033.btn-group .btn:last-child, .btn-group .dropdown-toggle {
2034 -webkit-border-top-right-radius: 4px;
2035 -moz-border-radius-topright: 4px;
2036 border-top-right-radius: 4px;
2037 -webkit-border-bottom-right-radius: 4px;
2038 -moz-border-radius-bottomright: 4px;
2039 border-bottom-right-radius: 4px;
2040}
2041.btn-group .btn.large:first-child {
2042 margin-left: 0;
2043 -webkit-border-top-left-radius: 6px;
2044 -moz-border-radius-topleft: 6px;
2045 border-top-left-radius: 6px;
2046 -webkit-border-bottom-left-radius: 6px;
2047 -moz-border-radius-bottomleft: 6px;
2048 border-bottom-left-radius: 6px;
2049}
2050.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
2051 -webkit-border-top-right-radius: 6px;
2052 -moz-border-radius-topright: 6px;
2053 border-top-right-radius: 6px;
2054 -webkit-border-bottom-right-radius: 6px;
2055 -moz-border-radius-bottomright: 6px;
2056 border-bottom-right-radius: 6px;
2057}
2058.btn-group .btn:hover,
2059.btn-group .btn:focus,
2060.btn-group .btn:active,
2061.btn-group .btn.active {
2062 z-index: 2;
2063}
2064.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
2065 outline: 0;
2066}
2067.btn-group .dropdown-toggle {
2068 padding-left: 8px;
2069 padding-right: 8px;
2070 -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);
2071 -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);
2072 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);
2073 *padding-top: 5px;
2074 *padding-bottom: 5px;
2075}
2076.btn-group.open {
2077 *z-index: 1000;
2078}
2079.btn-group.open .dropdown-menu {
2080 display: block;
2081 margin-top: 1px;
2082 -webkit-border-radius: 5px;
2083 -moz-border-radius: 5px;
2084 border-radius: 5px;
2085}
2086.btn-group.open .dropdown-toggle {
2087 background-image: none;
2088 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2089 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2090 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2091}
2092.btn .caret {
2093 margin-top: 7px;
2094 margin-left: 0;
2095}
2096.btn:hover .caret, .open.btn-group .caret {
2097 opacity: 1;
2098 filter: alpha(opacity=100);
2099}
2100.btn-primary .caret,
2101.btn-danger .caret,
2102.btn-info .caret,
2103.btn-success .caret {
2104 border-top-color: #ffffff;
2105 opacity: 0.75;
2106 filter: alpha(opacity=75);
2107}
2108.btn-small .caret {
2109 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302110}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302111
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302112/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302113 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302114 */
2115.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302116 margin-left: 0;
2117 margin-bottom: 18px;
2118 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302119}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302120.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302121 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302122}
2123.nav > li > a:hover {
2124 text-decoration: none;
2125 background-color: #eeeeee;
2126}
2127.nav-list {
2128 padding-left: 14px;
2129 padding-right: 14px;
2130 margin-bottom: 0;
2131}
2132.nav-list > li > a, .nav-list .nav-header {
2133 display: block;
2134 padding: 3px 15px;
2135 margin-left: -15px;
2136 margin-right: -15px;
2137 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2138}
2139.nav-list .nav-header {
2140 font-size: 11px;
2141 font-weight: bold;
2142 line-height: 18px;
2143 color: #999999;
2144 text-transform: uppercase;
2145}
2146.nav-list > li + .nav-header {
2147 margin-top: 9px;
2148}
2149.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302150 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302151 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2152 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302153}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302154.nav-list [class^="icon-"] {
2155 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302156}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302157.nav-tabs, .nav-pills {
2158 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302159}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302160.nav-tabs:before,
2161.nav-pills:before,
2162.nav-tabs:after,
2163.nav-pills:after {
2164 display: table;
2165 content: "";
2166}
2167.nav-tabs:after, .nav-pills:after {
2168 clear: both;
2169}
2170.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302171 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302172}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302173.nav-tabs > li > a, .nav-pills > li > a {
2174 padding-right: 12px;
2175 padding-left: 12px;
2176 margin-right: 2px;
2177 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302178}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302179.nav-tabs {
2180 border-bottom: 1px solid #ddd;
2181}
2182.nav-tabs > li {
2183 margin-bottom: -1px;
2184}
2185.nav-tabs > li > a {
2186 padding-top: 9px;
2187 padding-bottom: 9px;
2188 border: 1px solid transparent;
2189 -webkit-border-radius: 4px 4px 0 0;
2190 -moz-border-radius: 4px 4px 0 0;
2191 border-radius: 4px 4px 0 0;
2192}
2193.nav-tabs > li > a:hover {
2194 border-color: #eeeeee #eeeeee #dddddd;
2195}
2196.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
2197 color: #555555;
2198 background-color: #ffffff;
2199 border: 1px solid #ddd;
2200 border-bottom-color: transparent;
2201 cursor: default;
2202}
2203.nav-pills > li > a {
2204 padding-top: 8px;
2205 padding-bottom: 8px;
2206 margin-top: 2px;
2207 margin-bottom: 2px;
2208 -webkit-border-radius: 5px;
2209 -moz-border-radius: 5px;
2210 border-radius: 5px;
2211}
2212.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302213 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302214 background-color: #0088cc;
2215}
2216.nav-stacked > li {
2217 float: none;
2218}
2219.nav-stacked > li > a {
2220 margin-right: 0;
2221}
2222.nav-tabs.nav-stacked {
2223 border-bottom: 0;
2224}
2225.nav-tabs.nav-stacked > li > a {
2226 border: 1px solid #ddd;
2227 -webkit-border-radius: 0;
2228 -moz-border-radius: 0;
2229 border-radius: 0;
2230}
2231.nav-tabs.nav-stacked > li:first-child > a {
2232 -webkit-border-radius: 4px 4px 0 0;
2233 -moz-border-radius: 4px 4px 0 0;
2234 border-radius: 4px 4px 0 0;
2235}
2236.nav-tabs.nav-stacked > li:last-child > a {
2237 -webkit-border-radius: 0 0 4px 4px;
2238 -moz-border-radius: 0 0 4px 4px;
2239 border-radius: 0 0 4px 4px;
2240}
2241.nav-tabs.nav-stacked > li > a:hover {
2242 border-color: #ddd;
2243 z-index: 2;
2244}
2245.nav-pills.nav-stacked > li > a {
2246 margin-bottom: 3px;
2247}
2248.nav-pills.nav-stacked > li:last-child > a {
2249 margin-bottom: 1px;
2250}
2251.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
2252 margin-top: 1px;
2253 border-width: 1px;
2254}
2255.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302256 -webkit-border-radius: 4px;
2257 -moz-border-radius: 4px;
2258 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302259}
2260.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
2261 border-top-color: #0088cc;
2262 margin-top: 6px;
2263}
2264.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
2265 border-top-color: #005580;
2266}
2267.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
2268 border-top-color: #333333;
2269}
2270.nav > .dropdown.active > a:hover {
2271 color: #000000;
2272 cursor: pointer;
2273}
2274.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
2275 color: #ffffff;
2276 background-color: #999999;
2277 border-color: #999999;
2278}
2279.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
2280 border-top-color: #ffffff;
2281 opacity: 1;
2282 filter: alpha(opacity=100);
2283}
2284
2285.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302286 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302287 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302288}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302289.navbar-inner {
2290 padding-left: 20px;
2291 padding-right: 20px;
2292 background-color: #2c2c2c;
2293 background-image: -moz-linear-gradient(top, #333333, #222222);
2294 background-image: -ms-linear-gradient(top, #333333, #222222);
2295 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2296 background-image: -webkit-linear-gradient(top, #333333, #222222);
2297 background-image: -o-linear-gradient(top, #333333, #222222);
2298 background-image: linear-gradient(top, #333333, #222222);
2299 background-repeat: repeat-x;
2300 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2301 -webkit-border-radius: 4px;
2302 -moz-border-radius: 4px;
2303 border-radius: 4px;
2304 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2305 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2306 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2307}
2308.btn-navbar {
2309 display: none;
2310 float: right;
2311 padding: 7px 10px;
2312 margin-left: 5px;
2313 margin-right: 5px;
2314 background-color: #2c2c2c;
2315 background-image: -moz-linear-gradient(top, #333333, #222222);
2316 background-image: -ms-linear-gradient(top, #333333, #222222);
2317 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2318 background-image: -webkit-linear-gradient(top, #333333, #222222);
2319 background-image: -o-linear-gradient(top, #333333, #222222);
2320 background-image: linear-gradient(top, #333333, #222222);
2321 background-repeat: repeat-x;
2322 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2323 border-color: #222222 #222222 #000000;
2324 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2325 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2326 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2327 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2328 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2329}
2330.btn-navbar:hover,
2331.btn-navbar:active,
2332.btn-navbar.active,
2333.btn-navbar.disabled,
2334.btn-navbar[disabled] {
2335 background-color: #222222;
2336}
2337.btn-navbar:active, .btn-navbar.active {
2338 background-color: #080808 \9;
2339}
2340.btn-navbar .icon-bar {
2341 display: block;
2342 width: 18px;
2343 height: 2px;
2344 background-color: #f5f5f5;
2345 -webkit-border-radius: 1px;
2346 -moz-border-radius: 1px;
2347 border-radius: 1px;
2348 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2349 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2350 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2351}
2352.btn-navbar .icon-bar + .icon-bar {
2353 margin-top: 3px;
2354}
2355.nav-collapse.collapse {
2356 height: auto;
2357}
2358.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302359 text-decoration: none;
2360}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302361.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302362 float: left;
2363 display: block;
2364 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302365 font-size: 20px;
2366 font-weight: 200;
2367 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302368 color: #ffffff;
2369}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302370.navbar .navbar-text {
2371 margin-bottom: 0;
2372 line-height: 40px;
2373 color: #999999;
2374}
2375.navbar .navbar-text a:hover {
2376 color: #ffffff;
2377 background-color: transparent;
2378}
2379.navbar .btn, .navbar .btn-group {
2380 margin-top: 5px;
2381}
2382.navbar .btn-group .btn {
2383 margin-top: 0;
2384}
2385.navbar-form {
2386 margin-bottom: 0;
2387 *zoom: 1;
2388}
2389.navbar-form:before, .navbar-form:after {
2390 display: table;
2391 content: "";
2392}
2393.navbar-form:after {
2394 clear: both;
2395}
2396.navbar-form input, .navbar-form select {
2397 display: inline-block;
2398 margin-top: 5px;
2399 margin-bottom: 0;
2400}
2401.navbar-form .radio, .navbar-form .checkbox {
2402 margin-top: 5px;
2403}
2404.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
2405 margin-top: 3px;
2406}
2407.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302408 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302409 float: left;
2410 margin-top: 6px;
2411 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302412}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302413.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302414 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302415 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2416 font-size: 13px;
2417 font-weight: normal;
2418 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302419 color: #ffffff;
2420 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302421 background: #666;
2422 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302423 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302424 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2425 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2426 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 +05302427 -webkit-transition: none;
2428 -moz-transition: none;
2429 -ms-transition: none;
2430 -o-transition: none;
2431 transition: none;
2432}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302433.navbar-search .search-query :-moz-placeholder {
2434 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302435}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302436.navbar-search .search-query::-webkit-input-placeholder {
2437 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302438}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302439.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302440 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302441 background-color: #999999;
2442 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302443}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302444.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302445 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302446 color: #333333;
2447 text-shadow: 0 1px 0 #ffffff;
2448 background-color: #ffffff;
2449 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302450 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2451 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2452 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302453 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302454}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302455.navbar-fixed-top {
2456 position: fixed;
2457 top: 0;
2458 right: 0;
2459 left: 0;
2460 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302461}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302462.navbar-fixed-top .navbar-inner {
2463 padding-left: 0;
2464 padding-right: 0;
2465 -webkit-border-radius: 0;
2466 -moz-border-radius: 0;
2467 border-radius: 0;
2468}
2469.navbar .nav {
2470 position: relative;
2471 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302472 display: block;
2473 float: left;
2474 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302475}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302476.navbar .nav.pull-right {
2477 float: right;
2478}
2479.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302480 display: block;
2481 float: left;
2482}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302483.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302484 float: none;
2485 padding: 10px 10px 11px;
2486 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302487 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302488 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302489 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302490}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302491.navbar .nav > li > a:hover {
2492 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302493 color: #ffffff;
2494 text-decoration: none;
2495}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302496.navbar .nav .active > a, .navbar .nav .active > a:hover {
2497 color: #ffffff;
2498 text-decoration: none;
2499 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302500 background-color: rgba(0, 0, 0, 0.5);
2501}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302502.navbar .divider-vertical {
2503 height: 40px;
2504 width: 1px;
2505 margin: 0 9px;
2506 overflow: hidden;
2507 background-color: #222222;
2508 border-right: 1px solid #333333;
2509}
2510.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302511 margin-left: 10px;
2512 margin-right: 0;
2513}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302514.navbar .dropdown-menu {
2515 margin-top: 1px;
2516 -webkit-border-radius: 4px;
2517 -moz-border-radius: 4px;
2518 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302519}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302520.navbar .dropdown-menu:before {
2521 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302522 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302523 border-left: 7px solid transparent;
2524 border-right: 7px solid transparent;
2525 border-bottom: 7px solid #ccc;
2526 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302527 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302528 top: -7px;
2529 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302530}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302531.navbar .dropdown-menu:after {
2532 content: '';
2533 display: inline-block;
2534 border-left: 6px solid transparent;
2535 border-right: 6px solid transparent;
2536 border-bottom: 6px solid #ffffff;
2537 position: absolute;
2538 top: -6px;
2539 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302540}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302541.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
2542 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302543}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302544.navbar .nav .active .caret {
2545 opacity: 1;
2546 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302547}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302548.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
2549 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302550}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302551.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302552 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302553}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302554.navbar .nav.pull-right .dropdown-menu {
2555 left: auto;
2556 right: 0;
2557}
2558.navbar .nav.pull-right .dropdown-menu:before {
2559 left: auto;
2560 right: 12px;
2561}
2562.navbar .nav.pull-right .dropdown-menu:after {
2563 left: auto;
2564 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302565}
2566
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302567/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302568.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302569 display: block;
2570 float: right;
2571 width: 20px;
2572 margin-bottom: -5px;
2573 margin-top: 10px;
2574 visibility: hidden;
2575}
2576
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302577.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302578 padding: 0px 20px;
2579}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05302580
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302581
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302582/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302583 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302584 */
2585.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302586 position: relative;
2587}
2588.dropdown-toggle {
2589 *margin-bottom: -3px;
2590}
2591.dropdown-toggle:active, .open .dropdown-toggle {
2592 outline: 0;
2593}
2594.caret {
2595 display: inline-block;
2596 width: 0;
2597 height: 0;
2598 text-indent: -99999px;
2599 *text-indent: 0;
2600 vertical-align: top;
2601 border-left: 4px solid transparent;
2602 border-right: 4px solid transparent;
2603 border-top: 4px solid #000000;
2604 opacity: 0.3;
2605 filter: alpha(opacity=30);
2606 content: "\2193";
2607}
2608.dropdown .caret {
2609 margin-top: 8px;
2610 margin-left: 2px;
2611}
2612.dropdown:hover .caret, .open.dropdown .caret {
2613 opacity: 1;
2614 filter: alpha(opacity=100);
2615}
2616.dropdown-menu {
2617 position: absolute;
2618 top: 100%;
2619 left: 0;
2620 z-index: 1000;
2621 float: left;
2622 display: none;
2623 min-width: 160px;
2624 max-width: 220px;
2625 _width: 160px;
2626 padding: 4px 0;
2627 margin: 0;
2628 list-style: none;
2629 background-color: #ffffff;
2630 border-color: #ccc;
2631 border-color: rgba(0, 0, 0, 0.2);
2632 border-style: solid;
2633 border-width: 1px;
2634 -webkit-border-radius: 0 0 5px 5px;
2635 -moz-border-radius: 0 0 5px 5px;
2636 border-radius: 0 0 5px 5px;
2637 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2638 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2639 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2640 -webkit-background-clip: padding-box;
2641 -moz-background-clip: padding;
2642 background-clip: padding-box;
2643 *border-right-width: 2px;
2644 *border-bottom-width: 2px;
2645}
2646.dropdown-menu.bottom-up {
2647 top: auto;
2648 bottom: 100%;
2649 margin-bottom: 2px;
2650}
2651.dropdown-menu .divider {
2652 height: 1px;
2653 margin: 5px 1px;
2654 overflow: hidden;
2655 background-color: #e5e5e5;
2656 border-bottom: 1px solid #ffffff;
2657 *width: 100%;
2658 *margin: -5px 0 5px;
2659}
2660.dropdown-menu a {
2661 display: block;
2662 padding: 3px 15px;
2663 clear: both;
2664 font-weight: normal;
2665 line-height: 18px;
2666 color: #555555;
2667 white-space: nowrap;
2668}
2669.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
2670 color: #ffffff;
2671 text-decoration: none;
2672 background-color: #0088cc;
2673}
2674.dropdown.open {
2675 *z-index: 1000;
2676}
2677.dropdown.open .dropdown-toggle {
2678 color: #ffffff;
2679 background: #ccc;
2680 background: rgba(0, 0, 0, 0.3);
2681}
2682.dropdown.open .dropdown-menu {
2683 display: block;
2684}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302685
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302686/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05302687 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302688 */
2689.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05302690 position: absolute;
2691 z-index: 1020;
2692 display: block;
2693 visibility: visible;
2694 padding: 5px;
2695 font-size: 11px;
2696 opacity: 0;
2697 filter: alpha(opacity=0);
2698}
2699.tooltip.in {
2700 opacity: 0.8;
2701 filter: alpha(opacity=80);
2702}
2703.tooltip.top {
2704 margin-top: -2px;
2705}
2706.tooltip.right {
2707 margin-left: 2px;
2708}
2709.tooltip.bottom {
2710 margin-top: 2px;
2711}
2712.tooltip.left {
2713 margin-left: -2px;
2714}
2715.tooltip.top .tooltip-arrow {
2716 bottom: 0;
2717 left: 50%;
2718 margin-left: -5px;
2719 border-left: 5px solid transparent;
2720 border-right: 5px solid transparent;
2721 border-top: 5px solid #000000;
2722}
2723.tooltip.left .tooltip-arrow {
2724 top: 50%;
2725 right: 0;
2726 margin-top: -5px;
2727 border-top: 5px solid transparent;
2728 border-bottom: 5px solid transparent;
2729 border-left: 5px solid #000000;
2730}
2731.tooltip.bottom .tooltip-arrow {
2732 top: 0;
2733 left: 50%;
2734 margin-left: -5px;
2735 border-left: 5px solid transparent;
2736 border-right: 5px solid transparent;
2737 border-bottom: 5px solid #000000;
2738}
2739.tooltip.right .tooltip-arrow {
2740 top: 50%;
2741 left: 0;
2742 margin-top: -5px;
2743 border-top: 5px solid transparent;
2744 border-bottom: 5px solid transparent;
2745 border-right: 5px solid #000000;
2746}
2747.tooltip-inner {
2748 max-width: 200px;
2749 padding: 3px 8px;
2750 color: #ffffff;
2751 text-align: center;
2752 text-decoration: none;
2753 background-color: #000000;
2754 -webkit-border-radius: 4px;
2755 -moz-border-radius: 4px;
2756 border-radius: 4px;
2757}
2758.tooltip-arrow {
2759 position: absolute;
2760 width: 0;
2761 height: 0;
2762}
2763.popover {
2764 position: absolute;
2765 top: 0;
2766 left: 0;
2767 z-index: 1010;
2768 display: none;
2769 padding: 5px;
2770}
2771.popover.top {
2772 margin-top: -5px;
2773}
2774.popover.right {
2775 margin-left: 5px;
2776}
2777.popover.bottom {
2778 margin-top: 5px;
2779}
2780.popover.left {
2781 margin-left: -5px;
2782}
2783.popover.top .arrow {
2784 bottom: 0;
2785 left: 50%;
2786 margin-left: -5px;
2787 border-left: 5px solid transparent;
2788 border-right: 5px solid transparent;
2789 border-top: 5px solid #000000;
2790}
2791.popover.right .arrow {
2792 top: 50%;
2793 left: 0;
2794 margin-top: -5px;
2795 border-top: 5px solid transparent;
2796 border-bottom: 5px solid transparent;
2797 border-right: 5px solid #000000;
2798}
2799.popover.bottom .arrow {
2800 top: 0;
2801 left: 50%;
2802 margin-left: -5px;
2803 border-left: 5px solid transparent;
2804 border-right: 5px solid transparent;
2805 border-bottom: 5px solid #000000;
2806}
2807.popover.left .arrow {
2808 top: 50%;
2809 right: 0;
2810 margin-top: -5px;
2811 border-top: 5px solid transparent;
2812 border-bottom: 5px solid transparent;
2813 border-left: 5px solid #000000;
2814}
2815.popover .arrow {
2816 position: absolute;
2817 width: 0;
2818 height: 0;
2819}
2820.popover-inner {
2821 padding: 3px;
2822 width: 280px;
2823 overflow: hidden;
2824 background: #000000;
2825 background: rgba(0, 0, 0, 0.8);
2826 -webkit-border-radius: 6px;
2827 -moz-border-radius: 6px;
2828 border-radius: 6px;
2829 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2830 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2831 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2832}
2833.popover-title {
2834 padding: 9px 15px;
2835 line-height: 1;
2836 background-color: #f5f5f5;
2837 border-bottom: 1px solid #eee;
2838 -webkit-border-radius: 3px 3px 0 0;
2839 -moz-border-radius: 3px 3px 0 0;
2840 border-radius: 3px 3px 0 0;
2841}
2842.popover-content {
2843 padding: 14px;
2844 background-color: #ffffff;
2845 -webkit-border-radius: 0 0 3px 3px;
2846 -moz-border-radius: 0 0 3px 3px;
2847 border-radius: 0 0 3px 3px;
2848 -webkit-background-clip: padding-box;
2849 -moz-background-clip: padding-box;
2850 background-clip: padding-box;
2851}
2852.popover-content p, .popover-content ul, .popover-content ol {
2853 margin-bottom: 0;
2854}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302855
Rushabh Mehtad0251332012-02-21 17:26:50 +05302856/*
Rushabh Mehta2886b952012-02-24 11:26:31 +05302857 * lib/css/bootstrap/label.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302858 */
2859.label {
Rushabh Mehta2886b952012-02-24 11:26:31 +05302860 padding: 2px 4px 3px;
2861 font-size: 11.049999999999999px;
2862 font-weight: bold;
2863 color: #ffffff;
2864 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2865 background-color: #999999;
2866 -webkit-border-radius: 3px;
2867 -moz-border-radius: 3px;
2868 border-radius: 3px;
2869}
2870.label:hover {
2871 color: #ffffff;
2872 text-decoration: none;
2873}
2874.label-important {
2875 background-color: #b94a48;
2876}
2877.label-important:hover {
2878 background-color: #953b39;
2879}
2880.label-warning {
2881 background-color: #f89406;
2882}
2883.label-warning:hover {
2884 background-color: #c67605;
2885}
2886.label-success {
2887 background-color: #468847;
2888}
2889.label-success:hover {
2890 background-color: #356635;
2891}
2892.label-info {
2893 background-color: #3a87ad;
2894}
2895.label-info:hover {
2896 background-color: #2d6987;
2897}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302898
Rushabh Mehta2886b952012-02-24 11:26:31 +05302899/*
2900 * lib/css/bootstrap/icons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302901 */
2902[class^="icon-"], [class*=" icon-"] {
Rushabh Mehta2886b952012-02-24 11:26:31 +05302903 display: inline-block;
2904 width: 14px;
2905 height: 14px;
2906 line-height: 14px;
2907 vertical-align: text-top;
2908 background-image: url("../lib/images/icons/glyphicons-halflings.png");
2909 background-position: 14px 14px;
2910 background-repeat: no-repeat;
2911 *margin-right: .3em;
2912}
2913[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
2914 *margin-left: 0;
2915}
2916.icon-white {
2917 background-image: url("../lib/images/icons/glyphicons-halflings-white.png");
2918}
2919.icon-glass {
2920 background-position: 0 0;
2921}
2922.icon-music {
2923 background-position: -24px 0;
2924}
2925.icon-search {
2926 background-position: -48px 0;
2927}
2928.icon-envelope {
2929 background-position: -72px 0;
2930}
2931.icon-heart {
2932 background-position: -96px 0;
2933}
2934.icon-star {
2935 background-position: -120px 0;
2936}
2937.icon-star-empty {
2938 background-position: -144px 0;
2939}
2940.icon-user {
2941 background-position: -168px 0;
2942}
2943.icon-film {
2944 background-position: -192px 0;
2945}
2946.icon-th-large {
2947 background-position: -216px 0;
2948}
2949.icon-th {
2950 background-position: -240px 0;
2951}
2952.icon-th-list {
2953 background-position: -264px 0;
2954}
2955.icon-ok {
2956 background-position: -288px 0;
2957}
2958.icon-remove {
2959 background-position: -312px 0;
2960}
2961.icon-zoom-in {
2962 background-position: -336px 0;
2963}
2964.icon-zoom-out {
2965 background-position: -360px 0;
2966}
2967.icon-off {
2968 background-position: -384px 0;
2969}
2970.icon-signal {
2971 background-position: -408px 0;
2972}
2973.icon-cog {
2974 background-position: -432px 0;
2975}
2976.icon-trash {
2977 background-position: -456px 0;
2978}
2979.icon-home {
2980 background-position: 0 -24px;
2981}
2982.icon-file {
2983 background-position: -24px -24px;
2984}
2985.icon-time {
2986 background-position: -48px -24px;
2987}
2988.icon-road {
2989 background-position: -72px -24px;
2990}
2991.icon-download-alt {
2992 background-position: -96px -24px;
2993}
2994.icon-download {
2995 background-position: -120px -24px;
2996}
2997.icon-upload {
2998 background-position: -144px -24px;
2999}
3000.icon-inbox {
3001 background-position: -168px -24px;
3002}
3003.icon-play-circle {
3004 background-position: -192px -24px;
3005}
3006.icon-repeat {
3007 background-position: -216px -24px;
3008}
3009.icon-refresh {
3010 background-position: -240px -24px;
3011}
3012.icon-list-alt {
3013 background-position: -264px -24px;
3014}
3015.icon-lock {
3016 background-position: -287px -24px;
3017}
3018.icon-flag {
3019 background-position: -312px -24px;
3020}
3021.icon-headphones {
3022 background-position: -336px -24px;
3023}
3024.icon-volume-off {
3025 background-position: -360px -24px;
3026}
3027.icon-volume-down {
3028 background-position: -384px -24px;
3029}
3030.icon-volume-up {
3031 background-position: -408px -24px;
3032}
3033.icon-qrcode {
3034 background-position: -432px -24px;
3035}
3036.icon-barcode {
3037 background-position: -456px -24px;
3038}
3039.icon-tag {
3040 background-position: 0 -48px;
3041}
3042.icon-tags {
3043 background-position: -25px -48px;
3044}
3045.icon-book {
3046 background-position: -48px -48px;
3047}
3048.icon-bookmark {
3049 background-position: -72px -48px;
3050}
3051.icon-print {
3052 background-position: -96px -48px;
3053}
3054.icon-camera {
3055 background-position: -120px -48px;
3056}
3057.icon-font {
3058 background-position: -144px -48px;
3059}
3060.icon-bold {
3061 background-position: -167px -48px;
3062}
3063.icon-italic {
3064 background-position: -192px -48px;
3065}
3066.icon-text-height {
3067 background-position: -216px -48px;
3068}
3069.icon-text-width {
3070 background-position: -240px -48px;
3071}
3072.icon-align-left {
3073 background-position: -264px -48px;
3074}
3075.icon-align-center {
3076 background-position: -288px -48px;
3077}
3078.icon-align-right {
3079 background-position: -312px -48px;
3080}
3081.icon-align-justify {
3082 background-position: -336px -48px;
3083}
3084.icon-list {
3085 background-position: -360px -48px;
3086}
3087.icon-indent-left {
3088 background-position: -384px -48px;
3089}
3090.icon-indent-right {
3091 background-position: -408px -48px;
3092}
3093.icon-facetime-video {
3094 background-position: -432px -48px;
3095}
3096.icon-picture {
3097 background-position: -456px -48px;
3098}
3099.icon-pencil {
3100 background-position: 0 -72px;
3101}
3102.icon-map-marker {
3103 background-position: -24px -72px;
3104}
3105.icon-adjust {
3106 background-position: -48px -72px;
3107}
3108.icon-tint {
3109 background-position: -72px -72px;
3110}
3111.icon-edit {
3112 background-position: -96px -72px;
3113}
3114.icon-share {
3115 background-position: -120px -72px;
3116}
3117.icon-check {
3118 background-position: -144px -72px;
3119}
3120.icon-move {
3121 background-position: -168px -72px;
3122}
3123.icon-step-backward {
3124 background-position: -192px -72px;
3125}
3126.icon-fast-backward {
3127 background-position: -216px -72px;
3128}
3129.icon-backward {
3130 background-position: -240px -72px;
3131}
3132.icon-play {
3133 background-position: -264px -72px;
3134}
3135.icon-pause {
3136 background-position: -288px -72px;
3137}
3138.icon-stop {
3139 background-position: -312px -72px;
3140}
3141.icon-forward {
3142 background-position: -336px -72px;
3143}
3144.icon-fast-forward {
3145 background-position: -360px -72px;
3146}
3147.icon-step-forward {
3148 background-position: -384px -72px;
3149}
3150.icon-eject {
3151 background-position: -408px -72px;
3152}
3153.icon-chevron-left {
3154 background-position: -432px -72px;
3155}
3156.icon-chevron-right {
3157 background-position: -456px -72px;
3158}
3159.icon-plus-sign {
3160 background-position: 0 -96px;
3161}
3162.icon-minus-sign {
3163 background-position: -24px -96px;
3164}
3165.icon-remove-sign {
3166 background-position: -48px -96px;
3167}
3168.icon-ok-sign {
3169 background-position: -72px -96px;
3170}
3171.icon-question-sign {
3172 background-position: -96px -96px;
3173}
3174.icon-info-sign {
3175 background-position: -120px -96px;
3176}
3177.icon-screenshot {
3178 background-position: -144px -96px;
3179}
3180.icon-remove-circle {
3181 background-position: -168px -96px;
3182}
3183.icon-ok-circle {
3184 background-position: -192px -96px;
3185}
3186.icon-ban-circle {
3187 background-position: -216px -96px;
3188}
3189.icon-arrow-left {
3190 background-position: -240px -96px;
3191}
3192.icon-arrow-right {
3193 background-position: -264px -96px;
3194}
3195.icon-arrow-up {
3196 background-position: -289px -96px;
3197}
3198.icon-arrow-down {
3199 background-position: -312px -96px;
3200}
3201.icon-share-alt {
3202 background-position: -336px -96px;
3203}
3204.icon-resize-full {
3205 background-position: -360px -96px;
3206}
3207.icon-resize-small {
3208 background-position: -384px -96px;
3209}
3210.icon-plus {
3211 background-position: -408px -96px;
3212}
3213.icon-minus {
3214 background-position: -433px -96px;
3215}
3216.icon-asterisk {
3217 background-position: -456px -96px;
3218}
3219.icon-exclamation-sign {
3220 background-position: 0 -120px;
3221}
3222.icon-gift {
3223 background-position: -24px -120px;
3224}
3225.icon-leaf {
3226 background-position: -48px -120px;
3227}
3228.icon-fire {
3229 background-position: -72px -120px;
3230}
3231.icon-eye-open {
3232 background-position: -96px -120px;
3233}
3234.icon-eye-close {
3235 background-position: -120px -120px;
3236}
3237.icon-warning-sign {
3238 background-position: -144px -120px;
3239}
3240.icon-plane {
3241 background-position: -168px -120px;
3242}
3243.icon-calendar {
3244 background-position: -192px -120px;
3245}
3246.icon-random {
3247 background-position: -216px -120px;
3248}
3249.icon-comment {
3250 background-position: -240px -120px;
3251}
3252.icon-magnet {
3253 background-position: -264px -120px;
3254}
3255.icon-chevron-up {
3256 background-position: -288px -120px;
3257}
3258.icon-chevron-down {
3259 background-position: -313px -119px;
3260}
3261.icon-retweet {
3262 background-position: -336px -120px;
3263}
3264.icon-shopping-cart {
3265 background-position: -360px -120px;
3266}
3267.icon-folder-close {
3268 background-position: -384px -120px;
3269}
3270.icon-folder-open {
3271 background-position: -408px -120px;
3272}
3273.icon-resize-vertical {
3274 background-position: -432px -119px;
3275}
3276.icon-resize-horizontal {
3277 background-position: -456px -118px;
3278}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303279
Rushabh Mehta2886b952012-02-24 11:26:31 +05303280/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303281 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303282 */
3283h1, h2, h3, h4, h5 {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303284 font-family: Tahoma, Arial, Verdana, sans-serif;
3285 font-weight: bold;
3286}
3287
3288body {
3289 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
3290 font-size: 12px;
3291}
3292
3293span, div, td, input, textarea, button, select {
3294 font-family: inherit;
3295}
3296
3297body {
Rushabh Mehta5d267a42012-03-01 18:53:06 +05303298 background: url(../images/stripedbg.png) repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303299}
3300
3301.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05303302 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303303 text-align: center;
3304}
3305
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303306.module-icons {
3307 background: url(../images/module-icons.png) no-repeat top left;
3308 width:16px;
3309 height:16px;
3310}
3311
3312.module-icons-accounts{ background-position: 0 0; }
3313.module-icons-analysis{ background-position: 0 -66px; }
3314.module-icons-buying{ background-position: 0 -132px; }
3315.module-icons-home{ background-position: 0 -198px; }
3316.module-icons-hr{ background-position: 0 -264px; }
3317.module-icons-people{ background-position: 0 -330px; }
3318.module-icons-production{ background-position: 0 -396px; }
3319.module-icons-projects{ background-position: 0 -462px; }
3320.module-icons-selling{ background-position: 0 -528px; }
3321.module-icons-setup{ background-position: 0 -594px; }
3322.module-icons-stock{ background-position: 0 -660px; }
Anand Doshic3023be2012-02-20 16:31:55 +05303323.module-icons-support{ background-position: 0 -726px; }
3324
Anand Doshidb628762012-02-24 17:56:00 +05303325.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05303326 margin: -3px 0px;
3327 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05303328 min-width: 20px;
3329 text-align: center;
3330 display: inline-block;
3331 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303332 color: #999999;
3333 background-color: #333131;
3334}
3335
3336.navbar-new-comments:hover,
3337.navbar-new-comments:active,
3338.navbar-new-comments:focus {
3339 color: #fff;
3340}
3341
3342
3343.navbar-new-comments-true {
3344 color: #fff;
3345 background-color: #B00D07;
3346}
3347
3348.navbar-icon-home {
3349 vertical-align: middle;
3350 opacity:0.4;
3351 Filter:alpha(opacity=40); /* For IE8 and earlier */
3352}
3353
3354.navbar-icon-home:hover,
3355.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05303356.navbar-icon-home:active,
3357.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303358 opacity:1;
3359 Filter:alpha(opacity=100); /* For IE8 and earlier */
3360}
3361
3362/*extra size menus for recent*/
3363.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
3364 min-width: 160px !important;
3365 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05303366}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303367