blob: 25f02edd8f5b30bc416f20fc0b94a6efc438d7ea [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;
Rushabh Mehta983a1712012-03-21 13:35:34 +053014 font-size: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053015 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;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +053032 font-size: inherit;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053033 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%;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +053044 font-size: inherit;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053045 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
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +0530107.small {
108 font-size: 11px;
109}
110
111.help {
112 margin: 3px 0px;
113 color: #888;
114}
115
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530116div#body_div {
117 position: relative;
118 display: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530119 padding-right: 7px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530120 width: 900px;
121 margin: auto;
122 margin-top: 56px;
123}
124
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530125.content {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530126 width: 900px;
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530127 margin-bottom: 30px;
128 position: absolute;
129 -webkit-transition:all 0.5s ease-in-out;
130 -moz-transition:all 0.5s ease-in-out;
131 -o-transition:all 0.5s ease-in-out;
132 -ms-transition:all 0.5s ease-in-out;
133 transition:all 0.5s ease-in-out;
134}
135
136.background-fade-in {
137 -webkit-transition: background 1s ease-in; /* property duration timing-function delay */
138 -moz-transition: background 1s ease-in;
139 -o-transition: background 1s ease-in;
140 transition: background 1s ease-in;
141}
142
143/* selector for open pages */
144#opened-page-selector {
145 width: 900px;
146 height: 900px;
147 position: absolute;
148 z-index: 100;
149 opacity: 0;
150 background-color: #bdf;
151}
152
153#opened-page-selector.active {
154 opacity: 0.6;
155 cursor: pointer;
156}
157
158.popover-container {
159 height: 400px;
160}
161
162footer {
163 position: absolute;
164 bottom: 0px;
165 width: 100%;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530166}
167header .container {
168 width: 900px;
169 margin: auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530170}
171
Rushabh Mehta2438de42012-03-15 16:43:46 +0530172@media (max-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530173 div#body_div, header .container, .content, #opened-page-selector, footer {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530174 width: 900px;
175 }
176}
177
178@media (min-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530179 div#body_div, header .container, .content, #opened-page-selector, footer {
180 width: 1100px;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530181 }
182}
183
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530184div.no_script {
185 display: none;
186}
187
188div.loading_div {
189 position: absolute;
190 background-color: #FFFFCC;
191 z-index: 1999;
192 right: 5px;
193 width: 90px;
194 display: none;
195 text-align: center;
196 padding: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530197 border: 1px solid #FF4;
198}
199
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530200div.std-footer {
201 margin: 13px 0px;
202 border-top: 1px solid #AAA;
203 padding: 13px;
204}
205
206div.std-footer-item {
207 margin: 0px 13px 13px 0px;
208}
209
210.shadow {
211 -moz-box-shadow: 0px 2px 2px #888;
212 -webkit-box-shadow: 0px 2px 2px #888;
213 box-shadow: 0px 2px 2px #888;
214}
215
216.round {
217 -webkit-border-radius: 5px;
218 -moz-border-radius: 5px;
219 border-radius: 5px;
220}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530221
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530222.layout_wrapper, .layout-wrapper {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530223 -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
224 -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
225 box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530226 background-color: #fff;
227 padding: 15px;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530228 margin-bottom: 30px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530229}
230
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530231.layout-wrapper-background {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530232 background-color: #fafafa !important;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530233 padding: 0px;
234}
235
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530236.layout-main-section {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530237 width: 71%;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530238 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530239 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530240 background-color: #FFF;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530241 min-height: 600px;
Rushabh Mehtafdea9662012-02-27 18:03:54 +0530242 -moz-box-shadow: 7px 0px 6px -2px #ddd;
243 -webkit-box-shadow: 7px 0px 6px -2px #ddd;
244 box-shadow: 7px 0px 6px -2px #ddd;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530245}
246
247.layout-side-section {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530248 width: 22%;
Anand Doshi40ee8d62012-02-24 19:21:47 +0530249 /*float: right;*/
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530250 color: #606060;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530251 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530252 padding: 15px;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530253 min-height: 600px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530254}
255
256/* from bootstrap */
257.container {
258 margin-left: auto;
259 margin-right: auto;
260 zoom: 1;
261}
262.container:before, .container:after {
263 display: table;
264 content: "";
265 zoom: 1;
266}
267.container:after {
268 clear: both;
269}
270
Anand Doshi40ee8d62012-02-24 19:21:47 +0530271.well {
272 min-height: 20px;
273 padding: 19px;
274 margin-bottom: 20px;
275 background-color: #f5f5f5;
276 border: 1px solid #eee;
277 border: 1px solid rgba(0, 0, 0, 0.05);
278 -webkit-border-radius: 4px;
279 -moz-border-radius: 4px;
280 border-radius: 4px;
281 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
282 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
283 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
284}
285
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530286.avatar-small {
287 display: inline-block;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530288 width: 24px;
289 height: 20px;
290 vertical-align: middle;
291 overflow: hidden;
292 margin: 0px 3px;
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530293}
294.avatar-small img {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530295 width: 24px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530296}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530297
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530298/*
299 * lib/css/legacy/messages.css
300 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530301
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530302/* FLOATING MESSAGE */
303
304.btn-img { cursor: pointer; }
305
306div.fetching { color: #888; text-align:right; }
307
308div.notice {
309 postion: absolute;
310 background-color: #000;
311 -moz-border-radius: 5px; -webkit-border-radius: 5px;
312 opacity: 0.6;
313 right: 0;
314 top: 0;
315 margin-top: 8px;
316 z-index: -1;
317 padding: 8px;
318}
319
320/** help **/
321
322.info-box {
323 background-color: #F8F8F8;
324 border: 1px solid #CCCCCC;
325 border-radius: 3px 3px 3px 3px;
326 line-height: 1.6em;
327 overflow: auto;
328 padding: 6px 10px;
329 margin-bottom: 9px;
330}
331
332.help_box, .help-box {
333 background-color:#FFC;
334 font-size: 13px;
335 color: #864;
336 padding: 7px;
337 margin: 11px 0px;
338 border: 1px solid #EEB;
339}
340
341.help_box_big {
342 background-color:#FFC;
343 color: #864;
344 padding: 7px;
345 margin: 7px 0px;
346 border: 1px solid #EEB;
347 text-align: center;
348 font-size: 14px;
349}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530350
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530351/*
352 * lib/css/legacy/forms.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530353 */
354/* FORMS */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530355
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530356div.form-section-head {
Rushabh Mehta38474e22012-03-13 16:11:52 +0530357 margin: 11px 0px 3px 0px;
358 border-top: 1px solid #ccc;
359 padding-top: 11px;
360}
361
362div.form-layout-row:first-child .form-section-head {
363 border-top: 0px solid #ccc !important;
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530364}
365
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530366div.form-section-head h3 {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530367 line-height: 20px;
368}
369
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530370div.form-section-head hr {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530371 margin: 9px 0px;
372}
373
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530374
375div.frm_print_wrapper {
376 background-color:#FFF;
377 border:1px solid #444;
378 padding: 40px;
379
380 box-shadow:1px 1px 8px #229;
381 -moz-box-shadow: 1px 1px 8px #229;
382 -webkit-box-shadow: 1px 1px 8px #229;
383}
384
385div.page_break {
386 margin: 24px 0px;
387 border-top: 1px dashed #888;
388}
389
390div.grid_tbarlinks {
391 border-bottom: 0px;
392 background-color: #CCC;
393 padding: 4px 4px 2px 4px;
Rushabh Mehtaa2713f82012-02-17 14:04:55 +0530394 width: 190px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530395 float: right;
396
397 -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
398 -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
399}
400
401
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530402div.dialog_frm {
403 position: relative;
404 margin: 10px;
405}
406
407
408
409/*------------------*/
410
411.top_cell {
412 height: 50px;
413}
414
415div.attach_area {
416 padding: 8px;
417 margin: 8px;
418 background-color: #EEE;
419}
420
421div.attach_area table {
422 width: 100%;
423}
424
425.tablabel_normal {
426 margin: 0 4px 0 0;
427 padding: 3px 5px;
428 line-height: 1.3em;
429 display: inline;
430 cursor: pointer;
431}
432
433.tablabel_selected {
434 margin: 0 4px 0 0;
435 padding: 3px 5px;
436 line-height: 1.3em;
437 font-weight: bold;
438 display: inline;
439 cursor: pointer;
440 color: #000;
441}
442
443.scrollhead_wrapper {
444 position: absolute;
445 z-index: 1;
446 height: 30px;
447}
448
449.treeimg {
450 cursor: pointer;
451 margin-right: 3px;
452}
453
454
455.sectionCell {
456 padding: 5px;
457 vertical-align: top;
458}
459
460.code_area {
461 width: 80%;
462 margin: 8px;
463 padding: 4px;
464 background-color: #F8F8F8;
465 border: 1px solid #CCC;
466 overflow-x: auto;
467}
468
469.code_text {
470 width: 100%;
471 height: 360px;
472 margin-top: 3px;
473 font-family: Courier, Fixed;
474 font-size: 12px;
475}
476
477div.time_field select{
478 display: inline;
479 margin: 2px;
480 width: 45px;
481}
482
483/* Documents */
484
485.frm_field_table {
486 width: 100%;
487 border-collapse: collapse;
488}
489
490.datalabelcell {
491 padding: 2px 0px;
492 width: 160px;
493 vertical-align: top;
494}
495.datainputcell { padding: 2px 0px; }
496
497
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530498.help ol {
499 padding-left: 19px;
500}
501
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530502.field_description_top {
503 margin-bottom: 3px;
504}
505
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530506.input_area input, select, textarea {
507 font-size: 14px;
508 padding: 2px;
509}
510
511.input_area input {
512 width: 80%;
513 margin: 0px;
514}
515.input_area select {
516 width: 80%;
517}
518.input_area textarea {
519 width: 90%;
520}
521
522.disp_area {
523 width: 80%;
524 padding: 2px 0px;
525 font-size: 12px;
526}
527.disp_area_no_val {
528 height: 14px;
529}
530
531.no_img {
532 padding: 40px;
533 width: 100px;
534 height: 20px;
535 color: #888;
536 text-align: center;
537 border: 1px solid #AAA;
538}
539
540.input-mandatory {
541 font-size: 14px !important;
542 font-weight: bold;
543}
544
545.field-to-update {
546 background-color:#FEE;
547}
548
549/* sidebar */
550
551div.sidebar-comment-wrapper input {
552 width: 50%;
553}
554div.sidebar-comment-message {
555 margin-top: 8px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530556 color: #777;
557}
558
559div.sidebar-comment-text {
560 font-size: 12px;
561 font-weight: bold;
562 margin-top: 8px;
563 color: #444;
564}
565div.sidebar-comment-info {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530566 color: #777;
567}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530568
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530569/*
570 * lib/css/legacy/grid.css
571 */
572
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530573
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530574/* Grid */
575
576
577/* --- Simple --- */
578.grid_wrapper_simple {
579 width: 100%;
580 margin-bottom: 8px;
581 border: 1px solid #AA9;
582}
583
584.grid_head_wrapper_simple {
585 padding: 0px;
586 border-bottom: 2px solid #AAA;
587}
588
589.grid_head_wrapper_simple td {
590 border-right: 1px solid #AA9;
591}
592
593.grid_head_wrapper_simple td div {
594 padding: 2px;
595}
596
597.grid_tab_wrapper_simple {
598}
599
600.grid_cell_simple {
601 padding: 2px;
602 background-color: #fff;
603 border-right: 1px solid #AA9;
604}
605
606
607/* --- Normal --- */
608.grid_wrapper {
609 position: relative;
610 overflow: auto;
611 border: 1px solid #AAA;
612 width: 100%;
613 margin-bottom: 8px;
614 background-color: #fff;
615}
616
617.grid_tab_wrapper {
618 position: absolute;
619 top: 40px;
620 border-bottom: 1px solid #DDD;
621}
622
623.grid_table, .grid_head_table {
624 table-layout: fixed;
625 border-collapse: collapse;
626 /*width: 100%;*/
627}
628
629.grid_cell {
630 border-right: 1px solid #ddd;
631 padding: 0px;
632 background-color: #fff;
633}
634
635.grid_head_wrapper {
636 position: absolute;
637 z-index: 1;
638 height: 40px;
639 padding: 0px;
640 overflow: hidden;
641 /*background-color: #fff;*/
642}
643
644.grid_head_table td {
645 background-color: #EEE;
646 border-right: 1px solid #AAA;
647 border-bottom: 1px solid #AAA;
648 height: 40px;
649 padding: 0px;
650}
651
652.grid_head_table td div {
653 color: #222;
654 font-weight: bold;
655 overflow: hidden;
656 padding: 2px 0px;
657 text-align: center;
658}
659
660.grid_selector {
661 padding: 1px;
662 border-right: 1px solid #DDD;
663 width: 20px;
664 background-color: #fff;
665}
666
667.grid_cell_div {
668 padding: 2px;
669 cursor: pointer;
670 overflow: hidden;
671 border: 2px solid #FFF;
672}
673
674.grid_cell_div_selected {
675 border: 2px solid #88f;
676}
677
678.grid_cell_div input, .grid_cell_div select, .grid_cell_div div input {
679 margin: 0px;
680 border: 0px;
681 width: 100%;
682 margin: 0px;
683 }
684
685.grid_cell_div textarea {
686 border: 3px solid #abf;
687 height:200px;
688 width: 300px;
689 z-index: 10;
690 position:absolute;
691}
692
693.gridDivSelected option { border: 0px; }
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530694
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530695/*
696 * lib/css/legacy/listing.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530697 */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530698
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530699
700/* SRS */
701
702table.srs_result_tab {
703 border: 2px solid #AAA;
704 border-collapse: collapse;
705}
706
707/* firefox bug fix for disappering borders */
708table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div {
709 position: static;
710}
711
712table.srs_result_tab td {
713 padding: 3px 2px;
714 position: static;
715}
716
717div.srs_body_area {
718}
719
720div.srs_results_area {
721}
722
723div.srs_filter_wrapper {
724 border: 1px solid #CCF;
725
726 background-color: #EEF;
727 margin:0px 0px 8px 0px;
728
729 -moz-border-radius: 5px;
730 -webkit-border-radius: 5px;
731 border-radius: 5px;
732}
733
734div.srs_filter_area {
735 padding: 8px;
736}
737
738div.srs_filter_area td {
739 vertical-align: middle;
740}
741
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530742/*
743 * lib/css/legacy/report.css
744 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530745
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530746/* Reports */
747
748div.report_grid_area {
749 position: relative;
750 padding: 8px;
751}
752
753
754div.report_tab {
755 border: 1px solid #AAA;
756 position: relative;
757 overflow: auto;
758}
759
760div.report_no_data {
761 padding: 8px;
762 background-color: #EEE;
763 border: 1px solid #DDD;
764 position: absolute;
765 margin-left: 40%;
766 margin-top: 50px;
767 display: none;
768}
769
770div.report_htitle {
771 float: left;
772 padding: 2px;
773 font-size: 14px;
774 font-weight: bold;
775 margin-left: 4px;
776 color: #665;
777 /*font-weight: bold;*/
778}
779
780div.report_tbar {
781 background-color: #EEF;
782 border: 1px solid #CCF;
783 border-bottom: 0px;
784 height: 28px;
785}
786
787div.report_tbar table{
788 width: 100%;
789}
790div.report_tbar table td {
791
792}
793div.report_tbar table td div {
794 position: relative;
795}
796div.report_tbar button, div.report_tbar select, div.report_tbar img {
797 font-size: 11px;
798 margin: 0px;
799}
800
801div.report_head_wrapper {
802 position: absolute;
803 height: 24px;
804 top: 0px;
805 z-index: 1;
806}
807
808div.report_tab_wrapper {
809 position: absolute;
810 border-bottom: 1px solid #AAA;
811 border-top: 1px solid #AAA;
812}
813
814div.report_tab_wrapper table, div.report_head_wrapper table {
815 table-layout: fixed;
816 border-collapse: collapse;
817 /*width: 100%;*/
818}
819
820div.report_tab_wrapper table td, div.report_head_wrapper table td {
821 border-left: 1px solid #AAA;
822 border-right: 1px solid #AAA;
823 border-bottom: 1px solid #AAA;
824 overflow: hidden;
825 padding: 0px;
826}
827
828div.report_tab_wrapper table td div, div.report_head_wrapper table td div {
829 padding: 3px;
830 overflow: hidden;
831}
832
833.report_head_cell {
834 background-color: #EEE;
835 border-bottom: 1px solid #AA9;
836 text-align: center;
837 font-weight: bold;
838}
839.report_head_cell div {
840 color:#222;
841 height: 18px;
842}
843
844
845/* FINDER */
846
847div.finder_wrapper {
848}
849
850div.finder_body_area {
851 margin: 16px;
852}
853
854div.finder_body {
855 display: none;
856}
857
858div.finder_advanced_area table {
859 width: 80%;
860}
861
862div.finder_advanced_area textarea {
863 width: 80%;
864}
865
866div.finder_filter_area {
867 position: relative;
868}
869
870div.filter_head {
871 font-size: 14px;
872 margin-bottom: 2px;
873}
874div.filter_dt_head {
875 font-size: 14px;
876 font-weight: bold;
877 margin-bottom: 2px;
878}
879table.filter_tab {
880 width: 96%;
881 border-collapse: collapse;
882}
883
884table.filter_tab td {
885 width: 50%;
886}
887
888div.finder_picker_area {
889
890}
891div.builder_field {
892 margin: 0px;
893}
894div.builder_dt_head {
895 font-size: 14px;
896 font-weight: bold;
897 margin-bottom: 2px;
898}
899
900div.builder_field table {
901 width: 90%;
902 border-collapse: collapse;
903}
904
905div.builder_label {
906 height: 20px;
907}
908
909div.builder_head {
910 font-size: 16px;
911 font-weight: bold;
912 color: #AB6;
913}
914
915table.builder_tab {
916 width: 96%;
917 border-collapse: collapse;
918}
919
920table.builder_tab td {
921 width: 33%;
922 padding: 2px;
923}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530924
925/*
926 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530927 */
928/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530929
930div.dialog_wrapper {
931 position: absolute;
932 width: 440px;
933 display: none;
934 z-index: 90;
935 background-color: #FFF;
936 border: 3px solid #222;
937 box-shadow:1px 1px 5px #777;
938 -moz-box-shadow: 1px 1px 5px #777;
939 -webkit-box-shadow: 1px 1px 5px #777;
940
941 border-radius: 5px;
942 -moz-border-radius: 5px;
943 -webkit-border-radius: 5px;
944}
945
946div.dialog_head {
947 height: 22px;
948 padding: 4px;
949 background-color: #222;
950 color: #FFF;
951}
952
953div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530954 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530955 border-radius: 5px;
956 -moz-border-radius: 5px;
957 -webkit-border-radius: 5px;
958}
959
960div.dialog_back {
961 position: fixed;
962 display: none;
963 top: 0px;
964 left: 0px;
965 bottom: 0px;
966 right: 0px;
967 background-color: #EEE;
968 opacity: 0.6;
969 z-index: 50;
970 text-align: center;
971}
972
973div.dialog_message {
974 display: none;
975 position: absolute;
976 width: 250px;
977 font-size: 12px;
978 z-index: 91;
979 background-color:#FFF;
980 padding: 12px;
981 border: 1px solid #444;
982}
983
984div.dialog_row {
985 padding: 8px 8px 0px 8px;
986}
987
988div.dialog_row table {
989 width: 100%;
990}
991
992div.dialog_row table td {
993}
994
995div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
996 width: 80%;
997 font-size: 14px;
998}
999
1000div.dialog_row table td textarea {
1001 width: 80%;
1002 height: 200px;
1003 font-size: 12px;
1004}
1005
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301006
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301007/*
1008 * lib/css/legacy/tabs.css
1009 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301010
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301011/******* TABS ********/
1012
1013div.box_label_wrapper {
1014 border-bottom: 6px solid #777;
1015}
1016
1017div.box_label_body {
1018 height: 22px;
1019}
1020
1021ul.box_tabs {
1022 margin: 0px;
1023 padding: 0px;
1024 list-style: none;
1025}
1026
1027ul.box_tabs li {
1028 height: 22px;
1029 float:left;
1030 font-size: 12px;
1031 text-decoration: underline;
1032
1033 background-color: #DDD;
1034
1035 margin:0;
1036 margin-left: 4px;
1037 padding:0 0 0 9px;
1038 cursor: pointer;
1039}
1040
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301041ul.box_tabs li a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301042 display:block;
1043 padding:3px 15px 3px 6px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301044 text-decoration: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301045}
1046
1047ul.box_tabs li.box_tab_mouseover {
1048 background-color: #BBB;
1049}
1050
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301051ul.box_tabs li.box_tab_selected {
1052 background-color: #777;
1053
1054 background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
1055 background: -moz-linear-gradient(top, #999, #777);
1056
1057 color: #FFF;
1058 font-weight:bold;
1059
1060}
1061ul.box_tabs li.box_tab_selected a {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301062 color: #fff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301063}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301064
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301065/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301066 * lib/css/legacy/sidebar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301067 */
1068div.psidebar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301069}
1070
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301071div.psidebar div.head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301072 font-size: 14px;
1073 font-weight: bold;
1074 color: #555;
1075 margin-bottom: 12px;
1076}
1077
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301078div.psidebar div.section {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301079 margin-bottom: 11px;
1080 overflow: hidden;
1081}
1082
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301083div.psidebar div.section-head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301084 padding: 5px 11px;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +05301085 border-bottom: 1px solid #aaa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301086}
1087
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301088div.psidebar div.section-body {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301089 margin: 7px 11px 11px 11px;
1090}
1091
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301092div.psidebar div.section-item {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301093 margin-bottom: 7px;
1094}
1095
Rushabh Mehtad0251332012-02-21 17:26:50 +05301096div.psidebar div.section-item, div.psidebar .section-link {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301097 color: #666;
1098}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301099
1100/*
1101 * lib/css/Aristo/aristo.selected.css
1102 */
1103/*
1104 * jQuery UI CSS Framework 1.8.7
1105 *
1106 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1107 * Dual licensed under the MIT or GPL Version 2 licenses.
1108 * http://jquery.org/license
1109 *
1110 * http://docs.jquery.com/UI/Theming/API
1111 */
1112
1113/* Layout helpers
1114----------------------------------*/
1115.ui-helper-hidden { display: none; }
1116.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1117.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
1118.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
1119.ui-helper-clearfix { display: inline-block; }
1120/* required comment for clearfix to work in Opera \*/
1121* html .ui-helper-clearfix { height:1%; }
1122.ui-helper-clearfix { display:block; }
1123/* end clearfix */
1124.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
1125
1126
1127/* Interaction Cues
1128----------------------------------*/
1129.ui-state-disabled { cursor: default !important; }
1130
1131
1132/* Icons
1133----------------------------------*/
1134
1135/* states and images */
1136.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
1137
1138
1139/* Misc visuals
1140----------------------------------*/
1141
1142/* Overlays */
1143.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
1144
1145
1146/*
1147 * jQuery UI CSS Framework 1.8.7
1148 *
1149 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1150 * Dual licensed under the MIT or GPL Version 2 licenses.
1151 * http://jquery.org/license
1152 *
1153 * http://docs.jquery.com/UI/Theming/API
1154 *
1155 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
1156 */
1157
1158
1159/* Component containers
1160----------------------------------*/
1161.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
1162.ui-widget .ui-widget { font-size: 1em; }
1163.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
1164.ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; }
1165.ui-widget-content a { color: #4F4F4F; }
1166.ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; }
1167.ui-widget-header {
1168 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1169 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1170 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1171 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1172 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1173 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1174 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1175}
1176.ui-widget-header a { color: #4F4F4F; }
1177
1178/* Interaction states
1179----------------------------------*/
1180.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; font-weight: normal; color: #4F4F4F; }
1181.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
1182 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1183 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1184 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1185 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1186 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1187 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1188 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1189 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1190 -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1191 box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1192}
1193.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; text-decoration: none; }
1194.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; }
1195.ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; }
1196.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
1197 outline: none;
1198 color: #1c4257; border: 1px solid #7096ab;
1199 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
1200 background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
1201 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
1202 background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
1203 background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
1204 background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
1205 background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
1206 -webkit-box-shadow: none;
1207 -moz-box-shadow: none;
1208 box-shadow: none;
1209}
1210.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; text-decoration: none; }
1211.ui-widget :active { outline: none; }
1212
1213/* Interaction Cues
1214----------------------------------*/
1215.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; }
1216.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
1217.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; }
1218.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
1219.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
1220.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
1221.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
1222.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
1223
1224/* Icons
1225----------------------------------*/
1226
1227/* states and images */
1228.ui-icon { width: 16px; height: 16px; background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1229.ui-widget-content .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1230.ui-widget-header .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1231.ui-state-default .ui-icon { background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1232.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1233.ui-state-active .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1234.ui-state-highlight .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1235.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; }
1236.ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; }
1237
1238/* positioning */
1239.ui-icon-carat-1-n { background-position: 0 0; }
1240.ui-icon-carat-1-ne { background-position: -16px 0; }
1241.ui-icon-carat-1-e { background-position: -32px 0; }
1242.ui-icon-carat-1-se { background-position: -48px 0; }
1243.ui-icon-carat-1-s { background-position: -64px 0; }
1244.ui-icon-carat-1-sw { background-position: -80px 0; }
1245.ui-icon-carat-1-w { background-position: -96px 0; }
1246.ui-icon-carat-1-nw { background-position: -112px 0; }
1247.ui-icon-carat-2-n-s { background-position: -128px 0; }
1248.ui-icon-carat-2-e-w { background-position: -144px 0; }
1249.ui-icon-triangle-1-n { background-position: 0 -16px; }
1250.ui-icon-triangle-1-ne { background-position: -16px -16px; }
1251.ui-icon-triangle-1-e { background-position: -32px -16px; }
1252.ui-icon-triangle-1-se { background-position: -48px -16px; }
1253.ui-icon-triangle-1-s { background-position: -64px -16px; }
1254.ui-icon-triangle-1-sw { background-position: -80px -16px; }
1255.ui-icon-triangle-1-w { background-position: -96px -16px; }
1256.ui-icon-triangle-1-nw { background-position: -112px -16px; }
1257.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1258.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1259.ui-icon-arrow-1-n { background-position: 0 -32px; }
1260.ui-icon-arrow-1-ne { background-position: -16px -32px; }
1261.ui-icon-arrow-1-e { background-position: -32px -32px; }
1262.ui-icon-arrow-1-se { background-position: -48px -32px; }
1263.ui-icon-arrow-1-s { background-position: -64px -32px; }
1264.ui-icon-arrow-1-sw { background-position: -80px -32px; }
1265.ui-icon-arrow-1-w { background-position: -96px -32px; }
1266.ui-icon-arrow-1-nw { background-position: -112px -32px; }
1267.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1268.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1269.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1270.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1271.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1272.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1273.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1274.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1275.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
1276.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1277.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1278.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1279.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1280.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1281.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1282.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1283.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1284.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1285.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1286.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1287.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1288.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1289.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1290.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1291.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1292.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1293.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1294.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1295.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1296.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1297.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1298.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1299.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1300.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1301.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1302.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1303.ui-icon-arrow-4 { background-position: 0 -80px; }
1304.ui-icon-arrow-4-diag { background-position: -16px -80px; }
1305.ui-icon-extlink { background-position: -32px -80px; }
1306.ui-icon-newwin { background-position: -48px -80px; }
1307.ui-icon-refresh { background-position: -64px -80px; }
1308.ui-icon-shuffle { background-position: -80px -80px; }
1309.ui-icon-transfer-e-w { background-position: -96px -80px; }
1310.ui-icon-transferthick-e-w { background-position: -112px -80px; }
1311.ui-icon-folder-collapsed { background-position: 0 -96px; }
1312.ui-icon-folder-open { background-position: -16px -96px; }
1313.ui-icon-document { background-position: -32px -96px; }
1314.ui-icon-document-b { background-position: -48px -96px; }
1315.ui-icon-note { background-position: -64px -96px; }
1316.ui-icon-mail-closed { background-position: -80px -96px; }
1317.ui-icon-mail-open { background-position: -96px -96px; }
1318.ui-icon-suitcase { background-position: -112px -96px; }
1319.ui-icon-comment { background-position: -128px -96px; }
1320.ui-icon-person { background-position: -144px -96px; }
1321.ui-icon-print { background-position: -160px -96px; }
1322.ui-icon-trash { background-position: -176px -96px; }
1323.ui-icon-locked { background-position: -192px -96px; }
1324.ui-icon-unlocked { background-position: -208px -96px; }
1325.ui-icon-bookmark { background-position: -224px -96px; }
1326.ui-icon-tag { background-position: -240px -96px; }
1327.ui-icon-home { background-position: 0 -112px; }
1328.ui-icon-flag { background-position: -16px -112px; }
1329.ui-icon-calendar { background-position: -32px -112px; }
1330.ui-icon-cart { background-position: -48px -112px; }
1331.ui-icon-pencil { background-position: -64px -112px; }
1332.ui-icon-clock { background-position: -80px -112px; }
1333.ui-icon-disk { background-position: -96px -112px; }
1334.ui-icon-calculator { background-position: -112px -112px; }
1335.ui-icon-zoomin { background-position: -128px -112px; }
1336.ui-icon-zoomout { background-position: -144px -112px; }
1337.ui-icon-search { background-position: -160px -112px; }
1338.ui-icon-wrench { background-position: -176px -112px; }
1339.ui-icon-gear { background-position: -192px -112px; }
1340.ui-icon-heart { background-position: -208px -112px; }
1341.ui-icon-star { background-position: -224px -112px; }
1342.ui-icon-link { background-position: -240px -112px; }
1343.ui-icon-cancel { background-position: 0 -128px; }
1344.ui-icon-plus { background-position: -16px -128px; }
1345.ui-icon-plusthick { background-position: -32px -128px; }
1346.ui-icon-minus { background-position: -48px -128px; }
1347.ui-icon-minusthick { background-position: -64px -128px; }
1348.ui-icon-close { background-position: -80px -128px; }
1349.ui-icon-closethick { background-position: -96px -128px; }
1350.ui-icon-key { background-position: -112px -128px; }
1351.ui-icon-lightbulb { background-position: -128px -128px; }
1352.ui-icon-scissors { background-position: -144px -128px; }
1353.ui-icon-clipboard { background-position: -160px -128px; }
1354.ui-icon-copy { background-position: -176px -128px; }
1355.ui-icon-contact { background-position: -192px -128px; }
1356.ui-icon-image { background-position: -208px -128px; }
1357.ui-icon-video { background-position: -224px -128px; }
1358.ui-icon-script { background-position: -240px -128px; }
1359.ui-icon-alert { background-position: 0 -144px; }
1360.ui-icon-info { background: url(../lib/css/Aristo/images/icon_sprite.png) 0 0 no-repeat !important; }
1361.ui-icon-notice { background-position: -32px -144px; }
1362.ui-icon-help { background-position: -48px -144px; }
1363.ui-icon-check { background-position: -64px -144px; }
1364.ui-icon-bullet { background-position: -80px -144px; }
1365.ui-icon-radio-off { background-position: -96px -144px; }
1366.ui-icon-radio-on { background-position: -112px -144px; }
1367.ui-icon-pin-w { background-position: -128px -144px; }
1368.ui-icon-pin-s { background-position: -144px -144px; }
1369.ui-icon-play { background-position: 0 -160px; }
1370.ui-icon-pause { background-position: -16px -160px; }
1371.ui-icon-seek-next { background-position: -32px -160px; }
1372.ui-icon-seek-prev { background-position: -48px -160px; }
1373.ui-icon-seek-end { background-position: -64px -160px; }
1374.ui-icon-seek-start { background-position: -80px -160px; }
1375/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1376.ui-icon-seek-first { background-position: -80px -160px; }
1377.ui-icon-stop { background-position: -96px -160px; }
1378.ui-icon-eject { background-position: -112px -160px; }
1379.ui-icon-volume-off { background-position: -128px -160px; }
1380.ui-icon-volume-on { background-position: -144px -160px; }
1381.ui-icon-power { background-position: 0 -176px; }
1382.ui-icon-signal-diag { background-position: -16px -176px; }
1383.ui-icon-signal { background-position: -32px -176px; }
1384.ui-icon-battery-0 { background-position: -48px -176px; }
1385.ui-icon-battery-1 { background-position: -64px -176px; }
1386.ui-icon-battery-2 { background-position: -80px -176px; }
1387.ui-icon-battery-3 { background-position: -96px -176px; }
1388.ui-icon-circle-plus { background-position: 0 -192px; }
1389.ui-icon-circle-minus { background-position: -16px -192px; }
1390.ui-icon-circle-close { background-position: -32px -192px; }
1391.ui-icon-circle-triangle-e { background-position: -48px -192px; }
1392.ui-icon-circle-triangle-s { background-position: -64px -192px; }
1393.ui-icon-circle-triangle-w { background-position: -80px -192px; }
1394.ui-icon-circle-triangle-n { background-position: -96px -192px; }
1395.ui-icon-circle-arrow-e { background-position: -112px -192px; }
1396.ui-icon-circle-arrow-s { background-position: -128px -192px; }
1397.ui-icon-circle-arrow-w { background-position: -144px -192px; }
1398.ui-icon-circle-arrow-n { background-position: -160px -192px; }
1399.ui-icon-circle-zoomin { background-position: -176px -192px; }
1400.ui-icon-circle-zoomout { background-position: -192px -192px; }
1401.ui-icon-circle-check { background-position: -208px -192px; }
1402.ui-icon-circlesmall-plus { background-position: 0 -208px; }
1403.ui-icon-circlesmall-minus { background-position: -16px -208px; }
1404.ui-icon-circlesmall-close { background-position: -32px -208px; }
1405.ui-icon-squaresmall-plus { background-position: -48px -208px; }
1406.ui-icon-squaresmall-minus { background-position: -64px -208px; }
1407.ui-icon-squaresmall-close { background-position: -80px -208px; }
1408.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1409.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1410.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1411.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1412.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1413.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1414
1415
1416/* Misc visuals
1417----------------------------------*/
1418
1419/* Corner radius */
1420.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
1421.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
1422.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
1423.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1424.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; }
1425.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; }
1426.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; }
1427.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; }
1428.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
1429
1430/* Overlays */
1431.ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); }
1432.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; }
1433
1434/*
1435 * jQuery UI Autocomplete 1.8.7
1436 *
1437 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1438 * Dual licensed under the MIT or GPL Version 2 licenses.
1439 * http://jquery.org/license
1440 *
1441 * http://docs.jquery.com/UI/Autocomplete#theming
1442 */
1443.ui-autocomplete {
1444 position: absolute; cursor: default; z-index: 3;
1445 -moz-border-radius: 0;
1446 -webkit-border-radius: 0;
1447 border-radius: 0;
1448 -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1449 -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1450 box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1451}
1452
1453/* workarounds */
1454* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
1455
1456/*
1457 * jQuery UI Menu 1.8.7
1458 *
1459 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1460 * Dual licensed under the MIT or GPL Version 2 licenses.
1461 * http://jquery.org/license
1462 *
1463 * http://docs.jquery.com/UI/Menu#theming
1464 */
1465.ui-menu {
1466 list-style:none;
1467 padding: 2px;
1468 margin: 0;
1469 display:block;
1470 float: left;
1471}
1472.ui-menu .ui-menu {
1473 margin-top: -3px;
1474}
1475.ui-menu .ui-menu-item {
1476 margin:0;
1477 padding: 0;
1478 zoom: 1;
1479 float: left;
1480 clear: left;
1481 width: 100%;
1482}
1483.ui-menu .ui-menu-item a {
1484 text-decoration:none;
1485 display:block;
1486 padding:.2em .4em;
1487 line-height:1.5;
1488 zoom:1;
1489}
1490.ui-menu .ui-menu-item a.ui-state-hover,
1491.ui-menu .ui-menu-item a.ui-state-active {
1492 font-weight: normal;
1493 margin: -1px;
1494 background: #5f83b9;
1495 color: #FFFFFF;
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301496 border-color: #466086;
1497 -moz-border-radius: 0;
1498 -webkit-border-radius: 0;
1499 border-radius: 0;
1500}
1501
1502/*
1503 * jQuery UI Datepicker 1.8.7
1504 *
1505 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1506 * Dual licensed under the MIT or GPL Version 2 licenses.
1507 * http://jquery.org/license
1508 *
1509 * http://docs.jquery.com/UI/Datepicker#theming
1510 */
1511.ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; }
1512.ui-datepicker {
1513 -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1514 -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1515 box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1516}
1517.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; }
1518.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; }
1519.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; }
1520.ui-datepicker .ui-datepicker-prev { left:2px; }
1521.ui-datepicker .ui-datepicker-next { right:2px; }
1522.ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; }
1523.ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; }
1524.ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; }
1525.ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; }
1526.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; }
1527.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); }
1528.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
1529.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
1530.ui-datepicker select.ui-datepicker-month,
1531.ui-datepicker select.ui-datepicker-year { width: 49%;}
1532.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
1533.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
1534.ui-datepicker td { border: 0; padding: 1px; }
1535.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
1536.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; }
1537.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
1538.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
1539.ui-datepicker table .ui-state-highlight { border-color: #5F83B9; }
1540.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; }
1541.ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; }
1542.ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }
1543
1544/* with multiple calendars */
1545.ui-datepicker.ui-datepicker-multi { width:auto; }
1546.ui-datepicker-multi .ui-datepicker-group { float:left; }
1547.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
1548.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
1549.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
1550.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
1551.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
1552.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
1553.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
1554.ui-datepicker-row-break { clear:both; width:100%; }
1555
1556/* RTL support */
1557.ui-datepicker-rtl { direction: rtl; }
1558.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
1559.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
1560.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
1561.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
1562.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
1563.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
1564.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
1565.ui-datepicker-rtl .ui-datepicker-group { float:right; }
1566.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1567.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1568
1569/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1570.ui-datepicker-cover {
1571 display: none; /*sorry for IE5*/
1572 display/**/: block; /*sorry for IE5*/
1573 position: absolute; /*must have*/
1574 z-index: -1; /*must have*/
1575 filter: mask(); /*must have*/
1576 top: -4px; /*must have*/
1577 left: -4px; /*must have*/
1578 width: 200px; /*must have*/
1579 height: 200px; /*must have*/
1580}
1581
1582
1583
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301584/*
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301585 * lib/css/ui/list.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301586 */
1587.hide {
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301588 display: none;
1589}
1590
1591.list-filters {
1592 margin: 7px 0px;
1593}
1594
1595.wnlist .img-load {
1596 display: none;
1597 float: left;
1598 margin-left: 11px;
1599 margin-top: 8px;
1600}
1601
Rushabh Mehta2438de42012-03-15 16:43:46 +05301602/* list-row */
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301603div.list-row {
1604 border-bottom: 1px solid #eee;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301605 padding: 5px 0px;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301606}
1607div.list-row:hover {
1608 background-color: #eef
1609}
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301610
Rushabh Mehta2438de42012-03-15 16:43:46 +05301611div.list-row .label {
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301612 margin-right: 4px;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301613}
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301614
1615div.list-row table {
1616 table-layout: fixed;
1617 border-collapse: collapse;
1618 width: 100%;
1619}
1620
1621div.list-row table td {
1622 overflow: hidden;
1623 padding-right: 3px;
1624 vertical-align: middle;
1625 height: 24px;
1626 max-height: 24px;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301627}
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301628
Rushabh Mehta9f89e352012-03-09 17:51:39 +05301629div.paging-button {
1630 text-align: center;
1631 padding: 11px 0px;
1632}
1633
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301634div.show_filters {
1635 display: none;
1636}
1637
1638div.filter_list {
1639 padding: 13px;
1640}
1641
1642div.show_filters.well {
1643 margin-top: 11px;
1644 margin-bottom: 11px;
1645}
1646
1647div.filter_list .run_btn {
1648 text-align: right;
1649}
1650
1651div.filter_list .add_filter {
1652 margin: 3px 0px;
1653}
1654
1655div.list_filter {
1656 margin: 7px 0px;
1657}
1658
1659div.list_filter input, div.list_filter select {
1660 width: 130px;
1661 margin-right: 7px;
1662}
1663
Rushabh Mehta2438de42012-03-15 16:43:46 +05301664/* bar */
1665
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301666span.bar-outer {
1667 display: inline-block;
1668 margin: 0px 7px;
1669 margin-top: 3px;
1670 background-color: #fff;
1671 border: 1px solid #aaa;
1672 height: 10px;
1673}
1674
1675span.bar-inner {
1676 display: inline-block;
1677 background-color: #bdf;
1678 height: 100%;
1679 margin-bottom: 2px;
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301680 float: left;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301681}
1682span.bar-complete {
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301683 background-color: #009900;
1684}
1685span.bar-empty {
1686 background-color: #990000;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301687}
1688
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301689
Rushabh Mehta2438de42012-03-15 16:43:46 +05301690/* stats */
1691
1692div.stat-wrapper {
1693 margin-bottom: 19px;
1694}
1695
1696div.stat-grid {
1697 border: 2px solid #bbb;
1698 background-color: white;
1699 border-radius: 5px;
1700 -moz-border-radius: 5px;
1701 -webkit-border-radius: 5px;
1702 overflow: hidden;
1703}
1704
1705div.stat-label {
1706 position: relative;
1707 padding: 3px;
1708 text-align: center;
1709}
1710div.stat-label, div.stat-label a {
1711 z-index: 5;
1712}
1713
1714div.stat-item {
1715 position: relative;
1716 border-bottom: 1px solid #ddd;
1717}
1718div.stat-item:last-child {
1719 border-bottom: 0px solid #ddd;
1720}
1721
1722div.stat-bar {
1723 position: absolute;
1724 left: 0px;
1725 background-color: #def;
1726 height: 100%;
1727 z-index: 0;
1728}
1729
1730
1731
1732
1733
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301734/*
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301735 * lib/css/ui/fonts.css
1736 */
1737@font-face {
1738 font-family: 'Pontano Sans';
1739 font-style: normal;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +05301740 font-weight: 800;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301741 src: url('../lib/css/fonts/pontanosans.woff') format('woff');
1742}
1743
1744@font-face {
1745 font-family: 'Droid Sans';
1746 font-style: normal;
1747 font-weight: normal;
1748 src: local('Droid Sans'), local('DroidSans'), url('../lib/css/fonts/droidsans.woff') format('woff');
1749}
1750
Rushabh Mehta983a1712012-03-21 13:35:34 +05301751@font-face {
1752 font-family: 'PT Sans';
1753 font-style: normal;
1754 font-weight: normal;
1755 src: local('PT Sans'), local('PTSans-Regular'), url('../lib/css/fonts/ptsans.woff') format('woff');
1756}
1757
1758@font-face {
1759 font-family: 'Open Sans';
1760 font-style: normal;
1761 font-weight: 400;
1762 src: local('Open Sans'), local('OpenSans'), url('../lib/css/fonts/opensans.woff') format('woff');
1763}
1764@font-face {
1765 font-family: 'Lato';
1766 font-style: normal;
1767 font-weight: 400;
1768 src: local('Lato Regular'), local('Lato-Regular'), url('../lib/css/fonts/lato.woff') format('woff');
1769}
1770
1771
1772
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301773/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301774 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301775 */
1776/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301777
1778h1,
1779h2,
1780h3,
1781h4,
1782h5,
1783h6 {
1784 margin: 0;
1785 font-weight: bold;
1786 color: #333333;
1787 text-rendering: optimizelegibility;
1788 margin-bottom: 0.3em;
1789}
1790h1 small,
1791h2 small,
1792h3 small,
1793h4 small,
1794h5 small,
1795h6 small {
1796 font-weight: normal;
1797 color: #999999;
1798}
1799h1 {
1800 font-size: 30px;
1801 line-height: 36px;
1802}
1803h1 small {
1804 font-size: 18px;
1805}
1806h2 {
1807 font-size: 24px;
1808 line-height: 36px;
1809}
1810h2 small {
1811 font-size: 18px;
1812}
1813h3 {
1814 line-height: 27px;
1815 font-size: 18px;
1816}
1817h3 small {
1818 font-size: 14px;
1819}
1820h4, h5, h6 {
1821 line-height: 18px;
1822}
1823h4 {
1824 font-size: 14px;
1825}
1826h4 small {
1827 font-size: 12px;
1828}
1829h5 {
1830 font-size: 12px;
1831}
1832h6 {
1833 font-size: 11px;
1834 color: #999999;
1835 text-transform: uppercase;
1836}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301837
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301838/*
1839 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301840 */
1841.close {
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301842 font-family: Helvetica, Sans;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301843 float: right;
1844 font-size: 20px;
1845 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301846 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301847 color: #000000;
1848 text-shadow: 0 1px 0 #ffffff;
1849 opacity: 0.2;
1850 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301851}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301852.close:hover {
1853 color: #000000;
1854 text-decoration: none;
1855 opacity: 0.4;
1856 filter: alpha(opacity=40);
1857 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301858}
1859.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301860 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301861 padding: 4px 10px 4px;
1862 font-size: 13px;
1863 line-height: 18px;
1864 color: #333333;
1865 text-align: center;
1866 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1867 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301868 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
1869 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1870 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
1871 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1872 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1873 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301874 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301875 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301876 border: 1px solid #ccc;
1877 border-bottom-color: #bbb;
1878 -webkit-border-radius: 4px;
1879 -moz-border-radius: 4px;
1880 border-radius: 4px;
1881 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1882 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1883 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 +05301884 cursor: pointer;
1885 *margin-left: .3em;
1886}
1887.btn:first-child {
1888 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301889}
1890.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301891 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301892 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301893 background-color: #e6e6e6;
1894 background-position: 0 -15px;
1895 -webkit-transition: background-position 0.1s linear;
1896 -moz-transition: background-position 0.1s linear;
1897 -ms-transition: background-position 0.1s linear;
1898 -o-transition: background-position 0.1s linear;
1899 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301900}
1901.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301902 outline: thin dotted;
1903 outline: 5px auto -webkit-focus-ring-color;
1904 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301905}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301906.btn.active, .btn:active {
1907 background-image: none;
1908 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1909 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1910 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1911 background-color: #e6e6e6;
1912 background-color: #d9d9d9 \9;
1913 color: rgba(0, 0, 0, 0.5);
1914 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301915}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301916.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301917 cursor: default;
1918 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301919 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301920 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301921 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301922 -webkit-box-shadow: none;
1923 -moz-box-shadow: none;
1924 box-shadow: none;
1925}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301926.btn-large {
1927 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301928 font-size: 15px;
1929 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301930 -webkit-border-radius: 5px;
1931 -moz-border-radius: 5px;
1932 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301933}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301934.btn-large .icon {
1935 margin-top: 1px;
1936}
1937.btn-small {
1938 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301939 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301940 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301941}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301942.btn-small .icon {
1943 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301944}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301945.btn-primary,
1946.btn-primary:hover,
1947.btn-warning,
1948.btn-warning:hover,
1949.btn-danger,
1950.btn-danger:hover,
1951.btn-success,
1952.btn-success:hover,
1953.btn-info,
1954.btn-info:hover {
1955 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1956 color: #ffffff;
1957}
1958.btn-primary.active,
1959.btn-warning.active,
1960.btn-danger.active,
1961.btn-success.active,
1962.btn-info.active {
1963 color: rgba(255, 255, 255, 0.75);
1964}
1965.btn-primary {
1966 background-color: #006dcc;
1967 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
1968 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
1969 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
1970 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
1971 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
1972 background-image: linear-gradient(top, #0088cc, #0044cc);
1973 background-repeat: repeat-x;
1974 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
1975 border-color: #0044cc #0044cc #002a80;
1976 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1977 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1978}
1979.btn-primary:hover,
1980.btn-primary:active,
1981.btn-primary.active,
1982.btn-primary.disabled,
1983.btn-primary[disabled] {
1984 background-color: #0044cc;
1985}
1986.btn-primary:active, .btn-primary.active {
1987 background-color: #003399 \9;
1988}
1989.btn-warning {
1990 background-color: #faa732;
1991 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1992 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
1993 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1994 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1995 background-image: -o-linear-gradient(top, #fbb450, #f89406);
1996 background-image: linear-gradient(top, #fbb450, #f89406);
1997 background-repeat: repeat-x;
1998 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
1999 border-color: #f89406 #f89406 #ad6704;
2000 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2001 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2002}
2003.btn-warning:hover,
2004.btn-warning:active,
2005.btn-warning.active,
2006.btn-warning.disabled,
2007.btn-warning[disabled] {
2008 background-color: #f89406;
2009}
2010.btn-warning:active, .btn-warning.active {
2011 background-color: #c67605 \9;
2012}
2013.btn-danger {
2014 background-color: #da4f49;
2015 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
2016 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
2017 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
2018 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
2019 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
2020 background-image: linear-gradient(top, #ee5f5b, #bd362f);
2021 background-repeat: repeat-x;
2022 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
2023 border-color: #bd362f #bd362f #802420;
2024 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2025 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2026}
2027.btn-danger:hover,
2028.btn-danger:active,
2029.btn-danger.active,
2030.btn-danger.disabled,
2031.btn-danger[disabled] {
2032 background-color: #bd362f;
2033}
2034.btn-danger:active, .btn-danger.active {
2035 background-color: #942a25 \9;
2036}
2037.btn-success {
2038 background-color: #5bb75b;
2039 background-image: -moz-linear-gradient(top, #62c462, #51a351);
2040 background-image: -ms-linear-gradient(top, #62c462, #51a351);
2041 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2042 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2043 background-image: -o-linear-gradient(top, #62c462, #51a351);
2044 background-image: linear-gradient(top, #62c462, #51a351);
2045 background-repeat: repeat-x;
2046 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
2047 border-color: #51a351 #51a351 #387038;
2048 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2049 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2050}
2051.btn-success:hover,
2052.btn-success:active,
2053.btn-success.active,
2054.btn-success.disabled,
2055.btn-success[disabled] {
2056 background-color: #51a351;
2057}
2058.btn-success:active, .btn-success.active {
2059 background-color: #408140 \9;
2060}
2061.btn-info {
2062 background-color: #49afcd;
2063 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2064 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
2065 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2066 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2067 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2068 background-image: linear-gradient(top, #5bc0de, #2f96b4);
2069 background-repeat: repeat-x;
2070 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
2071 border-color: #2f96b4 #2f96b4 #1f6377;
2072 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2073 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2074}
2075.btn-info:hover,
2076.btn-info:active,
2077.btn-info.active,
2078.btn-info.disabled,
2079.btn-info[disabled] {
2080 background-color: #2f96b4;
2081}
2082.btn-info:active, .btn-info.active {
2083 background-color: #24748c \9;
2084}
2085button.btn, input[type="submit"].btn {
2086 *padding-top: 2px;
2087 *padding-bottom: 2px;
2088}
2089button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302090 padding: 0;
2091 border: 0;
2092}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302093button.btn.large, input[type="submit"].btn.large {
2094 *padding-top: 7px;
2095 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302096}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302097button.btn.small, input[type="submit"].btn.small {
2098 *padding-top: 3px;
2099 *padding-bottom: 3px;
2100}
2101.btn-group {
2102 position: relative;
2103 *zoom: 1;
2104 *margin-left: .3em;
2105}
2106.btn-group:before, .btn-group:after {
2107 display: table;
2108 content: "";
2109}
2110.btn-group:after {
2111 clear: both;
2112}
2113.btn-group:first-child {
2114 *margin-left: 0;
2115}
2116.btn-group + .btn-group {
2117 margin-left: 5px;
2118}
2119.btn-toolbar {
2120 margin-top: 9px;
2121 margin-bottom: 9px;
2122}
2123.btn-toolbar .btn-group {
2124 display: inline-block;
2125 *display: inline;
2126 /* IE7 inline-block hack */
2127
2128 *zoom: 1;
2129}
2130.btn-group .btn {
2131 position: relative;
2132 float: left;
2133 margin-left: -1px;
2134 -webkit-border-radius: 0;
2135 -moz-border-radius: 0;
2136 border-radius: 0;
2137}
2138.btn-group .btn:first-child {
2139 margin-left: 0;
2140 -webkit-border-top-left-radius: 4px;
2141 -moz-border-radius-topleft: 4px;
2142 border-top-left-radius: 4px;
2143 -webkit-border-bottom-left-radius: 4px;
2144 -moz-border-radius-bottomleft: 4px;
2145 border-bottom-left-radius: 4px;
2146}
2147.btn-group .btn:last-child, .btn-group .dropdown-toggle {
2148 -webkit-border-top-right-radius: 4px;
2149 -moz-border-radius-topright: 4px;
2150 border-top-right-radius: 4px;
2151 -webkit-border-bottom-right-radius: 4px;
2152 -moz-border-radius-bottomright: 4px;
2153 border-bottom-right-radius: 4px;
2154}
2155.btn-group .btn.large:first-child {
2156 margin-left: 0;
2157 -webkit-border-top-left-radius: 6px;
2158 -moz-border-radius-topleft: 6px;
2159 border-top-left-radius: 6px;
2160 -webkit-border-bottom-left-radius: 6px;
2161 -moz-border-radius-bottomleft: 6px;
2162 border-bottom-left-radius: 6px;
2163}
2164.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
2165 -webkit-border-top-right-radius: 6px;
2166 -moz-border-radius-topright: 6px;
2167 border-top-right-radius: 6px;
2168 -webkit-border-bottom-right-radius: 6px;
2169 -moz-border-radius-bottomright: 6px;
2170 border-bottom-right-radius: 6px;
2171}
2172.btn-group .btn:hover,
2173.btn-group .btn:focus,
2174.btn-group .btn:active,
2175.btn-group .btn.active {
2176 z-index: 2;
2177}
2178.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
2179 outline: 0;
2180}
2181.btn-group .dropdown-toggle {
2182 padding-left: 8px;
2183 padding-right: 8px;
2184 -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);
2185 -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);
2186 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);
2187 *padding-top: 5px;
2188 *padding-bottom: 5px;
2189}
2190.btn-group.open {
2191 *z-index: 1000;
2192}
2193.btn-group.open .dropdown-menu {
2194 display: block;
2195 margin-top: 1px;
2196 -webkit-border-radius: 5px;
2197 -moz-border-radius: 5px;
2198 border-radius: 5px;
2199}
2200.btn-group.open .dropdown-toggle {
2201 background-image: none;
2202 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2203 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2204 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2205}
2206.btn .caret {
2207 margin-top: 7px;
2208 margin-left: 0;
2209}
2210.btn:hover .caret, .open.btn-group .caret {
2211 opacity: 1;
2212 filter: alpha(opacity=100);
2213}
2214.btn-primary .caret,
2215.btn-danger .caret,
2216.btn-info .caret,
2217.btn-success .caret {
2218 border-top-color: #ffffff;
2219 opacity: 0.75;
2220 filter: alpha(opacity=75);
2221}
2222.btn-small .caret {
2223 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302224}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302225
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302226/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302227 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302228 */
2229.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302230 margin-left: 0;
2231 margin-bottom: 18px;
2232 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302233}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302234.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302235 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302236}
2237.nav > li > a:hover {
2238 text-decoration: none;
2239 background-color: #eeeeee;
2240}
2241.nav-list {
2242 padding-left: 14px;
2243 padding-right: 14px;
2244 margin-bottom: 0;
2245}
2246.nav-list > li > a, .nav-list .nav-header {
2247 display: block;
2248 padding: 3px 15px;
2249 margin-left: -15px;
2250 margin-right: -15px;
2251 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2252}
2253.nav-list .nav-header {
2254 font-size: 11px;
2255 font-weight: bold;
2256 line-height: 18px;
2257 color: #999999;
2258 text-transform: uppercase;
2259}
2260.nav-list > li + .nav-header {
2261 margin-top: 9px;
2262}
2263.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302264 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302265 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2266 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302267}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302268.nav-list [class^="icon-"] {
2269 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302270}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302271.nav-tabs, .nav-pills {
2272 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302273}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302274.nav-tabs:before,
2275.nav-pills:before,
2276.nav-tabs:after,
2277.nav-pills:after {
2278 display: table;
2279 content: "";
2280}
2281.nav-tabs:after, .nav-pills:after {
2282 clear: both;
2283}
2284.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302285 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302286}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302287.nav-tabs > li > a, .nav-pills > li > a {
2288 padding-right: 12px;
2289 padding-left: 12px;
2290 margin-right: 2px;
2291 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302292}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302293.nav-tabs {
2294 border-bottom: 1px solid #ddd;
2295}
2296.nav-tabs > li {
2297 margin-bottom: -1px;
2298}
2299.nav-tabs > li > a {
2300 padding-top: 9px;
2301 padding-bottom: 9px;
2302 border: 1px solid transparent;
2303 -webkit-border-radius: 4px 4px 0 0;
2304 -moz-border-radius: 4px 4px 0 0;
2305 border-radius: 4px 4px 0 0;
2306}
2307.nav-tabs > li > a:hover {
2308 border-color: #eeeeee #eeeeee #dddddd;
2309}
2310.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
2311 color: #555555;
2312 background-color: #ffffff;
2313 border: 1px solid #ddd;
2314 border-bottom-color: transparent;
2315 cursor: default;
2316}
2317.nav-pills > li > a {
2318 padding-top: 8px;
2319 padding-bottom: 8px;
2320 margin-top: 2px;
2321 margin-bottom: 2px;
2322 -webkit-border-radius: 5px;
2323 -moz-border-radius: 5px;
2324 border-radius: 5px;
2325}
2326.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302327 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302328 background-color: #0088cc;
2329}
2330.nav-stacked > li {
2331 float: none;
2332}
2333.nav-stacked > li > a {
2334 margin-right: 0;
2335}
2336.nav-tabs.nav-stacked {
2337 border-bottom: 0;
2338}
2339.nav-tabs.nav-stacked > li > a {
2340 border: 1px solid #ddd;
2341 -webkit-border-radius: 0;
2342 -moz-border-radius: 0;
2343 border-radius: 0;
2344}
2345.nav-tabs.nav-stacked > li:first-child > a {
2346 -webkit-border-radius: 4px 4px 0 0;
2347 -moz-border-radius: 4px 4px 0 0;
2348 border-radius: 4px 4px 0 0;
2349}
2350.nav-tabs.nav-stacked > li:last-child > a {
2351 -webkit-border-radius: 0 0 4px 4px;
2352 -moz-border-radius: 0 0 4px 4px;
2353 border-radius: 0 0 4px 4px;
2354}
2355.nav-tabs.nav-stacked > li > a:hover {
2356 border-color: #ddd;
2357 z-index: 2;
2358}
2359.nav-pills.nav-stacked > li > a {
2360 margin-bottom: 3px;
2361}
2362.nav-pills.nav-stacked > li:last-child > a {
2363 margin-bottom: 1px;
2364}
2365.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
2366 margin-top: 1px;
2367 border-width: 1px;
2368}
2369.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302370 -webkit-border-radius: 4px;
2371 -moz-border-radius: 4px;
2372 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302373}
2374.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
2375 border-top-color: #0088cc;
2376 margin-top: 6px;
2377}
2378.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
2379 border-top-color: #005580;
2380}
2381.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
2382 border-top-color: #333333;
2383}
2384.nav > .dropdown.active > a:hover {
2385 color: #000000;
2386 cursor: pointer;
2387}
2388.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
2389 color: #ffffff;
2390 background-color: #999999;
2391 border-color: #999999;
2392}
2393.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
2394 border-top-color: #ffffff;
2395 opacity: 1;
2396 filter: alpha(opacity=100);
2397}
2398
2399.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302400 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302401 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302402}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302403.navbar-inner {
2404 padding-left: 20px;
2405 padding-right: 20px;
2406 background-color: #2c2c2c;
2407 background-image: -moz-linear-gradient(top, #333333, #222222);
2408 background-image: -ms-linear-gradient(top, #333333, #222222);
2409 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2410 background-image: -webkit-linear-gradient(top, #333333, #222222);
2411 background-image: -o-linear-gradient(top, #333333, #222222);
2412 background-image: linear-gradient(top, #333333, #222222);
2413 background-repeat: repeat-x;
2414 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2415 -webkit-border-radius: 4px;
2416 -moz-border-radius: 4px;
2417 border-radius: 4px;
2418 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2419 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2420 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2421}
2422.btn-navbar {
2423 display: none;
2424 float: right;
2425 padding: 7px 10px;
2426 margin-left: 5px;
2427 margin-right: 5px;
2428 background-color: #2c2c2c;
2429 background-image: -moz-linear-gradient(top, #333333, #222222);
2430 background-image: -ms-linear-gradient(top, #333333, #222222);
2431 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2432 background-image: -webkit-linear-gradient(top, #333333, #222222);
2433 background-image: -o-linear-gradient(top, #333333, #222222);
2434 background-image: linear-gradient(top, #333333, #222222);
2435 background-repeat: repeat-x;
2436 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2437 border-color: #222222 #222222 #000000;
2438 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2439 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2440 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2441 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2442 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2443}
2444.btn-navbar:hover,
2445.btn-navbar:active,
2446.btn-navbar.active,
2447.btn-navbar.disabled,
2448.btn-navbar[disabled] {
2449 background-color: #222222;
2450}
2451.btn-navbar:active, .btn-navbar.active {
2452 background-color: #080808 \9;
2453}
2454.btn-navbar .icon-bar {
2455 display: block;
2456 width: 18px;
2457 height: 2px;
2458 background-color: #f5f5f5;
2459 -webkit-border-radius: 1px;
2460 -moz-border-radius: 1px;
2461 border-radius: 1px;
2462 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2463 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2464 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2465}
2466.btn-navbar .icon-bar + .icon-bar {
2467 margin-top: 3px;
2468}
2469.nav-collapse.collapse {
2470 height: auto;
2471}
2472.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302473 text-decoration: none;
2474}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302475.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302476 float: left;
2477 display: block;
2478 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302479 font-size: 20px;
2480 font-weight: 200;
2481 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302482 color: #ffffff;
2483}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302484.navbar .navbar-text {
2485 margin-bottom: 0;
2486 line-height: 40px;
2487 color: #999999;
2488}
2489.navbar .navbar-text a:hover {
2490 color: #ffffff;
2491 background-color: transparent;
2492}
2493.navbar .btn, .navbar .btn-group {
2494 margin-top: 5px;
2495}
2496.navbar .btn-group .btn {
2497 margin-top: 0;
2498}
2499.navbar-form {
2500 margin-bottom: 0;
2501 *zoom: 1;
2502}
2503.navbar-form:before, .navbar-form:after {
2504 display: table;
2505 content: "";
2506}
2507.navbar-form:after {
2508 clear: both;
2509}
2510.navbar-form input, .navbar-form select {
2511 display: inline-block;
2512 margin-top: 5px;
2513 margin-bottom: 0;
2514}
2515.navbar-form .radio, .navbar-form .checkbox {
2516 margin-top: 5px;
2517}
2518.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
2519 margin-top: 3px;
2520}
2521.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302522 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302523 float: left;
2524 margin-top: 6px;
2525 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302526}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302527.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302528 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302529 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2530 font-size: 13px;
2531 font-weight: normal;
2532 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302533 color: #ffffff;
2534 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302535 background: #666;
2536 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302537 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302538 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2539 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2540 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 +05302541 -webkit-transition: none;
2542 -moz-transition: none;
2543 -ms-transition: none;
2544 -o-transition: none;
2545 transition: none;
2546}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302547.navbar-search .search-query :-moz-placeholder {
2548 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302549}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302550.navbar-search .search-query::-webkit-input-placeholder {
2551 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302552}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302553.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302554 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302555 background-color: #999999;
2556 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302557}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302558.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302559 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302560 color: #333333;
2561 text-shadow: 0 1px 0 #ffffff;
2562 background-color: #ffffff;
2563 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302564 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2565 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2566 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302567 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302568}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302569.navbar-fixed-top {
2570 position: fixed;
2571 top: 0;
2572 right: 0;
2573 left: 0;
2574 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302575}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302576.navbar-fixed-top .navbar-inner {
2577 padding-left: 0;
2578 padding-right: 0;
2579 -webkit-border-radius: 0;
2580 -moz-border-radius: 0;
2581 border-radius: 0;
2582}
2583.navbar .nav {
2584 position: relative;
2585 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302586 display: block;
2587 float: left;
2588 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302589}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302590.navbar .nav.pull-right {
2591 float: right;
2592}
2593.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302594 display: block;
2595 float: left;
2596}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302597.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302598 float: none;
2599 padding: 10px 10px 11px;
2600 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302601 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302602 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302603 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302604}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302605.navbar .nav > li > a:hover {
2606 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302607 color: #ffffff;
2608 text-decoration: none;
2609}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302610.navbar .nav .active > a, .navbar .nav .active > a:hover {
2611 color: #ffffff;
2612 text-decoration: none;
2613 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302614 background-color: rgba(0, 0, 0, 0.5);
2615}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302616.navbar .divider-vertical {
2617 height: 40px;
2618 width: 1px;
2619 margin: 0 9px;
2620 overflow: hidden;
2621 background-color: #222222;
2622 border-right: 1px solid #333333;
2623}
2624.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302625 margin-left: 10px;
2626 margin-right: 0;
2627}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302628.navbar .dropdown-menu {
2629 margin-top: 1px;
2630 -webkit-border-radius: 4px;
2631 -moz-border-radius: 4px;
2632 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302633}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302634.navbar .dropdown-menu:before {
2635 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302636 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302637 border-left: 7px solid transparent;
2638 border-right: 7px solid transparent;
2639 border-bottom: 7px solid #ccc;
2640 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302641 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302642 top: -7px;
2643 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302644}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302645.navbar .dropdown-menu:after {
2646 content: '';
2647 display: inline-block;
2648 border-left: 6px solid transparent;
2649 border-right: 6px solid transparent;
2650 border-bottom: 6px solid #ffffff;
2651 position: absolute;
2652 top: -6px;
2653 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302654}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302655.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
2656 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302657}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302658.navbar .nav .active .caret {
2659 opacity: 1;
2660 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302661}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302662.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
2663 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302664}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302665.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302666 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302667}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302668.navbar .nav.pull-right .dropdown-menu {
2669 left: auto;
2670 right: 0;
2671}
2672.navbar .nav.pull-right .dropdown-menu:before {
2673 left: auto;
2674 right: 12px;
2675}
2676.navbar .nav.pull-right .dropdown-menu:after {
2677 left: auto;
2678 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302679}
2680
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302681/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302682.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302683 display: block;
2684 float: right;
2685 width: 20px;
2686 margin-bottom: -5px;
2687 margin-top: 10px;
2688 visibility: hidden;
2689}
2690
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302691.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302692 padding: 0px 20px;
2693}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05302694
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302695
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302696/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302697 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302698 */
2699.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302700 position: relative;
2701}
2702.dropdown-toggle {
2703 *margin-bottom: -3px;
2704}
2705.dropdown-toggle:active, .open .dropdown-toggle {
2706 outline: 0;
2707}
2708.caret {
2709 display: inline-block;
2710 width: 0;
2711 height: 0;
2712 text-indent: -99999px;
2713 *text-indent: 0;
2714 vertical-align: top;
2715 border-left: 4px solid transparent;
2716 border-right: 4px solid transparent;
2717 border-top: 4px solid #000000;
2718 opacity: 0.3;
2719 filter: alpha(opacity=30);
2720 content: "\2193";
2721}
2722.dropdown .caret {
2723 margin-top: 8px;
2724 margin-left: 2px;
2725}
2726.dropdown:hover .caret, .open.dropdown .caret {
2727 opacity: 1;
2728 filter: alpha(opacity=100);
2729}
2730.dropdown-menu {
2731 position: absolute;
2732 top: 100%;
2733 left: 0;
2734 z-index: 1000;
2735 float: left;
2736 display: none;
2737 min-width: 160px;
2738 max-width: 220px;
2739 _width: 160px;
2740 padding: 4px 0;
2741 margin: 0;
2742 list-style: none;
2743 background-color: #ffffff;
2744 border-color: #ccc;
2745 border-color: rgba(0, 0, 0, 0.2);
2746 border-style: solid;
2747 border-width: 1px;
2748 -webkit-border-radius: 0 0 5px 5px;
2749 -moz-border-radius: 0 0 5px 5px;
2750 border-radius: 0 0 5px 5px;
2751 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2752 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2753 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2754 -webkit-background-clip: padding-box;
2755 -moz-background-clip: padding;
2756 background-clip: padding-box;
2757 *border-right-width: 2px;
2758 *border-bottom-width: 2px;
2759}
2760.dropdown-menu.bottom-up {
2761 top: auto;
2762 bottom: 100%;
2763 margin-bottom: 2px;
2764}
2765.dropdown-menu .divider {
2766 height: 1px;
2767 margin: 5px 1px;
2768 overflow: hidden;
2769 background-color: #e5e5e5;
2770 border-bottom: 1px solid #ffffff;
2771 *width: 100%;
2772 *margin: -5px 0 5px;
2773}
2774.dropdown-menu a {
2775 display: block;
2776 padding: 3px 15px;
2777 clear: both;
2778 font-weight: normal;
2779 line-height: 18px;
2780 color: #555555;
2781 white-space: nowrap;
2782}
2783.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
2784 color: #ffffff;
2785 text-decoration: none;
2786 background-color: #0088cc;
2787}
2788.dropdown.open {
2789 *z-index: 1000;
2790}
2791.dropdown.open .dropdown-toggle {
2792 color: #ffffff;
2793 background: #ccc;
2794 background: rgba(0, 0, 0, 0.3);
2795}
2796.dropdown.open .dropdown-menu {
2797 display: block;
2798}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302799
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302800/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05302801 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302802 */
2803.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05302804 position: absolute;
2805 z-index: 1020;
2806 display: block;
2807 visibility: visible;
2808 padding: 5px;
2809 font-size: 11px;
2810 opacity: 0;
2811 filter: alpha(opacity=0);
2812}
2813.tooltip.in {
2814 opacity: 0.8;
2815 filter: alpha(opacity=80);
2816}
2817.tooltip.top {
2818 margin-top: -2px;
2819}
2820.tooltip.right {
2821 margin-left: 2px;
2822}
2823.tooltip.bottom {
2824 margin-top: 2px;
2825}
2826.tooltip.left {
2827 margin-left: -2px;
2828}
2829.tooltip.top .tooltip-arrow {
2830 bottom: 0;
2831 left: 50%;
2832 margin-left: -5px;
2833 border-left: 5px solid transparent;
2834 border-right: 5px solid transparent;
2835 border-top: 5px solid #000000;
2836}
2837.tooltip.left .tooltip-arrow {
2838 top: 50%;
2839 right: 0;
2840 margin-top: -5px;
2841 border-top: 5px solid transparent;
2842 border-bottom: 5px solid transparent;
2843 border-left: 5px solid #000000;
2844}
2845.tooltip.bottom .tooltip-arrow {
2846 top: 0;
2847 left: 50%;
2848 margin-left: -5px;
2849 border-left: 5px solid transparent;
2850 border-right: 5px solid transparent;
2851 border-bottom: 5px solid #000000;
2852}
2853.tooltip.right .tooltip-arrow {
2854 top: 50%;
2855 left: 0;
2856 margin-top: -5px;
2857 border-top: 5px solid transparent;
2858 border-bottom: 5px solid transparent;
2859 border-right: 5px solid #000000;
2860}
2861.tooltip-inner {
2862 max-width: 200px;
2863 padding: 3px 8px;
2864 color: #ffffff;
2865 text-align: center;
2866 text-decoration: none;
2867 background-color: #000000;
2868 -webkit-border-radius: 4px;
2869 -moz-border-radius: 4px;
2870 border-radius: 4px;
2871}
2872.tooltip-arrow {
2873 position: absolute;
2874 width: 0;
2875 height: 0;
2876}
2877.popover {
2878 position: absolute;
2879 top: 0;
2880 left: 0;
2881 z-index: 1010;
2882 display: none;
2883 padding: 5px;
2884}
2885.popover.top {
2886 margin-top: -5px;
2887}
2888.popover.right {
2889 margin-left: 5px;
2890}
2891.popover.bottom {
2892 margin-top: 5px;
2893}
2894.popover.left {
2895 margin-left: -5px;
2896}
2897.popover.top .arrow {
2898 bottom: 0;
2899 left: 50%;
2900 margin-left: -5px;
2901 border-left: 5px solid transparent;
2902 border-right: 5px solid transparent;
2903 border-top: 5px solid #000000;
2904}
2905.popover.right .arrow {
2906 top: 50%;
2907 left: 0;
2908 margin-top: -5px;
2909 border-top: 5px solid transparent;
2910 border-bottom: 5px solid transparent;
2911 border-right: 5px solid #000000;
2912}
2913.popover.bottom .arrow {
2914 top: 0;
2915 left: 50%;
2916 margin-left: -5px;
2917 border-left: 5px solid transparent;
2918 border-right: 5px solid transparent;
2919 border-bottom: 5px solid #000000;
2920}
2921.popover.left .arrow {
2922 top: 50%;
2923 right: 0;
2924 margin-top: -5px;
2925 border-top: 5px solid transparent;
2926 border-bottom: 5px solid transparent;
2927 border-left: 5px solid #000000;
2928}
2929.popover .arrow {
2930 position: absolute;
2931 width: 0;
2932 height: 0;
2933}
2934.popover-inner {
2935 padding: 3px;
2936 width: 280px;
2937 overflow: hidden;
2938 background: #000000;
2939 background: rgba(0, 0, 0, 0.8);
2940 -webkit-border-radius: 6px;
2941 -moz-border-radius: 6px;
2942 border-radius: 6px;
2943 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2944 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2945 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2946}
2947.popover-title {
2948 padding: 9px 15px;
2949 line-height: 1;
2950 background-color: #f5f5f5;
2951 border-bottom: 1px solid #eee;
2952 -webkit-border-radius: 3px 3px 0 0;
2953 -moz-border-radius: 3px 3px 0 0;
2954 border-radius: 3px 3px 0 0;
2955}
2956.popover-content {
2957 padding: 14px;
2958 background-color: #ffffff;
2959 -webkit-border-radius: 0 0 3px 3px;
2960 -moz-border-radius: 0 0 3px 3px;
2961 border-radius: 0 0 3px 3px;
2962 -webkit-background-clip: padding-box;
2963 -moz-background-clip: padding-box;
2964 background-clip: padding-box;
2965}
2966.popover-content p, .popover-content ul, .popover-content ol {
2967 margin-bottom: 0;
2968}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302969
Rushabh Mehtad0251332012-02-21 17:26:50 +05302970/*
Rushabh Mehta2886b952012-02-24 11:26:31 +05302971 * lib/css/bootstrap/label.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302972 */
2973.label {
Rushabh Mehta2886b952012-02-24 11:26:31 +05302974 padding: 2px 4px 3px;
2975 font-size: 11.049999999999999px;
2976 font-weight: bold;
2977 color: #ffffff;
2978 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2979 background-color: #999999;
2980 -webkit-border-radius: 3px;
2981 -moz-border-radius: 3px;
2982 border-radius: 3px;
2983}
2984.label:hover {
2985 color: #ffffff;
2986 text-decoration: none;
2987}
2988.label-important {
2989 background-color: #b94a48;
2990}
2991.label-important:hover {
2992 background-color: #953b39;
2993}
2994.label-warning {
2995 background-color: #f89406;
2996}
2997.label-warning:hover {
2998 background-color: #c67605;
2999}
3000.label-success {
3001 background-color: #468847;
3002}
3003.label-success:hover {
3004 background-color: #356635;
3005}
3006.label-info {
3007 background-color: #3a87ad;
3008}
3009.label-info:hover {
3010 background-color: #2d6987;
3011}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303012
Rushabh Mehta2886b952012-02-24 11:26:31 +05303013/*
3014 * lib/css/bootstrap/icons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303015 */
3016[class^="icon-"], [class*=" icon-"] {
Rushabh Mehta2886b952012-02-24 11:26:31 +05303017 display: inline-block;
3018 width: 14px;
3019 height: 14px;
3020 line-height: 14px;
3021 vertical-align: text-top;
3022 background-image: url("../lib/images/icons/glyphicons-halflings.png");
3023 background-position: 14px 14px;
3024 background-repeat: no-repeat;
3025 *margin-right: .3em;
3026}
3027[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
3028 *margin-left: 0;
3029}
3030.icon-white {
3031 background-image: url("../lib/images/icons/glyphicons-halflings-white.png");
3032}
3033.icon-glass {
3034 background-position: 0 0;
3035}
3036.icon-music {
3037 background-position: -24px 0;
3038}
3039.icon-search {
3040 background-position: -48px 0;
3041}
3042.icon-envelope {
3043 background-position: -72px 0;
3044}
3045.icon-heart {
3046 background-position: -96px 0;
3047}
3048.icon-star {
3049 background-position: -120px 0;
3050}
3051.icon-star-empty {
3052 background-position: -144px 0;
3053}
3054.icon-user {
3055 background-position: -168px 0;
3056}
3057.icon-film {
3058 background-position: -192px 0;
3059}
3060.icon-th-large {
3061 background-position: -216px 0;
3062}
3063.icon-th {
3064 background-position: -240px 0;
3065}
3066.icon-th-list {
3067 background-position: -264px 0;
3068}
3069.icon-ok {
3070 background-position: -288px 0;
3071}
3072.icon-remove {
3073 background-position: -312px 0;
3074}
3075.icon-zoom-in {
3076 background-position: -336px 0;
3077}
3078.icon-zoom-out {
3079 background-position: -360px 0;
3080}
3081.icon-off {
3082 background-position: -384px 0;
3083}
3084.icon-signal {
3085 background-position: -408px 0;
3086}
3087.icon-cog {
3088 background-position: -432px 0;
3089}
3090.icon-trash {
3091 background-position: -456px 0;
3092}
3093.icon-home {
3094 background-position: 0 -24px;
3095}
3096.icon-file {
3097 background-position: -24px -24px;
3098}
3099.icon-time {
3100 background-position: -48px -24px;
3101}
3102.icon-road {
3103 background-position: -72px -24px;
3104}
3105.icon-download-alt {
3106 background-position: -96px -24px;
3107}
3108.icon-download {
3109 background-position: -120px -24px;
3110}
3111.icon-upload {
3112 background-position: -144px -24px;
3113}
3114.icon-inbox {
3115 background-position: -168px -24px;
3116}
3117.icon-play-circle {
3118 background-position: -192px -24px;
3119}
3120.icon-repeat {
3121 background-position: -216px -24px;
3122}
3123.icon-refresh {
3124 background-position: -240px -24px;
3125}
3126.icon-list-alt {
3127 background-position: -264px -24px;
3128}
3129.icon-lock {
3130 background-position: -287px -24px;
3131}
3132.icon-flag {
3133 background-position: -312px -24px;
3134}
3135.icon-headphones {
3136 background-position: -336px -24px;
3137}
3138.icon-volume-off {
3139 background-position: -360px -24px;
3140}
3141.icon-volume-down {
3142 background-position: -384px -24px;
3143}
3144.icon-volume-up {
3145 background-position: -408px -24px;
3146}
3147.icon-qrcode {
3148 background-position: -432px -24px;
3149}
3150.icon-barcode {
3151 background-position: -456px -24px;
3152}
3153.icon-tag {
3154 background-position: 0 -48px;
3155}
3156.icon-tags {
3157 background-position: -25px -48px;
3158}
3159.icon-book {
3160 background-position: -48px -48px;
3161}
3162.icon-bookmark {
3163 background-position: -72px -48px;
3164}
3165.icon-print {
3166 background-position: -96px -48px;
3167}
3168.icon-camera {
3169 background-position: -120px -48px;
3170}
3171.icon-font {
3172 background-position: -144px -48px;
3173}
3174.icon-bold {
3175 background-position: -167px -48px;
3176}
3177.icon-italic {
3178 background-position: -192px -48px;
3179}
3180.icon-text-height {
3181 background-position: -216px -48px;
3182}
3183.icon-text-width {
3184 background-position: -240px -48px;
3185}
3186.icon-align-left {
3187 background-position: -264px -48px;
3188}
3189.icon-align-center {
3190 background-position: -288px -48px;
3191}
3192.icon-align-right {
3193 background-position: -312px -48px;
3194}
3195.icon-align-justify {
3196 background-position: -336px -48px;
3197}
3198.icon-list {
3199 background-position: -360px -48px;
3200}
3201.icon-indent-left {
3202 background-position: -384px -48px;
3203}
3204.icon-indent-right {
3205 background-position: -408px -48px;
3206}
3207.icon-facetime-video {
3208 background-position: -432px -48px;
3209}
3210.icon-picture {
3211 background-position: -456px -48px;
3212}
3213.icon-pencil {
3214 background-position: 0 -72px;
3215}
3216.icon-map-marker {
3217 background-position: -24px -72px;
3218}
3219.icon-adjust {
3220 background-position: -48px -72px;
3221}
3222.icon-tint {
3223 background-position: -72px -72px;
3224}
3225.icon-edit {
3226 background-position: -96px -72px;
3227}
3228.icon-share {
3229 background-position: -120px -72px;
3230}
3231.icon-check {
3232 background-position: -144px -72px;
3233}
3234.icon-move {
3235 background-position: -168px -72px;
3236}
3237.icon-step-backward {
3238 background-position: -192px -72px;
3239}
3240.icon-fast-backward {
3241 background-position: -216px -72px;
3242}
3243.icon-backward {
3244 background-position: -240px -72px;
3245}
3246.icon-play {
3247 background-position: -264px -72px;
3248}
3249.icon-pause {
3250 background-position: -288px -72px;
3251}
3252.icon-stop {
3253 background-position: -312px -72px;
3254}
3255.icon-forward {
3256 background-position: -336px -72px;
3257}
3258.icon-fast-forward {
3259 background-position: -360px -72px;
3260}
3261.icon-step-forward {
3262 background-position: -384px -72px;
3263}
3264.icon-eject {
3265 background-position: -408px -72px;
3266}
3267.icon-chevron-left {
3268 background-position: -432px -72px;
3269}
3270.icon-chevron-right {
3271 background-position: -456px -72px;
3272}
3273.icon-plus-sign {
3274 background-position: 0 -96px;
3275}
3276.icon-minus-sign {
3277 background-position: -24px -96px;
3278}
3279.icon-remove-sign {
3280 background-position: -48px -96px;
3281}
3282.icon-ok-sign {
3283 background-position: -72px -96px;
3284}
3285.icon-question-sign {
3286 background-position: -96px -96px;
3287}
3288.icon-info-sign {
3289 background-position: -120px -96px;
3290}
3291.icon-screenshot {
3292 background-position: -144px -96px;
3293}
3294.icon-remove-circle {
3295 background-position: -168px -96px;
3296}
3297.icon-ok-circle {
3298 background-position: -192px -96px;
3299}
3300.icon-ban-circle {
3301 background-position: -216px -96px;
3302}
3303.icon-arrow-left {
3304 background-position: -240px -96px;
3305}
3306.icon-arrow-right {
3307 background-position: -264px -96px;
3308}
3309.icon-arrow-up {
3310 background-position: -289px -96px;
3311}
3312.icon-arrow-down {
3313 background-position: -312px -96px;
3314}
3315.icon-share-alt {
3316 background-position: -336px -96px;
3317}
3318.icon-resize-full {
3319 background-position: -360px -96px;
3320}
3321.icon-resize-small {
3322 background-position: -384px -96px;
3323}
3324.icon-plus {
3325 background-position: -408px -96px;
3326}
3327.icon-minus {
3328 background-position: -433px -96px;
3329}
3330.icon-asterisk {
3331 background-position: -456px -96px;
3332}
3333.icon-exclamation-sign {
3334 background-position: 0 -120px;
3335}
3336.icon-gift {
3337 background-position: -24px -120px;
3338}
3339.icon-leaf {
3340 background-position: -48px -120px;
3341}
3342.icon-fire {
3343 background-position: -72px -120px;
3344}
3345.icon-eye-open {
3346 background-position: -96px -120px;
3347}
3348.icon-eye-close {
3349 background-position: -120px -120px;
3350}
3351.icon-warning-sign {
3352 background-position: -144px -120px;
3353}
3354.icon-plane {
3355 background-position: -168px -120px;
3356}
3357.icon-calendar {
3358 background-position: -192px -120px;
3359}
3360.icon-random {
3361 background-position: -216px -120px;
3362}
3363.icon-comment {
3364 background-position: -240px -120px;
3365}
3366.icon-magnet {
3367 background-position: -264px -120px;
3368}
3369.icon-chevron-up {
3370 background-position: -288px -120px;
3371}
3372.icon-chevron-down {
3373 background-position: -313px -119px;
3374}
3375.icon-retweet {
3376 background-position: -336px -120px;
3377}
3378.icon-shopping-cart {
3379 background-position: -360px -120px;
3380}
3381.icon-folder-close {
3382 background-position: -384px -120px;
3383}
3384.icon-folder-open {
3385 background-position: -408px -120px;
3386}
3387.icon-resize-vertical {
3388 background-position: -432px -119px;
3389}
3390.icon-resize-horizontal {
3391 background-position: -456px -118px;
3392}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303393
Rushabh Mehta2886b952012-02-24 11:26:31 +05303394/*
Rushabh Mehtad48417c2012-03-19 18:42:13 +05303395 * lib/css/bootstrap/popover.css
3396 */
3397.popover {
3398 position: absolute;
3399 top: 0;
3400 left: 0;
3401 z-index: 1010;
3402 display: none;
3403 padding: 5px;
3404}
3405.popover.top {
3406 margin-top: -5px;
3407}
3408.popover.right {
3409 margin-left: 5px;
3410}
3411.popover.bottom {
3412 margin-top: 5px;
3413}
3414.popover.left {
3415 margin-left: -5px;
3416}
3417.popover.top .arrow {
3418 bottom: 0;
3419 left: 50%;
3420 margin-left: -5px;
3421 border-left: 5px solid transparent;
3422 border-right: 5px solid transparent;
3423 border-top: 5px solid #000000;
3424}
3425.popover.right .arrow {
3426 top: 50%;
3427 left: 0;
3428 margin-top: -5px;
3429 border-top: 5px solid transparent;
3430 border-bottom: 5px solid transparent;
3431 border-right: 5px solid #000000;
3432}
3433.popover.bottom .arrow {
3434 top: 0;
3435 left: 50%;
3436 margin-left: -5px;
3437 border-left: 5px solid transparent;
3438 border-right: 5px solid transparent;
3439 border-bottom: 5px solid #000000;
3440}
3441.popover.left .arrow {
3442 top: 50%;
3443 right: 0;
3444 margin-top: -5px;
3445 border-top: 5px solid transparent;
3446 border-bottom: 5px solid transparent;
3447 border-left: 5px solid #000000;
3448}
3449.popover .arrow {
3450 position: absolute;
3451 width: 0;
3452 height: 0;
3453}
3454.popover-inner {
3455 padding: 3px;
3456 width: 280px;
3457 overflow: hidden;
3458 background: #000000;
3459 background: rgba(0, 0, 0, 0.8);
3460 -webkit-border-radius: 6px;
3461 -moz-border-radius: 6px;
3462 border-radius: 6px;
3463 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3464 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3465 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3466}
3467.popover-title {
3468 padding: 9px 15px;
3469 line-height: 1;
3470 background-color: #f5f5f5;
3471 border-bottom: 1px solid #eee;
3472 -webkit-border-radius: 3px 3px 0 0;
3473 -moz-border-radius: 3px 3px 0 0;
3474 border-radius: 3px 3px 0 0;
3475}
3476.popover-content {
3477 padding: 14px;
3478 background-color: #ffffff;
3479 -webkit-border-radius: 0 0 3px 3px;
3480 -moz-border-radius: 0 0 3px 3px;
3481 border-radius: 0 0 3px 3px;
3482 -webkit-background-clip: padding-box;
3483 -moz-background-clip: padding-box;
3484 background-clip: padding-box;
3485}
3486.popover-content p, .popover-content ul, .popover-content ol {
3487 margin-bottom: 0;
3488}
3489
3490/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303491 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303492 */
3493h1, h2, h3, h4, h5 {
Rushabh Mehta983a1712012-03-21 13:35:34 +05303494 font-family: "Lato", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303495 font-weight: bold;
3496}
3497
3498body {
Rushabh Mehta983a1712012-03-21 13:35:34 +05303499 font-family: "Lato", Helvetica, "Helvetica Neue", sans-serif;
3500 font-size: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303501}
3502
3503span, div, td, input, textarea, button, select {
3504 font-family: inherit;
3505}
3506
3507body {
Rushabh Mehta5d267a42012-03-01 18:53:06 +05303508 background: url(../images/stripedbg.png) repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303509}
3510
Rushabh Mehta983a1712012-03-21 13:35:34 +05303511.small {
3512 font-size: 11.5px;
3513}
3514
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303515.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05303516 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303517 text-align: center;
3518}
3519
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303520.module-icons {
3521 background: url(../images/module-icons.png) no-repeat top left;
3522 width:16px;
3523 height:16px;
3524}
3525
3526.module-icons-accounts{ background-position: 0 0; }
3527.module-icons-analysis{ background-position: 0 -66px; }
3528.module-icons-buying{ background-position: 0 -132px; }
3529.module-icons-home{ background-position: 0 -198px; }
3530.module-icons-hr{ background-position: 0 -264px; }
3531.module-icons-people{ background-position: 0 -330px; }
3532.module-icons-production{ background-position: 0 -396px; }
3533.module-icons-projects{ background-position: 0 -462px; }
3534.module-icons-selling{ background-position: 0 -528px; }
3535.module-icons-setup{ background-position: 0 -594px; }
3536.module-icons-stock{ background-position: 0 -660px; }
Anand Doshic3023be2012-02-20 16:31:55 +05303537.module-icons-support{ background-position: 0 -726px; }
3538
Anand Doshidb628762012-02-24 17:56:00 +05303539.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05303540 margin: -3px 0px;
3541 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05303542 min-width: 20px;
3543 text-align: center;
3544 display: inline-block;
3545 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303546 color: #999999;
3547 background-color: #333131;
3548}
3549
3550.navbar-new-comments:hover,
3551.navbar-new-comments:active,
3552.navbar-new-comments:focus {
3553 color: #fff;
3554}
3555
3556
3557.navbar-new-comments-true {
3558 color: #fff;
3559 background-color: #B00D07;
3560}
3561
3562.navbar-icon-home {
3563 vertical-align: middle;
3564 opacity:0.4;
3565 Filter:alpha(opacity=40); /* For IE8 and earlier */
3566}
3567
3568.navbar-icon-home:hover,
3569.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05303570.navbar-icon-home:active,
3571.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303572 opacity:1;
3573 Filter:alpha(opacity=100); /* For IE8 and earlier */
3574}
3575
3576/*extra size menus for recent*/
3577.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
3578 min-width: 160px !important;
3579 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05303580}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303581