blob: f30d1cfaca24ce192d893b37a7ef1a80469734bd [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 {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530117 display: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530118 padding-right: 7px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530119 width: 900px;
120 margin: auto;
121 margin-top: 56px;
122}
123
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530124.content {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530125 width: 900px;
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530126}
127
128.background-fade-in {
129 -webkit-transition: background 1s ease-in; /* property duration timing-function delay */
130 -moz-transition: background 1s ease-in;
131 -o-transition: background 1s ease-in;
132 transition: background 1s ease-in;
133}
134
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530135footer {
Rushabh Mehtab6f80882012-03-23 14:19:49 +0530136 width: 900px;
137 margin: auto;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530138}
139header .container {
140 width: 900px;
141 margin: auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530142}
143
Rushabh Mehta2438de42012-03-15 16:43:46 +0530144@media (max-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530145 div#body_div, header .container, .content, #opened-page-selector, footer {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530146 width: 900px;
147 }
148}
149
150@media (min-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530151 div#body_div, header .container, .content, #opened-page-selector, footer {
152 width: 1100px;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530153 }
154}
155
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530156div.no_script {
157 display: none;
158}
159
160div.loading_div {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530161 background-color: #FFFFCC;
162 z-index: 1999;
163 right: 5px;
164 width: 90px;
165 display: none;
166 text-align: center;
167 padding: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530168 border: 1px solid #FF4;
169}
170
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530171div.std-footer {
172 margin: 13px 0px;
173 border-top: 1px solid #AAA;
174 padding: 13px;
175}
176
177div.std-footer-item {
178 margin: 0px 13px 13px 0px;
179}
180
181.shadow {
182 -moz-box-shadow: 0px 2px 2px #888;
183 -webkit-box-shadow: 0px 2px 2px #888;
184 box-shadow: 0px 2px 2px #888;
185}
186
187.round {
188 -webkit-border-radius: 5px;
189 -moz-border-radius: 5px;
190 border-radius: 5px;
191}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530192
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530193.layout_wrapper, .layout-wrapper {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530194 -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
195 -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
196 box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530197 background-color: #fff;
198 padding: 15px;
199}
200
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530201.layout-wrapper-background {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530202 background-color: #fafafa !important;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530203 padding: 0px;
204}
205
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530206.layout-main-section {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530207 width: 71%;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530208 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530209 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530210 background-color: #FFF;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530211 min-height: 600px;
Rushabh Mehtafdea9662012-02-27 18:03:54 +0530212 -moz-box-shadow: 7px 0px 6px -2px #ddd;
213 -webkit-box-shadow: 7px 0px 6px -2px #ddd;
214 box-shadow: 7px 0px 6px -2px #ddd;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530215}
216
217.layout-side-section {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530218 width: 22%;
Anand Doshi40ee8d62012-02-24 19:21:47 +0530219 /*float: right;*/
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530220 color: #606060;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530221 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530222 padding: 15px;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530223 min-height: 600px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530224}
225
226/* from bootstrap */
227.container {
228 margin-left: auto;
229 margin-right: auto;
230 zoom: 1;
231}
232.container:before, .container:after {
233 display: table;
234 content: "";
235 zoom: 1;
236}
237.container:after {
238 clear: both;
239}
240
Anand Doshi40ee8d62012-02-24 19:21:47 +0530241.well {
242 min-height: 20px;
243 padding: 19px;
244 margin-bottom: 20px;
245 background-color: #f5f5f5;
246 border: 1px solid #eee;
247 border: 1px solid rgba(0, 0, 0, 0.05);
248 -webkit-border-radius: 4px;
249 -moz-border-radius: 4px;
250 border-radius: 4px;
251 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
252 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
253 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
254}
255
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530256.avatar-small {
257 display: inline-block;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530258 width: 24px;
259 height: 20px;
260 vertical-align: middle;
261 overflow: hidden;
262 margin: 0px 3px;
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530263}
264.avatar-small img {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530265 width: 24px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530266}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530267
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530268/*
269 * lib/css/legacy/messages.css
270 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530271
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530272/* FLOATING MESSAGE */
273
274.btn-img { cursor: pointer; }
275
276div.fetching { color: #888; text-align:right; }
277
278div.notice {
279 postion: absolute;
280 background-color: #000;
281 -moz-border-radius: 5px; -webkit-border-radius: 5px;
282 opacity: 0.6;
283 right: 0;
284 top: 0;
285 margin-top: 8px;
286 z-index: -1;
287 padding: 8px;
288}
289
290/** help **/
291
292.info-box {
293 background-color: #F8F8F8;
294 border: 1px solid #CCCCCC;
295 border-radius: 3px 3px 3px 3px;
296 line-height: 1.6em;
297 overflow: auto;
298 padding: 6px 10px;
299 margin-bottom: 9px;
300}
301
302.help_box, .help-box {
303 background-color:#FFC;
304 font-size: 13px;
305 color: #864;
306 padding: 7px;
307 margin: 11px 0px;
308 border: 1px solid #EEB;
309}
310
311.help_box_big {
312 background-color:#FFC;
313 color: #864;
314 padding: 7px;
315 margin: 7px 0px;
316 border: 1px solid #EEB;
317 text-align: center;
318 font-size: 14px;
319}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530320
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530321/*
322 * lib/css/legacy/forms.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530323 */
324/* FORMS */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530325
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530326div.form-section-head {
Rushabh Mehta38474e22012-03-13 16:11:52 +0530327 margin: 11px 0px 3px 0px;
328 border-top: 1px solid #ccc;
329 padding-top: 11px;
330}
331
332div.form-layout-row:first-child .form-section-head {
333 border-top: 0px solid #ccc !important;
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530334}
335
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530336div.form-section-head h3 {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530337 line-height: 20px;
338}
339
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530340div.form-section-head hr {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530341 margin: 9px 0px;
342}
343
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530344
345div.frm_print_wrapper {
346 background-color:#FFF;
347 border:1px solid #444;
348 padding: 40px;
349
350 box-shadow:1px 1px 8px #229;
351 -moz-box-shadow: 1px 1px 8px #229;
352 -webkit-box-shadow: 1px 1px 8px #229;
353}
354
355div.page_break {
356 margin: 24px 0px;
357 border-top: 1px dashed #888;
358}
359
360div.grid_tbarlinks {
361 border-bottom: 0px;
362 background-color: #CCC;
363 padding: 4px 4px 2px 4px;
Rushabh Mehtaa2713f82012-02-17 14:04:55 +0530364 width: 190px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530365 float: right;
366
367 -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
368 -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
369}
370
371
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530372div.dialog_frm {
373 position: relative;
374 margin: 10px;
375}
376
377
378
379/*------------------*/
380
381.top_cell {
382 height: 50px;
383}
384
385div.attach_area {
386 padding: 8px;
387 margin: 8px;
388 background-color: #EEE;
389}
390
391div.attach_area table {
392 width: 100%;
393}
394
395.tablabel_normal {
396 margin: 0 4px 0 0;
397 padding: 3px 5px;
398 line-height: 1.3em;
399 display: inline;
400 cursor: pointer;
401}
402
403.tablabel_selected {
404 margin: 0 4px 0 0;
405 padding: 3px 5px;
406 line-height: 1.3em;
407 font-weight: bold;
408 display: inline;
409 cursor: pointer;
410 color: #000;
411}
412
413.scrollhead_wrapper {
414 position: absolute;
415 z-index: 1;
416 height: 30px;
417}
418
419.treeimg {
420 cursor: pointer;
421 margin-right: 3px;
422}
423
424
425.sectionCell {
426 padding: 5px;
427 vertical-align: top;
428}
429
430.code_area {
431 width: 80%;
432 margin: 8px;
433 padding: 4px;
434 background-color: #F8F8F8;
435 border: 1px solid #CCC;
436 overflow-x: auto;
437}
438
439.code_text {
440 width: 100%;
441 height: 360px;
442 margin-top: 3px;
443 font-family: Courier, Fixed;
444 font-size: 12px;
445}
446
447div.time_field select{
448 display: inline;
449 margin: 2px;
450 width: 45px;
451}
452
453/* Documents */
454
455.frm_field_table {
456 width: 100%;
457 border-collapse: collapse;
458}
459
460.datalabelcell {
461 padding: 2px 0px;
462 width: 160px;
463 vertical-align: top;
464}
465.datainputcell { padding: 2px 0px; }
466
467
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530468.help ol {
469 padding-left: 19px;
470}
471
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530472.field_description_top {
473 margin-bottom: 3px;
474}
475
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530476.input_area input, select, textarea {
477 font-size: 14px;
478 padding: 2px;
479}
480
481.input_area input {
482 width: 80%;
483 margin: 0px;
484}
485.input_area select {
486 width: 80%;
487}
488.input_area textarea {
489 width: 90%;
490}
491
492.disp_area {
493 width: 80%;
494 padding: 2px 0px;
495 font-size: 12px;
496}
497.disp_area_no_val {
498 height: 14px;
499}
500
501.no_img {
502 padding: 40px;
503 width: 100px;
504 height: 20px;
505 color: #888;
506 text-align: center;
507 border: 1px solid #AAA;
508}
509
510.input-mandatory {
511 font-size: 14px !important;
512 font-weight: bold;
513}
514
515.field-to-update {
516 background-color:#FEE;
517}
518
519/* sidebar */
520
521div.sidebar-comment-wrapper input {
522 width: 50%;
523}
524div.sidebar-comment-message {
525 margin-top: 8px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530526 color: #777;
527}
528
529div.sidebar-comment-text {
530 font-size: 12px;
531 font-weight: bold;
532 margin-top: 8px;
533 color: #444;
534}
535div.sidebar-comment-info {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530536 color: #777;
537}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530538
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530539/*
540 * lib/css/legacy/grid.css
541 */
542
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530543
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530544/* Grid */
545
546
547/* --- Simple --- */
548.grid_wrapper_simple {
549 width: 100%;
550 margin-bottom: 8px;
551 border: 1px solid #AA9;
552}
553
554.grid_head_wrapper_simple {
555 padding: 0px;
556 border-bottom: 2px solid #AAA;
557}
558
559.grid_head_wrapper_simple td {
560 border-right: 1px solid #AA9;
561}
562
563.grid_head_wrapper_simple td div {
564 padding: 2px;
565}
566
567.grid_tab_wrapper_simple {
568}
569
570.grid_cell_simple {
571 padding: 2px;
572 background-color: #fff;
573 border-right: 1px solid #AA9;
574}
575
576
577/* --- Normal --- */
578.grid_wrapper {
579 position: relative;
580 overflow: auto;
581 border: 1px solid #AAA;
582 width: 100%;
583 margin-bottom: 8px;
584 background-color: #fff;
585}
586
587.grid_tab_wrapper {
588 position: absolute;
589 top: 40px;
590 border-bottom: 1px solid #DDD;
591}
592
593.grid_table, .grid_head_table {
594 table-layout: fixed;
595 border-collapse: collapse;
596 /*width: 100%;*/
597}
598
599.grid_cell {
600 border-right: 1px solid #ddd;
601 padding: 0px;
602 background-color: #fff;
603}
604
605.grid_head_wrapper {
606 position: absolute;
607 z-index: 1;
608 height: 40px;
609 padding: 0px;
610 overflow: hidden;
611 /*background-color: #fff;*/
612}
613
614.grid_head_table td {
615 background-color: #EEE;
616 border-right: 1px solid #AAA;
617 border-bottom: 1px solid #AAA;
618 height: 40px;
619 padding: 0px;
620}
621
622.grid_head_table td div {
623 color: #222;
624 font-weight: bold;
625 overflow: hidden;
626 padding: 2px 0px;
627 text-align: center;
628}
629
630.grid_selector {
631 padding: 1px;
632 border-right: 1px solid #DDD;
633 width: 20px;
634 background-color: #fff;
635}
636
637.grid_cell_div {
638 padding: 2px;
639 cursor: pointer;
640 overflow: hidden;
641 border: 2px solid #FFF;
642}
643
644.grid_cell_div_selected {
645 border: 2px solid #88f;
646}
647
648.grid_cell_div input, .grid_cell_div select, .grid_cell_div div input {
649 margin: 0px;
650 border: 0px;
651 width: 100%;
652 margin: 0px;
653 }
654
655.grid_cell_div textarea {
656 border: 3px solid #abf;
657 height:200px;
658 width: 300px;
659 z-index: 10;
660 position:absolute;
661}
662
663.gridDivSelected option { border: 0px; }
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530664
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530665/*
666 * lib/css/legacy/listing.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530667 */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530668
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530669
670/* SRS */
671
672table.srs_result_tab {
673 border: 2px solid #AAA;
674 border-collapse: collapse;
675}
676
677/* firefox bug fix for disappering borders */
678table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div {
679 position: static;
680}
681
682table.srs_result_tab td {
683 padding: 3px 2px;
684 position: static;
685}
686
687div.srs_body_area {
688}
689
690div.srs_results_area {
691}
692
693div.srs_filter_wrapper {
694 border: 1px solid #CCF;
695
696 background-color: #EEF;
697 margin:0px 0px 8px 0px;
698
699 -moz-border-radius: 5px;
700 -webkit-border-radius: 5px;
701 border-radius: 5px;
702}
703
704div.srs_filter_area {
705 padding: 8px;
706}
707
708div.srs_filter_area td {
709 vertical-align: middle;
710}
711
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530712/*
713 * lib/css/legacy/report.css
714 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530715
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530716/* Reports */
717
718div.report_grid_area {
719 position: relative;
720 padding: 8px;
721}
722
723
724div.report_tab {
725 border: 1px solid #AAA;
726 position: relative;
727 overflow: auto;
728}
729
730div.report_no_data {
731 padding: 8px;
732 background-color: #EEE;
733 border: 1px solid #DDD;
734 position: absolute;
735 margin-left: 40%;
736 margin-top: 50px;
737 display: none;
738}
739
740div.report_htitle {
741 float: left;
742 padding: 2px;
743 font-size: 14px;
744 font-weight: bold;
745 margin-left: 4px;
746 color: #665;
747 /*font-weight: bold;*/
748}
749
750div.report_tbar {
751 background-color: #EEF;
752 border: 1px solid #CCF;
753 border-bottom: 0px;
754 height: 28px;
755}
756
757div.report_tbar table{
758 width: 100%;
759}
760div.report_tbar table td {
761
762}
763div.report_tbar table td div {
764 position: relative;
765}
766div.report_tbar button, div.report_tbar select, div.report_tbar img {
767 font-size: 11px;
768 margin: 0px;
769}
770
771div.report_head_wrapper {
772 position: absolute;
773 height: 24px;
774 top: 0px;
775 z-index: 1;
776}
777
778div.report_tab_wrapper {
779 position: absolute;
780 border-bottom: 1px solid #AAA;
781 border-top: 1px solid #AAA;
782}
783
784div.report_tab_wrapper table, div.report_head_wrapper table {
785 table-layout: fixed;
786 border-collapse: collapse;
787 /*width: 100%;*/
788}
789
790div.report_tab_wrapper table td, div.report_head_wrapper table td {
791 border-left: 1px solid #AAA;
792 border-right: 1px solid #AAA;
793 border-bottom: 1px solid #AAA;
794 overflow: hidden;
795 padding: 0px;
796}
797
798div.report_tab_wrapper table td div, div.report_head_wrapper table td div {
799 padding: 3px;
800 overflow: hidden;
801}
802
803.report_head_cell {
804 background-color: #EEE;
805 border-bottom: 1px solid #AA9;
806 text-align: center;
807 font-weight: bold;
808}
809.report_head_cell div {
810 color:#222;
811 height: 18px;
812}
813
814
815/* FINDER */
816
817div.finder_wrapper {
818}
819
820div.finder_body_area {
821 margin: 16px;
822}
823
824div.finder_body {
825 display: none;
826}
827
828div.finder_advanced_area table {
829 width: 80%;
830}
831
832div.finder_advanced_area textarea {
833 width: 80%;
834}
835
836div.finder_filter_area {
837 position: relative;
838}
839
840div.filter_head {
841 font-size: 14px;
842 margin-bottom: 2px;
843}
844div.filter_dt_head {
845 font-size: 14px;
846 font-weight: bold;
847 margin-bottom: 2px;
848}
849table.filter_tab {
850 width: 96%;
851 border-collapse: collapse;
852}
853
854table.filter_tab td {
855 width: 50%;
856}
857
858div.finder_picker_area {
859
860}
861div.builder_field {
862 margin: 0px;
863}
864div.builder_dt_head {
865 font-size: 14px;
866 font-weight: bold;
867 margin-bottom: 2px;
868}
869
870div.builder_field table {
871 width: 90%;
872 border-collapse: collapse;
873}
874
875div.builder_label {
876 height: 20px;
877}
878
879div.builder_head {
880 font-size: 16px;
881 font-weight: bold;
882 color: #AB6;
883}
884
885table.builder_tab {
886 width: 96%;
887 border-collapse: collapse;
888}
889
890table.builder_tab td {
891 width: 33%;
892 padding: 2px;
893}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530894
895/*
896 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530897 */
898/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530899
900div.dialog_wrapper {
901 position: absolute;
902 width: 440px;
903 display: none;
904 z-index: 90;
905 background-color: #FFF;
906 border: 3px solid #222;
907 box-shadow:1px 1px 5px #777;
908 -moz-box-shadow: 1px 1px 5px #777;
909 -webkit-box-shadow: 1px 1px 5px #777;
910
911 border-radius: 5px;
912 -moz-border-radius: 5px;
913 -webkit-border-radius: 5px;
914}
915
916div.dialog_head {
917 height: 22px;
918 padding: 4px;
919 background-color: #222;
920 color: #FFF;
921}
922
923div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530924 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530925 border-radius: 5px;
926 -moz-border-radius: 5px;
927 -webkit-border-radius: 5px;
928}
929
930div.dialog_back {
931 position: fixed;
932 display: none;
933 top: 0px;
934 left: 0px;
935 bottom: 0px;
936 right: 0px;
937 background-color: #EEE;
938 opacity: 0.6;
939 z-index: 50;
940 text-align: center;
941}
942
943div.dialog_message {
944 display: none;
945 position: absolute;
946 width: 250px;
947 font-size: 12px;
948 z-index: 91;
949 background-color:#FFF;
950 padding: 12px;
951 border: 1px solid #444;
952}
953
954div.dialog_row {
955 padding: 8px 8px 0px 8px;
956}
957
958div.dialog_row table {
959 width: 100%;
960}
961
962div.dialog_row table td {
963}
964
965div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
966 width: 80%;
967 font-size: 14px;
968}
969
970div.dialog_row table td textarea {
971 width: 80%;
972 height: 200px;
973 font-size: 12px;
974}
975
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530976
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530977/*
978 * lib/css/legacy/tabs.css
979 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530980
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530981/******* TABS ********/
982
983div.box_label_wrapper {
984 border-bottom: 6px solid #777;
985}
986
987div.box_label_body {
988 height: 22px;
989}
990
991ul.box_tabs {
992 margin: 0px;
993 padding: 0px;
994 list-style: none;
995}
996
997ul.box_tabs li {
998 height: 22px;
999 float:left;
1000 font-size: 12px;
1001 text-decoration: underline;
1002
1003 background-color: #DDD;
1004
1005 margin:0;
1006 margin-left: 4px;
1007 padding:0 0 0 9px;
1008 cursor: pointer;
1009}
1010
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301011ul.box_tabs li a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301012 display:block;
1013 padding:3px 15px 3px 6px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301014 text-decoration: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301015}
1016
1017ul.box_tabs li.box_tab_mouseover {
1018 background-color: #BBB;
1019}
1020
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301021ul.box_tabs li.box_tab_selected {
1022 background-color: #777;
1023
1024 background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
1025 background: -moz-linear-gradient(top, #999, #777);
1026
1027 color: #FFF;
1028 font-weight:bold;
1029
1030}
1031ul.box_tabs li.box_tab_selected a {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301032 color: #fff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301033}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301034
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301035/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301036 * lib/css/legacy/sidebar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301037 */
1038div.psidebar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301039}
1040
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301041div.psidebar div.head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301042 font-size: 14px;
1043 font-weight: bold;
1044 color: #555;
1045 margin-bottom: 12px;
1046}
1047
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301048div.psidebar div.section {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301049 margin-bottom: 11px;
1050 overflow: hidden;
1051}
1052
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301053div.psidebar div.section-head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301054 padding: 5px 11px;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +05301055 border-bottom: 1px solid #aaa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301056}
1057
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301058div.psidebar div.section-body {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301059 margin: 7px 11px 11px 11px;
1060}
1061
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301062div.psidebar div.section-item {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301063 margin-bottom: 7px;
1064}
1065
Rushabh Mehtad0251332012-02-21 17:26:50 +05301066div.psidebar div.section-item, div.psidebar .section-link {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301067 color: #666;
1068}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301069
1070/*
1071 * lib/css/Aristo/aristo.selected.css
1072 */
1073/*
1074 * jQuery UI CSS Framework 1.8.7
1075 *
1076 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1077 * Dual licensed under the MIT or GPL Version 2 licenses.
1078 * http://jquery.org/license
1079 *
1080 * http://docs.jquery.com/UI/Theming/API
1081 */
1082
1083/* Layout helpers
1084----------------------------------*/
1085.ui-helper-hidden { display: none; }
1086.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1087.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
1088.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
1089.ui-helper-clearfix { display: inline-block; }
1090/* required comment for clearfix to work in Opera \*/
1091* html .ui-helper-clearfix { height:1%; }
1092.ui-helper-clearfix { display:block; }
1093/* end clearfix */
1094.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
1095
1096
1097/* Interaction Cues
1098----------------------------------*/
1099.ui-state-disabled { cursor: default !important; }
1100
1101
1102/* Icons
1103----------------------------------*/
1104
1105/* states and images */
1106.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
1107
1108
1109/* Misc visuals
1110----------------------------------*/
1111
1112/* Overlays */
1113.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
1114
1115
1116/*
1117 * jQuery UI CSS Framework 1.8.7
1118 *
1119 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1120 * Dual licensed under the MIT or GPL Version 2 licenses.
1121 * http://jquery.org/license
1122 *
1123 * http://docs.jquery.com/UI/Theming/API
1124 *
1125 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
1126 */
1127
1128
1129/* Component containers
1130----------------------------------*/
1131.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
1132.ui-widget .ui-widget { font-size: 1em; }
1133.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
1134.ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; }
1135.ui-widget-content a { color: #4F4F4F; }
1136.ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; }
1137.ui-widget-header {
1138 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1139 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1140 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1141 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1142 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1143 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1144 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1145}
1146.ui-widget-header a { color: #4F4F4F; }
1147
1148/* Interaction states
1149----------------------------------*/
1150.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; font-weight: normal; color: #4F4F4F; }
1151.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
1152 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1153 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1154 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1155 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1156 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1157 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1158 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1159 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1160 -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1161 box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1162}
1163.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; text-decoration: none; }
1164.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; }
1165.ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; }
1166.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
1167 outline: none;
1168 color: #1c4257; border: 1px solid #7096ab;
1169 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
1170 background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
1171 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
1172 background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
1173 background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
1174 background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
1175 background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
1176 -webkit-box-shadow: none;
1177 -moz-box-shadow: none;
1178 box-shadow: none;
1179}
1180.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; text-decoration: none; }
1181.ui-widget :active { outline: none; }
1182
1183/* Interaction Cues
1184----------------------------------*/
1185.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; }
1186.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
1187.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; }
1188.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
1189.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
1190.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
1191.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
1192.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
1193
1194/* Icons
1195----------------------------------*/
1196
1197/* states and images */
1198.ui-icon { width: 16px; height: 16px; background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1199.ui-widget-content .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1200.ui-widget-header .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1201.ui-state-default .ui-icon { background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1202.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1203.ui-state-active .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1204.ui-state-highlight .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1205.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; }
1206.ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; }
1207
1208/* positioning */
1209.ui-icon-carat-1-n { background-position: 0 0; }
1210.ui-icon-carat-1-ne { background-position: -16px 0; }
1211.ui-icon-carat-1-e { background-position: -32px 0; }
1212.ui-icon-carat-1-se { background-position: -48px 0; }
1213.ui-icon-carat-1-s { background-position: -64px 0; }
1214.ui-icon-carat-1-sw { background-position: -80px 0; }
1215.ui-icon-carat-1-w { background-position: -96px 0; }
1216.ui-icon-carat-1-nw { background-position: -112px 0; }
1217.ui-icon-carat-2-n-s { background-position: -128px 0; }
1218.ui-icon-carat-2-e-w { background-position: -144px 0; }
1219.ui-icon-triangle-1-n { background-position: 0 -16px; }
1220.ui-icon-triangle-1-ne { background-position: -16px -16px; }
1221.ui-icon-triangle-1-e { background-position: -32px -16px; }
1222.ui-icon-triangle-1-se { background-position: -48px -16px; }
1223.ui-icon-triangle-1-s { background-position: -64px -16px; }
1224.ui-icon-triangle-1-sw { background-position: -80px -16px; }
1225.ui-icon-triangle-1-w { background-position: -96px -16px; }
1226.ui-icon-triangle-1-nw { background-position: -112px -16px; }
1227.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1228.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1229.ui-icon-arrow-1-n { background-position: 0 -32px; }
1230.ui-icon-arrow-1-ne { background-position: -16px -32px; }
1231.ui-icon-arrow-1-e { background-position: -32px -32px; }
1232.ui-icon-arrow-1-se { background-position: -48px -32px; }
1233.ui-icon-arrow-1-s { background-position: -64px -32px; }
1234.ui-icon-arrow-1-sw { background-position: -80px -32px; }
1235.ui-icon-arrow-1-w { background-position: -96px -32px; }
1236.ui-icon-arrow-1-nw { background-position: -112px -32px; }
1237.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1238.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1239.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1240.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1241.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1242.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1243.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1244.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1245.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
1246.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1247.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1248.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1249.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1250.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1251.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1252.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1253.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1254.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1255.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1256.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1257.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1258.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1259.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1260.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1261.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1262.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1263.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1264.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1265.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1266.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1267.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1268.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1269.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1270.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1271.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1272.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1273.ui-icon-arrow-4 { background-position: 0 -80px; }
1274.ui-icon-arrow-4-diag { background-position: -16px -80px; }
1275.ui-icon-extlink { background-position: -32px -80px; }
1276.ui-icon-newwin { background-position: -48px -80px; }
1277.ui-icon-refresh { background-position: -64px -80px; }
1278.ui-icon-shuffle { background-position: -80px -80px; }
1279.ui-icon-transfer-e-w { background-position: -96px -80px; }
1280.ui-icon-transferthick-e-w { background-position: -112px -80px; }
1281.ui-icon-folder-collapsed { background-position: 0 -96px; }
1282.ui-icon-folder-open { background-position: -16px -96px; }
1283.ui-icon-document { background-position: -32px -96px; }
1284.ui-icon-document-b { background-position: -48px -96px; }
1285.ui-icon-note { background-position: -64px -96px; }
1286.ui-icon-mail-closed { background-position: -80px -96px; }
1287.ui-icon-mail-open { background-position: -96px -96px; }
1288.ui-icon-suitcase { background-position: -112px -96px; }
1289.ui-icon-comment { background-position: -128px -96px; }
1290.ui-icon-person { background-position: -144px -96px; }
1291.ui-icon-print { background-position: -160px -96px; }
1292.ui-icon-trash { background-position: -176px -96px; }
1293.ui-icon-locked { background-position: -192px -96px; }
1294.ui-icon-unlocked { background-position: -208px -96px; }
1295.ui-icon-bookmark { background-position: -224px -96px; }
1296.ui-icon-tag { background-position: -240px -96px; }
1297.ui-icon-home { background-position: 0 -112px; }
1298.ui-icon-flag { background-position: -16px -112px; }
1299.ui-icon-calendar { background-position: -32px -112px; }
1300.ui-icon-cart { background-position: -48px -112px; }
1301.ui-icon-pencil { background-position: -64px -112px; }
1302.ui-icon-clock { background-position: -80px -112px; }
1303.ui-icon-disk { background-position: -96px -112px; }
1304.ui-icon-calculator { background-position: -112px -112px; }
1305.ui-icon-zoomin { background-position: -128px -112px; }
1306.ui-icon-zoomout { background-position: -144px -112px; }
1307.ui-icon-search { background-position: -160px -112px; }
1308.ui-icon-wrench { background-position: -176px -112px; }
1309.ui-icon-gear { background-position: -192px -112px; }
1310.ui-icon-heart { background-position: -208px -112px; }
1311.ui-icon-star { background-position: -224px -112px; }
1312.ui-icon-link { background-position: -240px -112px; }
1313.ui-icon-cancel { background-position: 0 -128px; }
1314.ui-icon-plus { background-position: -16px -128px; }
1315.ui-icon-plusthick { background-position: -32px -128px; }
1316.ui-icon-minus { background-position: -48px -128px; }
1317.ui-icon-minusthick { background-position: -64px -128px; }
1318.ui-icon-close { background-position: -80px -128px; }
1319.ui-icon-closethick { background-position: -96px -128px; }
1320.ui-icon-key { background-position: -112px -128px; }
1321.ui-icon-lightbulb { background-position: -128px -128px; }
1322.ui-icon-scissors { background-position: -144px -128px; }
1323.ui-icon-clipboard { background-position: -160px -128px; }
1324.ui-icon-copy { background-position: -176px -128px; }
1325.ui-icon-contact { background-position: -192px -128px; }
1326.ui-icon-image { background-position: -208px -128px; }
1327.ui-icon-video { background-position: -224px -128px; }
1328.ui-icon-script { background-position: -240px -128px; }
1329.ui-icon-alert { background-position: 0 -144px; }
1330.ui-icon-info { background: url(../lib/css/Aristo/images/icon_sprite.png) 0 0 no-repeat !important; }
1331.ui-icon-notice { background-position: -32px -144px; }
1332.ui-icon-help { background-position: -48px -144px; }
1333.ui-icon-check { background-position: -64px -144px; }
1334.ui-icon-bullet { background-position: -80px -144px; }
1335.ui-icon-radio-off { background-position: -96px -144px; }
1336.ui-icon-radio-on { background-position: -112px -144px; }
1337.ui-icon-pin-w { background-position: -128px -144px; }
1338.ui-icon-pin-s { background-position: -144px -144px; }
1339.ui-icon-play { background-position: 0 -160px; }
1340.ui-icon-pause { background-position: -16px -160px; }
1341.ui-icon-seek-next { background-position: -32px -160px; }
1342.ui-icon-seek-prev { background-position: -48px -160px; }
1343.ui-icon-seek-end { background-position: -64px -160px; }
1344.ui-icon-seek-start { background-position: -80px -160px; }
1345/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1346.ui-icon-seek-first { background-position: -80px -160px; }
1347.ui-icon-stop { background-position: -96px -160px; }
1348.ui-icon-eject { background-position: -112px -160px; }
1349.ui-icon-volume-off { background-position: -128px -160px; }
1350.ui-icon-volume-on { background-position: -144px -160px; }
1351.ui-icon-power { background-position: 0 -176px; }
1352.ui-icon-signal-diag { background-position: -16px -176px; }
1353.ui-icon-signal { background-position: -32px -176px; }
1354.ui-icon-battery-0 { background-position: -48px -176px; }
1355.ui-icon-battery-1 { background-position: -64px -176px; }
1356.ui-icon-battery-2 { background-position: -80px -176px; }
1357.ui-icon-battery-3 { background-position: -96px -176px; }
1358.ui-icon-circle-plus { background-position: 0 -192px; }
1359.ui-icon-circle-minus { background-position: -16px -192px; }
1360.ui-icon-circle-close { background-position: -32px -192px; }
1361.ui-icon-circle-triangle-e { background-position: -48px -192px; }
1362.ui-icon-circle-triangle-s { background-position: -64px -192px; }
1363.ui-icon-circle-triangle-w { background-position: -80px -192px; }
1364.ui-icon-circle-triangle-n { background-position: -96px -192px; }
1365.ui-icon-circle-arrow-e { background-position: -112px -192px; }
1366.ui-icon-circle-arrow-s { background-position: -128px -192px; }
1367.ui-icon-circle-arrow-w { background-position: -144px -192px; }
1368.ui-icon-circle-arrow-n { background-position: -160px -192px; }
1369.ui-icon-circle-zoomin { background-position: -176px -192px; }
1370.ui-icon-circle-zoomout { background-position: -192px -192px; }
1371.ui-icon-circle-check { background-position: -208px -192px; }
1372.ui-icon-circlesmall-plus { background-position: 0 -208px; }
1373.ui-icon-circlesmall-minus { background-position: -16px -208px; }
1374.ui-icon-circlesmall-close { background-position: -32px -208px; }
1375.ui-icon-squaresmall-plus { background-position: -48px -208px; }
1376.ui-icon-squaresmall-minus { background-position: -64px -208px; }
1377.ui-icon-squaresmall-close { background-position: -80px -208px; }
1378.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1379.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1380.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1381.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1382.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1383.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1384
1385
1386/* Misc visuals
1387----------------------------------*/
1388
1389/* Corner radius */
1390.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
1391.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
1392.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
1393.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1394.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; }
1395.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; }
1396.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; }
1397.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; }
1398.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
1399
1400/* Overlays */
1401.ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); }
1402.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; }
1403
1404/*
1405 * jQuery UI Autocomplete 1.8.7
1406 *
1407 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1408 * Dual licensed under the MIT or GPL Version 2 licenses.
1409 * http://jquery.org/license
1410 *
1411 * http://docs.jquery.com/UI/Autocomplete#theming
1412 */
1413.ui-autocomplete {
1414 position: absolute; cursor: default; z-index: 3;
1415 -moz-border-radius: 0;
1416 -webkit-border-radius: 0;
1417 border-radius: 0;
1418 -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1419 -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1420 box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1421}
1422
1423/* workarounds */
1424* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
1425
1426/*
1427 * jQuery UI Menu 1.8.7
1428 *
1429 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1430 * Dual licensed under the MIT or GPL Version 2 licenses.
1431 * http://jquery.org/license
1432 *
1433 * http://docs.jquery.com/UI/Menu#theming
1434 */
1435.ui-menu {
1436 list-style:none;
1437 padding: 2px;
1438 margin: 0;
1439 display:block;
1440 float: left;
1441}
1442.ui-menu .ui-menu {
1443 margin-top: -3px;
1444}
1445.ui-menu .ui-menu-item {
1446 margin:0;
1447 padding: 0;
1448 zoom: 1;
1449 float: left;
1450 clear: left;
1451 width: 100%;
1452}
1453.ui-menu .ui-menu-item a {
1454 text-decoration:none;
1455 display:block;
1456 padding:.2em .4em;
1457 line-height:1.5;
1458 zoom:1;
1459}
1460.ui-menu .ui-menu-item a.ui-state-hover,
1461.ui-menu .ui-menu-item a.ui-state-active {
1462 font-weight: normal;
1463 margin: -1px;
1464 background: #5f83b9;
1465 color: #FFFFFF;
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301466 border-color: #466086;
1467 -moz-border-radius: 0;
1468 -webkit-border-radius: 0;
1469 border-radius: 0;
1470}
1471
1472/*
1473 * jQuery UI Datepicker 1.8.7
1474 *
1475 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1476 * Dual licensed under the MIT or GPL Version 2 licenses.
1477 * http://jquery.org/license
1478 *
1479 * http://docs.jquery.com/UI/Datepicker#theming
1480 */
1481.ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; }
1482.ui-datepicker {
1483 -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1484 -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1485 box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1486}
1487.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; }
1488.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; }
1489.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; }
1490.ui-datepicker .ui-datepicker-prev { left:2px; }
1491.ui-datepicker .ui-datepicker-next { right:2px; }
1492.ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; }
1493.ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; }
1494.ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; }
1495.ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; }
1496.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; }
1497.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); }
1498.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
1499.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
1500.ui-datepicker select.ui-datepicker-month,
1501.ui-datepicker select.ui-datepicker-year { width: 49%;}
1502.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
1503.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
1504.ui-datepicker td { border: 0; padding: 1px; }
1505.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
1506.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; }
1507.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
1508.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
1509.ui-datepicker table .ui-state-highlight { border-color: #5F83B9; }
1510.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; }
1511.ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; }
1512.ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }
1513
1514/* with multiple calendars */
1515.ui-datepicker.ui-datepicker-multi { width:auto; }
1516.ui-datepicker-multi .ui-datepicker-group { float:left; }
1517.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
1518.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
1519.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
1520.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
1521.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
1522.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
1523.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
1524.ui-datepicker-row-break { clear:both; width:100%; }
1525
1526/* RTL support */
1527.ui-datepicker-rtl { direction: rtl; }
1528.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
1529.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
1530.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
1531.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
1532.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
1533.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
1534.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
1535.ui-datepicker-rtl .ui-datepicker-group { float:right; }
1536.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1537.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1538
1539/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1540.ui-datepicker-cover {
1541 display: none; /*sorry for IE5*/
1542 display/**/: block; /*sorry for IE5*/
1543 position: absolute; /*must have*/
1544 z-index: -1; /*must have*/
1545 filter: mask(); /*must have*/
1546 top: -4px; /*must have*/
1547 left: -4px; /*must have*/
1548 width: 200px; /*must have*/
1549 height: 200px; /*must have*/
1550}
1551
1552
1553
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301554/*
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301555 * lib/css/ui/list.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301556 */
1557.hide {
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301558 display: none;
1559}
1560
1561.list-filters {
1562 margin: 7px 0px;
1563}
1564
1565.wnlist .img-load {
1566 display: none;
Rushabh Mehta842f7822012-03-22 14:24:49 +05301567 float: left;
1568 margin-bottom: 8px;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301569}
1570
Rushabh Mehta2438de42012-03-15 16:43:46 +05301571/* list-row */
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301572div.list-row {
1573 border-bottom: 1px solid #eee;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301574 padding: 5px 0px;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301575}
1576div.list-row:hover {
1577 background-color: #eef
1578}
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301579
Rushabh Mehta2438de42012-03-15 16:43:46 +05301580div.list-row .label {
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301581 margin-right: 4px;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301582}
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301583
1584div.list-row table {
1585 table-layout: fixed;
1586 border-collapse: collapse;
1587 width: 100%;
1588}
1589
1590div.list-row table td {
1591 overflow: hidden;
Anand Doshic9456c12012-03-28 17:48:30 +05301592 /*padding-right: 3px;*/
1593 padding: 0px 3px;
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301594 vertical-align: middle;
1595 height: 24px;
1596 max-height: 24px;
Anand Doshic9456c12012-03-28 17:48:30 +05301597 word-wrap: break-word;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301598}
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301599
Rushabh Mehta9f89e352012-03-09 17:51:39 +05301600div.paging-button {
1601 text-align: center;
1602 padding: 11px 0px;
1603}
1604
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301605div.show_filters {
1606 display: none;
1607}
1608
1609div.filter_list {
1610 padding: 13px;
1611}
1612
1613div.show_filters.well {
1614 margin-top: 11px;
1615 margin-bottom: 11px;
1616}
1617
1618div.filter_list .run_btn {
1619 text-align: right;
1620}
1621
1622div.filter_list .add_filter {
1623 margin: 3px 0px;
1624}
1625
1626div.list_filter {
1627 margin: 7px 0px;
1628}
1629
1630div.list_filter input, div.list_filter select {
1631 width: 130px;
1632 margin-right: 7px;
1633}
1634
Rushabh Mehta2438de42012-03-15 16:43:46 +05301635/* bar */
1636
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301637span.bar-outer {
1638 display: inline-block;
1639 margin: 0px 7px;
1640 margin-top: 3px;
1641 background-color: #fff;
1642 border: 1px solid #aaa;
1643 height: 10px;
1644}
1645
1646span.bar-inner {
1647 display: inline-block;
1648 background-color: #bdf;
1649 height: 100%;
1650 margin-bottom: 2px;
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301651 float: left;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301652}
1653span.bar-complete {
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301654 background-color: #009900;
1655}
1656span.bar-empty {
1657 background-color: #990000;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301658}
1659
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301660
Rushabh Mehta2438de42012-03-15 16:43:46 +05301661/* stats */
1662
1663div.stat-wrapper {
1664 margin-bottom: 19px;
1665}
1666
1667div.stat-grid {
1668 border: 2px solid #bbb;
1669 background-color: white;
1670 border-radius: 5px;
1671 -moz-border-radius: 5px;
1672 -webkit-border-radius: 5px;
1673 overflow: hidden;
1674}
1675
1676div.stat-label {
1677 position: relative;
1678 padding: 3px;
1679 text-align: center;
1680}
1681div.stat-label, div.stat-label a {
1682 z-index: 5;
1683}
1684
1685div.stat-item {
1686 position: relative;
1687 border-bottom: 1px solid #ddd;
1688}
1689div.stat-item:last-child {
1690 border-bottom: 0px solid #ddd;
1691}
1692
1693div.stat-bar {
1694 position: absolute;
1695 left: 0px;
1696 background-color: #def;
1697 height: 100%;
1698 z-index: 0;
1699}
1700
1701
1702
1703
1704
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301705/*
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301706 * lib/css/ui/fonts.css
1707 */
1708@font-face {
1709 font-family: 'Pontano Sans';
1710 font-style: normal;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +05301711 font-weight: 800;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301712 src: url('../lib/css/fonts/pontanosans.woff') format('woff');
1713}
1714
1715@font-face {
1716 font-family: 'Droid Sans';
1717 font-style: normal;
1718 font-weight: normal;
1719 src: local('Droid Sans'), local('DroidSans'), url('../lib/css/fonts/droidsans.woff') format('woff');
1720}
1721
Rushabh Mehta983a1712012-03-21 13:35:34 +05301722@font-face {
1723 font-family: 'PT Sans';
1724 font-style: normal;
1725 font-weight: normal;
1726 src: local('PT Sans'), local('PTSans-Regular'), url('../lib/css/fonts/ptsans.woff') format('woff');
1727}
1728
1729@font-face {
1730 font-family: 'Open Sans';
1731 font-style: normal;
1732 font-weight: 400;
1733 src: local('Open Sans'), local('OpenSans'), url('../lib/css/fonts/opensans.woff') format('woff');
1734}
1735@font-face {
1736 font-family: 'Lato';
1737 font-style: normal;
1738 font-weight: 400;
1739 src: local('Lato Regular'), local('Lato-Regular'), url('../lib/css/fonts/lato.woff') format('woff');
1740}
1741
1742
1743
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301744/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301745 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301746 */
1747/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301748
1749h1,
1750h2,
1751h3,
1752h4,
1753h5,
1754h6 {
1755 margin: 0;
1756 font-weight: bold;
1757 color: #333333;
1758 text-rendering: optimizelegibility;
1759 margin-bottom: 0.3em;
1760}
1761h1 small,
1762h2 small,
1763h3 small,
1764h4 small,
1765h5 small,
1766h6 small {
1767 font-weight: normal;
1768 color: #999999;
1769}
1770h1 {
1771 font-size: 30px;
1772 line-height: 36px;
1773}
1774h1 small {
1775 font-size: 18px;
1776}
1777h2 {
1778 font-size: 24px;
1779 line-height: 36px;
1780}
1781h2 small {
1782 font-size: 18px;
1783}
1784h3 {
1785 line-height: 27px;
1786 font-size: 18px;
1787}
1788h3 small {
1789 font-size: 14px;
1790}
1791h4, h5, h6 {
1792 line-height: 18px;
1793}
1794h4 {
1795 font-size: 14px;
1796}
1797h4 small {
1798 font-size: 12px;
1799}
1800h5 {
1801 font-size: 12px;
1802}
1803h6 {
1804 font-size: 11px;
1805 color: #999999;
1806 text-transform: uppercase;
1807}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301808
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301809/*
1810 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301811 */
1812.close {
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301813 font-family: Helvetica, Sans;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301814 float: right;
1815 font-size: 20px;
1816 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301817 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301818 color: #000000;
1819 text-shadow: 0 1px 0 #ffffff;
1820 opacity: 0.2;
1821 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301822}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301823.close:hover {
1824 color: #000000;
1825 text-decoration: none;
1826 opacity: 0.4;
1827 filter: alpha(opacity=40);
1828 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301829}
1830.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301831 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301832 padding: 4px 10px 4px;
1833 font-size: 13px;
1834 line-height: 18px;
1835 color: #333333;
1836 text-align: center;
1837 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1838 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301839 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
1840 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1841 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
1842 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1843 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1844 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301845 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301846 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301847 border: 1px solid #ccc;
1848 border-bottom-color: #bbb;
1849 -webkit-border-radius: 4px;
1850 -moz-border-radius: 4px;
1851 border-radius: 4px;
1852 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1853 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1854 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 +05301855 cursor: pointer;
1856 *margin-left: .3em;
1857}
1858.btn:first-child {
1859 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301860}
1861.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301862 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301863 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301864 background-color: #e6e6e6;
1865 background-position: 0 -15px;
1866 -webkit-transition: background-position 0.1s linear;
1867 -moz-transition: background-position 0.1s linear;
1868 -ms-transition: background-position 0.1s linear;
1869 -o-transition: background-position 0.1s linear;
1870 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301871}
1872.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301873 outline: thin dotted;
1874 outline: 5px auto -webkit-focus-ring-color;
1875 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301876}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301877.btn.active, .btn:active {
1878 background-image: none;
1879 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1880 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1881 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1882 background-color: #e6e6e6;
1883 background-color: #d9d9d9 \9;
1884 color: rgba(0, 0, 0, 0.5);
1885 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301886}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301887.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301888 cursor: default;
1889 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301890 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301891 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301892 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301893 -webkit-box-shadow: none;
1894 -moz-box-shadow: none;
1895 box-shadow: none;
1896}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301897.btn-large {
1898 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301899 font-size: 15px;
1900 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301901 -webkit-border-radius: 5px;
1902 -moz-border-radius: 5px;
1903 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301904}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301905.btn-large .icon {
1906 margin-top: 1px;
1907}
1908.btn-small {
1909 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301910 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301911 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301912}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301913.btn-small .icon {
1914 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301915}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301916.btn-primary,
1917.btn-primary:hover,
1918.btn-warning,
1919.btn-warning:hover,
1920.btn-danger,
1921.btn-danger:hover,
1922.btn-success,
1923.btn-success:hover,
1924.btn-info,
1925.btn-info:hover {
1926 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1927 color: #ffffff;
1928}
1929.btn-primary.active,
1930.btn-warning.active,
1931.btn-danger.active,
1932.btn-success.active,
1933.btn-info.active {
1934 color: rgba(255, 255, 255, 0.75);
1935}
1936.btn-primary {
1937 background-color: #006dcc;
1938 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
1939 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
1940 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
1941 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
1942 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
1943 background-image: linear-gradient(top, #0088cc, #0044cc);
1944 background-repeat: repeat-x;
1945 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
1946 border-color: #0044cc #0044cc #002a80;
1947 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1948 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1949}
1950.btn-primary:hover,
1951.btn-primary:active,
1952.btn-primary.active,
1953.btn-primary.disabled,
1954.btn-primary[disabled] {
1955 background-color: #0044cc;
1956}
1957.btn-primary:active, .btn-primary.active {
1958 background-color: #003399 \9;
1959}
1960.btn-warning {
1961 background-color: #faa732;
1962 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1963 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
1964 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1965 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1966 background-image: -o-linear-gradient(top, #fbb450, #f89406);
1967 background-image: linear-gradient(top, #fbb450, #f89406);
1968 background-repeat: repeat-x;
1969 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
1970 border-color: #f89406 #f89406 #ad6704;
1971 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1972 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1973}
1974.btn-warning:hover,
1975.btn-warning:active,
1976.btn-warning.active,
1977.btn-warning.disabled,
1978.btn-warning[disabled] {
1979 background-color: #f89406;
1980}
1981.btn-warning:active, .btn-warning.active {
1982 background-color: #c67605 \9;
1983}
1984.btn-danger {
1985 background-color: #da4f49;
1986 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
1987 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
1988 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
1989 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
1990 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
1991 background-image: linear-gradient(top, #ee5f5b, #bd362f);
1992 background-repeat: repeat-x;
1993 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
1994 border-color: #bd362f #bd362f #802420;
1995 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1996 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1997}
1998.btn-danger:hover,
1999.btn-danger:active,
2000.btn-danger.active,
2001.btn-danger.disabled,
2002.btn-danger[disabled] {
2003 background-color: #bd362f;
2004}
2005.btn-danger:active, .btn-danger.active {
2006 background-color: #942a25 \9;
2007}
2008.btn-success {
2009 background-color: #5bb75b;
2010 background-image: -moz-linear-gradient(top, #62c462, #51a351);
2011 background-image: -ms-linear-gradient(top, #62c462, #51a351);
2012 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2013 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2014 background-image: -o-linear-gradient(top, #62c462, #51a351);
2015 background-image: linear-gradient(top, #62c462, #51a351);
2016 background-repeat: repeat-x;
2017 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
2018 border-color: #51a351 #51a351 #387038;
2019 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2020 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2021}
2022.btn-success:hover,
2023.btn-success:active,
2024.btn-success.active,
2025.btn-success.disabled,
2026.btn-success[disabled] {
2027 background-color: #51a351;
2028}
2029.btn-success:active, .btn-success.active {
2030 background-color: #408140 \9;
2031}
2032.btn-info {
2033 background-color: #49afcd;
2034 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2035 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
2036 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2037 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2038 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2039 background-image: linear-gradient(top, #5bc0de, #2f96b4);
2040 background-repeat: repeat-x;
2041 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
2042 border-color: #2f96b4 #2f96b4 #1f6377;
2043 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2044 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2045}
2046.btn-info:hover,
2047.btn-info:active,
2048.btn-info.active,
2049.btn-info.disabled,
2050.btn-info[disabled] {
2051 background-color: #2f96b4;
2052}
2053.btn-info:active, .btn-info.active {
2054 background-color: #24748c \9;
2055}
2056button.btn, input[type="submit"].btn {
2057 *padding-top: 2px;
2058 *padding-bottom: 2px;
2059}
2060button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302061 padding: 0;
2062 border: 0;
2063}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302064button.btn.large, input[type="submit"].btn.large {
2065 *padding-top: 7px;
2066 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302067}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302068button.btn.small, input[type="submit"].btn.small {
2069 *padding-top: 3px;
2070 *padding-bottom: 3px;
2071}
2072.btn-group {
2073 position: relative;
2074 *zoom: 1;
2075 *margin-left: .3em;
2076}
2077.btn-group:before, .btn-group:after {
2078 display: table;
2079 content: "";
2080}
2081.btn-group:after {
2082 clear: both;
2083}
2084.btn-group:first-child {
2085 *margin-left: 0;
2086}
2087.btn-group + .btn-group {
2088 margin-left: 5px;
2089}
2090.btn-toolbar {
2091 margin-top: 9px;
2092 margin-bottom: 9px;
2093}
2094.btn-toolbar .btn-group {
2095 display: inline-block;
2096 *display: inline;
2097 /* IE7 inline-block hack */
2098
2099 *zoom: 1;
2100}
2101.btn-group .btn {
2102 position: relative;
2103 float: left;
2104 margin-left: -1px;
2105 -webkit-border-radius: 0;
2106 -moz-border-radius: 0;
2107 border-radius: 0;
2108}
2109.btn-group .btn:first-child {
2110 margin-left: 0;
2111 -webkit-border-top-left-radius: 4px;
2112 -moz-border-radius-topleft: 4px;
2113 border-top-left-radius: 4px;
2114 -webkit-border-bottom-left-radius: 4px;
2115 -moz-border-radius-bottomleft: 4px;
2116 border-bottom-left-radius: 4px;
2117}
2118.btn-group .btn:last-child, .btn-group .dropdown-toggle {
2119 -webkit-border-top-right-radius: 4px;
2120 -moz-border-radius-topright: 4px;
2121 border-top-right-radius: 4px;
2122 -webkit-border-bottom-right-radius: 4px;
2123 -moz-border-radius-bottomright: 4px;
2124 border-bottom-right-radius: 4px;
2125}
2126.btn-group .btn.large:first-child {
2127 margin-left: 0;
2128 -webkit-border-top-left-radius: 6px;
2129 -moz-border-radius-topleft: 6px;
2130 border-top-left-radius: 6px;
2131 -webkit-border-bottom-left-radius: 6px;
2132 -moz-border-radius-bottomleft: 6px;
2133 border-bottom-left-radius: 6px;
2134}
2135.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
2136 -webkit-border-top-right-radius: 6px;
2137 -moz-border-radius-topright: 6px;
2138 border-top-right-radius: 6px;
2139 -webkit-border-bottom-right-radius: 6px;
2140 -moz-border-radius-bottomright: 6px;
2141 border-bottom-right-radius: 6px;
2142}
2143.btn-group .btn:hover,
2144.btn-group .btn:focus,
2145.btn-group .btn:active,
2146.btn-group .btn.active {
2147 z-index: 2;
2148}
2149.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
2150 outline: 0;
2151}
2152.btn-group .dropdown-toggle {
2153 padding-left: 8px;
2154 padding-right: 8px;
2155 -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);
2156 -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);
2157 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);
2158 *padding-top: 5px;
2159 *padding-bottom: 5px;
2160}
2161.btn-group.open {
2162 *z-index: 1000;
2163}
2164.btn-group.open .dropdown-menu {
2165 display: block;
2166 margin-top: 1px;
2167 -webkit-border-radius: 5px;
2168 -moz-border-radius: 5px;
2169 border-radius: 5px;
2170}
2171.btn-group.open .dropdown-toggle {
2172 background-image: none;
2173 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2174 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2175 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2176}
2177.btn .caret {
2178 margin-top: 7px;
2179 margin-left: 0;
2180}
2181.btn:hover .caret, .open.btn-group .caret {
2182 opacity: 1;
2183 filter: alpha(opacity=100);
2184}
2185.btn-primary .caret,
2186.btn-danger .caret,
2187.btn-info .caret,
2188.btn-success .caret {
2189 border-top-color: #ffffff;
2190 opacity: 0.75;
2191 filter: alpha(opacity=75);
2192}
2193.btn-small .caret {
2194 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302195}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302196
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302197/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302198 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302199 */
2200.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302201 margin-left: 0;
2202 margin-bottom: 18px;
2203 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302204}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302205.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302206 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302207}
2208.nav > li > a:hover {
2209 text-decoration: none;
2210 background-color: #eeeeee;
2211}
2212.nav-list {
2213 padding-left: 14px;
2214 padding-right: 14px;
2215 margin-bottom: 0;
2216}
2217.nav-list > li > a, .nav-list .nav-header {
2218 display: block;
2219 padding: 3px 15px;
2220 margin-left: -15px;
2221 margin-right: -15px;
2222 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2223}
2224.nav-list .nav-header {
2225 font-size: 11px;
2226 font-weight: bold;
2227 line-height: 18px;
2228 color: #999999;
2229 text-transform: uppercase;
2230}
2231.nav-list > li + .nav-header {
2232 margin-top: 9px;
2233}
2234.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302235 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302236 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2237 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302238}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302239.nav-list [class^="icon-"] {
2240 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302241}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302242.nav-tabs, .nav-pills {
2243 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302244}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302245.nav-tabs:before,
2246.nav-pills:before,
2247.nav-tabs:after,
2248.nav-pills:after {
2249 display: table;
2250 content: "";
2251}
2252.nav-tabs:after, .nav-pills:after {
2253 clear: both;
2254}
2255.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302256 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302257}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302258.nav-tabs > li > a, .nav-pills > li > a {
2259 padding-right: 12px;
2260 padding-left: 12px;
2261 margin-right: 2px;
2262 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302263}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302264.nav-tabs {
2265 border-bottom: 1px solid #ddd;
2266}
2267.nav-tabs > li {
2268 margin-bottom: -1px;
2269}
2270.nav-tabs > li > a {
2271 padding-top: 9px;
2272 padding-bottom: 9px;
2273 border: 1px solid transparent;
2274 -webkit-border-radius: 4px 4px 0 0;
2275 -moz-border-radius: 4px 4px 0 0;
2276 border-radius: 4px 4px 0 0;
2277}
2278.nav-tabs > li > a:hover {
2279 border-color: #eeeeee #eeeeee #dddddd;
2280}
2281.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
2282 color: #555555;
2283 background-color: #ffffff;
2284 border: 1px solid #ddd;
2285 border-bottom-color: transparent;
2286 cursor: default;
2287}
2288.nav-pills > li > a {
2289 padding-top: 8px;
2290 padding-bottom: 8px;
2291 margin-top: 2px;
2292 margin-bottom: 2px;
2293 -webkit-border-radius: 5px;
2294 -moz-border-radius: 5px;
2295 border-radius: 5px;
2296}
2297.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302298 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302299 background-color: #0088cc;
2300}
2301.nav-stacked > li {
2302 float: none;
2303}
2304.nav-stacked > li > a {
2305 margin-right: 0;
2306}
2307.nav-tabs.nav-stacked {
2308 border-bottom: 0;
2309}
2310.nav-tabs.nav-stacked > li > a {
2311 border: 1px solid #ddd;
2312 -webkit-border-radius: 0;
2313 -moz-border-radius: 0;
2314 border-radius: 0;
2315}
2316.nav-tabs.nav-stacked > li:first-child > a {
2317 -webkit-border-radius: 4px 4px 0 0;
2318 -moz-border-radius: 4px 4px 0 0;
2319 border-radius: 4px 4px 0 0;
2320}
2321.nav-tabs.nav-stacked > li:last-child > a {
2322 -webkit-border-radius: 0 0 4px 4px;
2323 -moz-border-radius: 0 0 4px 4px;
2324 border-radius: 0 0 4px 4px;
2325}
2326.nav-tabs.nav-stacked > li > a:hover {
2327 border-color: #ddd;
2328 z-index: 2;
2329}
2330.nav-pills.nav-stacked > li > a {
2331 margin-bottom: 3px;
2332}
2333.nav-pills.nav-stacked > li:last-child > a {
2334 margin-bottom: 1px;
2335}
2336.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
2337 margin-top: 1px;
2338 border-width: 1px;
2339}
2340.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302341 -webkit-border-radius: 4px;
2342 -moz-border-radius: 4px;
2343 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302344}
2345.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
2346 border-top-color: #0088cc;
2347 margin-top: 6px;
2348}
2349.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
2350 border-top-color: #005580;
2351}
2352.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
2353 border-top-color: #333333;
2354}
2355.nav > .dropdown.active > a:hover {
2356 color: #000000;
2357 cursor: pointer;
2358}
2359.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
2360 color: #ffffff;
2361 background-color: #999999;
2362 border-color: #999999;
2363}
2364.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
2365 border-top-color: #ffffff;
2366 opacity: 1;
2367 filter: alpha(opacity=100);
2368}
2369
2370.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302371 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302372 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302373}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302374.navbar-inner {
2375 padding-left: 20px;
2376 padding-right: 20px;
2377 background-color: #2c2c2c;
2378 background-image: -moz-linear-gradient(top, #333333, #222222);
2379 background-image: -ms-linear-gradient(top, #333333, #222222);
2380 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2381 background-image: -webkit-linear-gradient(top, #333333, #222222);
2382 background-image: -o-linear-gradient(top, #333333, #222222);
2383 background-image: linear-gradient(top, #333333, #222222);
2384 background-repeat: repeat-x;
2385 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2386 -webkit-border-radius: 4px;
2387 -moz-border-radius: 4px;
2388 border-radius: 4px;
2389 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2390 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2391 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2392}
2393.btn-navbar {
2394 display: none;
2395 float: right;
2396 padding: 7px 10px;
2397 margin-left: 5px;
2398 margin-right: 5px;
2399 background-color: #2c2c2c;
2400 background-image: -moz-linear-gradient(top, #333333, #222222);
2401 background-image: -ms-linear-gradient(top, #333333, #222222);
2402 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2403 background-image: -webkit-linear-gradient(top, #333333, #222222);
2404 background-image: -o-linear-gradient(top, #333333, #222222);
2405 background-image: linear-gradient(top, #333333, #222222);
2406 background-repeat: repeat-x;
2407 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2408 border-color: #222222 #222222 #000000;
2409 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2410 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2411 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2412 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2413 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2414}
2415.btn-navbar:hover,
2416.btn-navbar:active,
2417.btn-navbar.active,
2418.btn-navbar.disabled,
2419.btn-navbar[disabled] {
2420 background-color: #222222;
2421}
2422.btn-navbar:active, .btn-navbar.active {
2423 background-color: #080808 \9;
2424}
2425.btn-navbar .icon-bar {
2426 display: block;
2427 width: 18px;
2428 height: 2px;
2429 background-color: #f5f5f5;
2430 -webkit-border-radius: 1px;
2431 -moz-border-radius: 1px;
2432 border-radius: 1px;
2433 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2434 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2435 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2436}
2437.btn-navbar .icon-bar + .icon-bar {
2438 margin-top: 3px;
2439}
2440.nav-collapse.collapse {
2441 height: auto;
2442}
2443.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302444 text-decoration: none;
2445}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302446.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302447 float: left;
2448 display: block;
2449 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302450 font-size: 20px;
2451 font-weight: 200;
2452 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302453 color: #ffffff;
2454}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302455.navbar .navbar-text {
2456 margin-bottom: 0;
2457 line-height: 40px;
2458 color: #999999;
2459}
2460.navbar .navbar-text a:hover {
2461 color: #ffffff;
2462 background-color: transparent;
2463}
2464.navbar .btn, .navbar .btn-group {
2465 margin-top: 5px;
2466}
2467.navbar .btn-group .btn {
2468 margin-top: 0;
2469}
2470.navbar-form {
2471 margin-bottom: 0;
2472 *zoom: 1;
2473}
2474.navbar-form:before, .navbar-form:after {
2475 display: table;
2476 content: "";
2477}
2478.navbar-form:after {
2479 clear: both;
2480}
2481.navbar-form input, .navbar-form select {
2482 display: inline-block;
2483 margin-top: 5px;
2484 margin-bottom: 0;
2485}
2486.navbar-form .radio, .navbar-form .checkbox {
2487 margin-top: 5px;
2488}
2489.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
2490 margin-top: 3px;
2491}
2492.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302493 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302494 float: left;
2495 margin-top: 6px;
2496 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302497}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302498.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302499 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302500 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2501 font-size: 13px;
2502 font-weight: normal;
2503 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302504 color: #ffffff;
2505 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302506 background: #666;
2507 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302508 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302509 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2510 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2511 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 +05302512 -webkit-transition: none;
2513 -moz-transition: none;
2514 -ms-transition: none;
2515 -o-transition: none;
2516 transition: none;
2517}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302518.navbar-search .search-query :-moz-placeholder {
2519 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302520}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302521.navbar-search .search-query::-webkit-input-placeholder {
2522 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302523}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302524.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302525 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302526 background-color: #999999;
2527 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302528}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302529.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302530 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302531 color: #333333;
2532 text-shadow: 0 1px 0 #ffffff;
2533 background-color: #ffffff;
2534 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302535 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2536 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2537 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302538 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302539}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302540.navbar-fixed-top {
2541 position: fixed;
2542 top: 0;
2543 right: 0;
2544 left: 0;
2545 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302546}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302547.navbar-fixed-top .navbar-inner {
2548 padding-left: 0;
2549 padding-right: 0;
2550 -webkit-border-radius: 0;
2551 -moz-border-radius: 0;
2552 border-radius: 0;
2553}
2554.navbar .nav {
2555 position: relative;
2556 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302557 display: block;
2558 float: left;
2559 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302560}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302561.navbar .nav.pull-right {
2562 float: right;
2563}
2564.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302565 display: block;
2566 float: left;
2567}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302568.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302569 float: none;
2570 padding: 10px 10px 11px;
2571 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302572 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302573 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302574 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302575}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302576.navbar .nav > li > a:hover {
2577 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302578 color: #ffffff;
2579 text-decoration: none;
2580}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302581.navbar .nav .active > a, .navbar .nav .active > a:hover {
2582 color: #ffffff;
2583 text-decoration: none;
2584 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302585 background-color: rgba(0, 0, 0, 0.5);
2586}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302587.navbar .divider-vertical {
2588 height: 40px;
2589 width: 1px;
2590 margin: 0 9px;
2591 overflow: hidden;
2592 background-color: #222222;
2593 border-right: 1px solid #333333;
2594}
2595.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302596 margin-left: 10px;
2597 margin-right: 0;
2598}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302599.navbar .dropdown-menu {
2600 margin-top: 1px;
2601 -webkit-border-radius: 4px;
2602 -moz-border-radius: 4px;
2603 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302604}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302605.navbar .dropdown-menu:before {
2606 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302607 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302608 border-left: 7px solid transparent;
2609 border-right: 7px solid transparent;
2610 border-bottom: 7px solid #ccc;
2611 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302612 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302613 top: -7px;
2614 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302615}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302616.navbar .dropdown-menu:after {
2617 content: '';
2618 display: inline-block;
2619 border-left: 6px solid transparent;
2620 border-right: 6px solid transparent;
2621 border-bottom: 6px solid #ffffff;
2622 position: absolute;
2623 top: -6px;
2624 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302625}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302626.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
2627 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302628}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302629.navbar .nav .active .caret {
2630 opacity: 1;
2631 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302632}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302633.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
2634 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302635}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302636.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302637 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302638}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302639.navbar .nav.pull-right .dropdown-menu {
2640 left: auto;
2641 right: 0;
2642}
2643.navbar .nav.pull-right .dropdown-menu:before {
2644 left: auto;
2645 right: 12px;
2646}
2647.navbar .nav.pull-right .dropdown-menu:after {
2648 left: auto;
2649 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302650}
2651
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302652/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302653.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302654 display: block;
2655 float: right;
2656 width: 20px;
2657 margin-bottom: -5px;
2658 margin-top: 10px;
2659 visibility: hidden;
2660}
2661
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302662.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302663 padding: 0px 20px;
2664}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05302665
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302666
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302667/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302668 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302669 */
2670.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302671 position: relative;
2672}
2673.dropdown-toggle {
2674 *margin-bottom: -3px;
2675}
2676.dropdown-toggle:active, .open .dropdown-toggle {
2677 outline: 0;
2678}
2679.caret {
2680 display: inline-block;
2681 width: 0;
2682 height: 0;
2683 text-indent: -99999px;
2684 *text-indent: 0;
2685 vertical-align: top;
2686 border-left: 4px solid transparent;
2687 border-right: 4px solid transparent;
2688 border-top: 4px solid #000000;
2689 opacity: 0.3;
2690 filter: alpha(opacity=30);
2691 content: "\2193";
2692}
2693.dropdown .caret {
2694 margin-top: 8px;
2695 margin-left: 2px;
2696}
2697.dropdown:hover .caret, .open.dropdown .caret {
2698 opacity: 1;
2699 filter: alpha(opacity=100);
2700}
2701.dropdown-menu {
2702 position: absolute;
2703 top: 100%;
2704 left: 0;
2705 z-index: 1000;
2706 float: left;
2707 display: none;
2708 min-width: 160px;
2709 max-width: 220px;
2710 _width: 160px;
2711 padding: 4px 0;
2712 margin: 0;
2713 list-style: none;
2714 background-color: #ffffff;
2715 border-color: #ccc;
2716 border-color: rgba(0, 0, 0, 0.2);
2717 border-style: solid;
2718 border-width: 1px;
2719 -webkit-border-radius: 0 0 5px 5px;
2720 -moz-border-radius: 0 0 5px 5px;
2721 border-radius: 0 0 5px 5px;
2722 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2723 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2724 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2725 -webkit-background-clip: padding-box;
2726 -moz-background-clip: padding;
2727 background-clip: padding-box;
2728 *border-right-width: 2px;
2729 *border-bottom-width: 2px;
2730}
2731.dropdown-menu.bottom-up {
2732 top: auto;
2733 bottom: 100%;
2734 margin-bottom: 2px;
2735}
2736.dropdown-menu .divider {
2737 height: 1px;
2738 margin: 5px 1px;
2739 overflow: hidden;
2740 background-color: #e5e5e5;
2741 border-bottom: 1px solid #ffffff;
2742 *width: 100%;
2743 *margin: -5px 0 5px;
2744}
2745.dropdown-menu a {
2746 display: block;
2747 padding: 3px 15px;
2748 clear: both;
2749 font-weight: normal;
2750 line-height: 18px;
2751 color: #555555;
2752 white-space: nowrap;
2753}
2754.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
2755 color: #ffffff;
2756 text-decoration: none;
2757 background-color: #0088cc;
2758}
2759.dropdown.open {
2760 *z-index: 1000;
2761}
2762.dropdown.open .dropdown-toggle {
2763 color: #ffffff;
2764 background: #ccc;
2765 background: rgba(0, 0, 0, 0.3);
2766}
2767.dropdown.open .dropdown-menu {
2768 display: block;
2769}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302770
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302771/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05302772 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302773 */
2774.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05302775 position: absolute;
2776 z-index: 1020;
2777 display: block;
2778 visibility: visible;
2779 padding: 5px;
2780 font-size: 11px;
2781 opacity: 0;
2782 filter: alpha(opacity=0);
2783}
2784.tooltip.in {
2785 opacity: 0.8;
2786 filter: alpha(opacity=80);
2787}
2788.tooltip.top {
2789 margin-top: -2px;
2790}
2791.tooltip.right {
2792 margin-left: 2px;
2793}
2794.tooltip.bottom {
2795 margin-top: 2px;
2796}
2797.tooltip.left {
2798 margin-left: -2px;
2799}
2800.tooltip.top .tooltip-arrow {
2801 bottom: 0;
2802 left: 50%;
2803 margin-left: -5px;
2804 border-left: 5px solid transparent;
2805 border-right: 5px solid transparent;
2806 border-top: 5px solid #000000;
2807}
2808.tooltip.left .tooltip-arrow {
2809 top: 50%;
2810 right: 0;
2811 margin-top: -5px;
2812 border-top: 5px solid transparent;
2813 border-bottom: 5px solid transparent;
2814 border-left: 5px solid #000000;
2815}
2816.tooltip.bottom .tooltip-arrow {
2817 top: 0;
2818 left: 50%;
2819 margin-left: -5px;
2820 border-left: 5px solid transparent;
2821 border-right: 5px solid transparent;
2822 border-bottom: 5px solid #000000;
2823}
2824.tooltip.right .tooltip-arrow {
2825 top: 50%;
2826 left: 0;
2827 margin-top: -5px;
2828 border-top: 5px solid transparent;
2829 border-bottom: 5px solid transparent;
2830 border-right: 5px solid #000000;
2831}
2832.tooltip-inner {
2833 max-width: 200px;
2834 padding: 3px 8px;
2835 color: #ffffff;
2836 text-align: center;
2837 text-decoration: none;
2838 background-color: #000000;
2839 -webkit-border-radius: 4px;
2840 -moz-border-radius: 4px;
2841 border-radius: 4px;
2842}
2843.tooltip-arrow {
2844 position: absolute;
2845 width: 0;
2846 height: 0;
2847}
2848.popover {
2849 position: absolute;
2850 top: 0;
2851 left: 0;
2852 z-index: 1010;
2853 display: none;
2854 padding: 5px;
2855}
2856.popover.top {
2857 margin-top: -5px;
2858}
2859.popover.right {
2860 margin-left: 5px;
2861}
2862.popover.bottom {
2863 margin-top: 5px;
2864}
2865.popover.left {
2866 margin-left: -5px;
2867}
2868.popover.top .arrow {
2869 bottom: 0;
2870 left: 50%;
2871 margin-left: -5px;
2872 border-left: 5px solid transparent;
2873 border-right: 5px solid transparent;
2874 border-top: 5px solid #000000;
2875}
2876.popover.right .arrow {
2877 top: 50%;
2878 left: 0;
2879 margin-top: -5px;
2880 border-top: 5px solid transparent;
2881 border-bottom: 5px solid transparent;
2882 border-right: 5px solid #000000;
2883}
2884.popover.bottom .arrow {
2885 top: 0;
2886 left: 50%;
2887 margin-left: -5px;
2888 border-left: 5px solid transparent;
2889 border-right: 5px solid transparent;
2890 border-bottom: 5px solid #000000;
2891}
2892.popover.left .arrow {
2893 top: 50%;
2894 right: 0;
2895 margin-top: -5px;
2896 border-top: 5px solid transparent;
2897 border-bottom: 5px solid transparent;
2898 border-left: 5px solid #000000;
2899}
2900.popover .arrow {
2901 position: absolute;
2902 width: 0;
2903 height: 0;
2904}
2905.popover-inner {
2906 padding: 3px;
2907 width: 280px;
2908 overflow: hidden;
2909 background: #000000;
2910 background: rgba(0, 0, 0, 0.8);
2911 -webkit-border-radius: 6px;
2912 -moz-border-radius: 6px;
2913 border-radius: 6px;
2914 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2915 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2916 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2917}
2918.popover-title {
2919 padding: 9px 15px;
2920 line-height: 1;
2921 background-color: #f5f5f5;
2922 border-bottom: 1px solid #eee;
2923 -webkit-border-radius: 3px 3px 0 0;
2924 -moz-border-radius: 3px 3px 0 0;
2925 border-radius: 3px 3px 0 0;
2926}
2927.popover-content {
2928 padding: 14px;
2929 background-color: #ffffff;
2930 -webkit-border-radius: 0 0 3px 3px;
2931 -moz-border-radius: 0 0 3px 3px;
2932 border-radius: 0 0 3px 3px;
2933 -webkit-background-clip: padding-box;
2934 -moz-background-clip: padding-box;
2935 background-clip: padding-box;
2936}
2937.popover-content p, .popover-content ul, .popover-content ol {
2938 margin-bottom: 0;
2939}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302940
Rushabh Mehtad0251332012-02-21 17:26:50 +05302941/*
Rushabh Mehta2886b952012-02-24 11:26:31 +05302942 * lib/css/bootstrap/label.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302943 */
2944.label {
Rushabh Mehta2886b952012-02-24 11:26:31 +05302945 padding: 2px 4px 3px;
2946 font-size: 11.049999999999999px;
2947 font-weight: bold;
2948 color: #ffffff;
2949 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2950 background-color: #999999;
2951 -webkit-border-radius: 3px;
2952 -moz-border-radius: 3px;
2953 border-radius: 3px;
2954}
2955.label:hover {
2956 color: #ffffff;
2957 text-decoration: none;
2958}
2959.label-important {
2960 background-color: #b94a48;
2961}
2962.label-important:hover {
2963 background-color: #953b39;
2964}
2965.label-warning {
2966 background-color: #f89406;
2967}
2968.label-warning:hover {
2969 background-color: #c67605;
2970}
2971.label-success {
2972 background-color: #468847;
2973}
2974.label-success:hover {
2975 background-color: #356635;
2976}
2977.label-info {
2978 background-color: #3a87ad;
2979}
2980.label-info:hover {
2981 background-color: #2d6987;
2982}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302983
Rushabh Mehta2886b952012-02-24 11:26:31 +05302984/*
2985 * lib/css/bootstrap/icons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302986 */
2987[class^="icon-"], [class*=" icon-"] {
Rushabh Mehta2886b952012-02-24 11:26:31 +05302988 display: inline-block;
2989 width: 14px;
2990 height: 14px;
2991 line-height: 14px;
2992 vertical-align: text-top;
2993 background-image: url("../lib/images/icons/glyphicons-halflings.png");
2994 background-position: 14px 14px;
2995 background-repeat: no-repeat;
2996 *margin-right: .3em;
2997}
2998[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
2999 *margin-left: 0;
3000}
3001.icon-white {
3002 background-image: url("../lib/images/icons/glyphicons-halflings-white.png");
3003}
3004.icon-glass {
3005 background-position: 0 0;
3006}
3007.icon-music {
3008 background-position: -24px 0;
3009}
3010.icon-search {
3011 background-position: -48px 0;
3012}
3013.icon-envelope {
3014 background-position: -72px 0;
3015}
3016.icon-heart {
3017 background-position: -96px 0;
3018}
3019.icon-star {
3020 background-position: -120px 0;
3021}
3022.icon-star-empty {
3023 background-position: -144px 0;
3024}
3025.icon-user {
3026 background-position: -168px 0;
3027}
3028.icon-film {
3029 background-position: -192px 0;
3030}
3031.icon-th-large {
3032 background-position: -216px 0;
3033}
3034.icon-th {
3035 background-position: -240px 0;
3036}
3037.icon-th-list {
3038 background-position: -264px 0;
3039}
3040.icon-ok {
3041 background-position: -288px 0;
3042}
3043.icon-remove {
3044 background-position: -312px 0;
3045}
3046.icon-zoom-in {
3047 background-position: -336px 0;
3048}
3049.icon-zoom-out {
3050 background-position: -360px 0;
3051}
3052.icon-off {
3053 background-position: -384px 0;
3054}
3055.icon-signal {
3056 background-position: -408px 0;
3057}
3058.icon-cog {
3059 background-position: -432px 0;
3060}
3061.icon-trash {
3062 background-position: -456px 0;
3063}
3064.icon-home {
3065 background-position: 0 -24px;
3066}
3067.icon-file {
3068 background-position: -24px -24px;
3069}
3070.icon-time {
3071 background-position: -48px -24px;
3072}
3073.icon-road {
3074 background-position: -72px -24px;
3075}
3076.icon-download-alt {
3077 background-position: -96px -24px;
3078}
3079.icon-download {
3080 background-position: -120px -24px;
3081}
3082.icon-upload {
3083 background-position: -144px -24px;
3084}
3085.icon-inbox {
3086 background-position: -168px -24px;
3087}
3088.icon-play-circle {
3089 background-position: -192px -24px;
3090}
3091.icon-repeat {
3092 background-position: -216px -24px;
3093}
3094.icon-refresh {
3095 background-position: -240px -24px;
3096}
3097.icon-list-alt {
3098 background-position: -264px -24px;
3099}
3100.icon-lock {
3101 background-position: -287px -24px;
3102}
3103.icon-flag {
3104 background-position: -312px -24px;
3105}
3106.icon-headphones {
3107 background-position: -336px -24px;
3108}
3109.icon-volume-off {
3110 background-position: -360px -24px;
3111}
3112.icon-volume-down {
3113 background-position: -384px -24px;
3114}
3115.icon-volume-up {
3116 background-position: -408px -24px;
3117}
3118.icon-qrcode {
3119 background-position: -432px -24px;
3120}
3121.icon-barcode {
3122 background-position: -456px -24px;
3123}
3124.icon-tag {
3125 background-position: 0 -48px;
3126}
3127.icon-tags {
3128 background-position: -25px -48px;
3129}
3130.icon-book {
3131 background-position: -48px -48px;
3132}
3133.icon-bookmark {
3134 background-position: -72px -48px;
3135}
3136.icon-print {
3137 background-position: -96px -48px;
3138}
3139.icon-camera {
3140 background-position: -120px -48px;
3141}
3142.icon-font {
3143 background-position: -144px -48px;
3144}
3145.icon-bold {
3146 background-position: -167px -48px;
3147}
3148.icon-italic {
3149 background-position: -192px -48px;
3150}
3151.icon-text-height {
3152 background-position: -216px -48px;
3153}
3154.icon-text-width {
3155 background-position: -240px -48px;
3156}
3157.icon-align-left {
3158 background-position: -264px -48px;
3159}
3160.icon-align-center {
3161 background-position: -288px -48px;
3162}
3163.icon-align-right {
3164 background-position: -312px -48px;
3165}
3166.icon-align-justify {
3167 background-position: -336px -48px;
3168}
3169.icon-list {
3170 background-position: -360px -48px;
3171}
3172.icon-indent-left {
3173 background-position: -384px -48px;
3174}
3175.icon-indent-right {
3176 background-position: -408px -48px;
3177}
3178.icon-facetime-video {
3179 background-position: -432px -48px;
3180}
3181.icon-picture {
3182 background-position: -456px -48px;
3183}
3184.icon-pencil {
3185 background-position: 0 -72px;
3186}
3187.icon-map-marker {
3188 background-position: -24px -72px;
3189}
3190.icon-adjust {
3191 background-position: -48px -72px;
3192}
3193.icon-tint {
3194 background-position: -72px -72px;
3195}
3196.icon-edit {
3197 background-position: -96px -72px;
3198}
3199.icon-share {
3200 background-position: -120px -72px;
3201}
3202.icon-check {
3203 background-position: -144px -72px;
3204}
3205.icon-move {
3206 background-position: -168px -72px;
3207}
3208.icon-step-backward {
3209 background-position: -192px -72px;
3210}
3211.icon-fast-backward {
3212 background-position: -216px -72px;
3213}
3214.icon-backward {
3215 background-position: -240px -72px;
3216}
3217.icon-play {
3218 background-position: -264px -72px;
3219}
3220.icon-pause {
3221 background-position: -288px -72px;
3222}
3223.icon-stop {
3224 background-position: -312px -72px;
3225}
3226.icon-forward {
3227 background-position: -336px -72px;
3228}
3229.icon-fast-forward {
3230 background-position: -360px -72px;
3231}
3232.icon-step-forward {
3233 background-position: -384px -72px;
3234}
3235.icon-eject {
3236 background-position: -408px -72px;
3237}
3238.icon-chevron-left {
3239 background-position: -432px -72px;
3240}
3241.icon-chevron-right {
3242 background-position: -456px -72px;
3243}
3244.icon-plus-sign {
3245 background-position: 0 -96px;
3246}
3247.icon-minus-sign {
3248 background-position: -24px -96px;
3249}
3250.icon-remove-sign {
3251 background-position: -48px -96px;
3252}
3253.icon-ok-sign {
3254 background-position: -72px -96px;
3255}
3256.icon-question-sign {
3257 background-position: -96px -96px;
3258}
3259.icon-info-sign {
3260 background-position: -120px -96px;
3261}
3262.icon-screenshot {
3263 background-position: -144px -96px;
3264}
3265.icon-remove-circle {
3266 background-position: -168px -96px;
3267}
3268.icon-ok-circle {
3269 background-position: -192px -96px;
3270}
3271.icon-ban-circle {
3272 background-position: -216px -96px;
3273}
3274.icon-arrow-left {
3275 background-position: -240px -96px;
3276}
3277.icon-arrow-right {
3278 background-position: -264px -96px;
3279}
3280.icon-arrow-up {
3281 background-position: -289px -96px;
3282}
3283.icon-arrow-down {
3284 background-position: -312px -96px;
3285}
3286.icon-share-alt {
3287 background-position: -336px -96px;
3288}
3289.icon-resize-full {
3290 background-position: -360px -96px;
3291}
3292.icon-resize-small {
3293 background-position: -384px -96px;
3294}
3295.icon-plus {
3296 background-position: -408px -96px;
3297}
3298.icon-minus {
3299 background-position: -433px -96px;
3300}
3301.icon-asterisk {
3302 background-position: -456px -96px;
3303}
3304.icon-exclamation-sign {
3305 background-position: 0 -120px;
3306}
3307.icon-gift {
3308 background-position: -24px -120px;
3309}
3310.icon-leaf {
3311 background-position: -48px -120px;
3312}
3313.icon-fire {
3314 background-position: -72px -120px;
3315}
3316.icon-eye-open {
3317 background-position: -96px -120px;
3318}
3319.icon-eye-close {
3320 background-position: -120px -120px;
3321}
3322.icon-warning-sign {
3323 background-position: -144px -120px;
3324}
3325.icon-plane {
3326 background-position: -168px -120px;
3327}
3328.icon-calendar {
3329 background-position: -192px -120px;
3330}
3331.icon-random {
3332 background-position: -216px -120px;
3333}
3334.icon-comment {
3335 background-position: -240px -120px;
3336}
3337.icon-magnet {
3338 background-position: -264px -120px;
3339}
3340.icon-chevron-up {
3341 background-position: -288px -120px;
3342}
3343.icon-chevron-down {
3344 background-position: -313px -119px;
3345}
3346.icon-retweet {
3347 background-position: -336px -120px;
3348}
3349.icon-shopping-cart {
3350 background-position: -360px -120px;
3351}
3352.icon-folder-close {
3353 background-position: -384px -120px;
3354}
3355.icon-folder-open {
3356 background-position: -408px -120px;
3357}
3358.icon-resize-vertical {
3359 background-position: -432px -119px;
3360}
3361.icon-resize-horizontal {
3362 background-position: -456px -118px;
3363}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303364
Rushabh Mehta2886b952012-02-24 11:26:31 +05303365/*
Rushabh Mehtad48417c2012-03-19 18:42:13 +05303366 * lib/css/bootstrap/popover.css
3367 */
3368.popover {
3369 position: absolute;
3370 top: 0;
3371 left: 0;
3372 z-index: 1010;
3373 display: none;
3374 padding: 5px;
3375}
3376.popover.top {
3377 margin-top: -5px;
3378}
3379.popover.right {
3380 margin-left: 5px;
3381}
3382.popover.bottom {
3383 margin-top: 5px;
3384}
3385.popover.left {
3386 margin-left: -5px;
3387}
3388.popover.top .arrow {
3389 bottom: 0;
3390 left: 50%;
3391 margin-left: -5px;
3392 border-left: 5px solid transparent;
3393 border-right: 5px solid transparent;
3394 border-top: 5px solid #000000;
3395}
3396.popover.right .arrow {
3397 top: 50%;
3398 left: 0;
3399 margin-top: -5px;
3400 border-top: 5px solid transparent;
3401 border-bottom: 5px solid transparent;
3402 border-right: 5px solid #000000;
3403}
3404.popover.bottom .arrow {
3405 top: 0;
3406 left: 50%;
3407 margin-left: -5px;
3408 border-left: 5px solid transparent;
3409 border-right: 5px solid transparent;
3410 border-bottom: 5px solid #000000;
3411}
3412.popover.left .arrow {
3413 top: 50%;
3414 right: 0;
3415 margin-top: -5px;
3416 border-top: 5px solid transparent;
3417 border-bottom: 5px solid transparent;
3418 border-left: 5px solid #000000;
3419}
3420.popover .arrow {
3421 position: absolute;
3422 width: 0;
3423 height: 0;
3424}
3425.popover-inner {
3426 padding: 3px;
3427 width: 280px;
3428 overflow: hidden;
3429 background: #000000;
3430 background: rgba(0, 0, 0, 0.8);
3431 -webkit-border-radius: 6px;
3432 -moz-border-radius: 6px;
3433 border-radius: 6px;
3434 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3435 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3436 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3437}
3438.popover-title {
3439 padding: 9px 15px;
3440 line-height: 1;
3441 background-color: #f5f5f5;
3442 border-bottom: 1px solid #eee;
3443 -webkit-border-radius: 3px 3px 0 0;
3444 -moz-border-radius: 3px 3px 0 0;
3445 border-radius: 3px 3px 0 0;
3446}
3447.popover-content {
3448 padding: 14px;
3449 background-color: #ffffff;
3450 -webkit-border-radius: 0 0 3px 3px;
3451 -moz-border-radius: 0 0 3px 3px;
3452 border-radius: 0 0 3px 3px;
3453 -webkit-background-clip: padding-box;
3454 -moz-background-clip: padding-box;
3455 background-clip: padding-box;
3456}
3457.popover-content p, .popover-content ul, .popover-content ol {
3458 margin-bottom: 0;
3459}
3460
3461/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303462 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303463 */
3464h1, h2, h3, h4, h5 {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05303465 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303466 font-weight: bold;
3467}
3468
3469body {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05303470 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehta983a1712012-03-21 13:35:34 +05303471 font-size: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303472}
3473
3474span, div, td, input, textarea, button, select {
3475 font-family: inherit;
3476}
3477
3478body {
Rushabh Mehta7af1c882012-03-22 11:59:46 +05303479 background: url(../images/redbeech.jpg) repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303480}
3481
Rushabh Mehta983a1712012-03-21 13:35:34 +05303482.small {
3483 font-size: 11.5px;
3484}
3485
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303486.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05303487 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303488 text-align: center;
3489}
3490
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303491.module-icons {
3492 background: url(../images/module-icons.png) no-repeat top left;
3493 width:16px;
3494 height:16px;
3495}
3496
3497.module-icons-accounts{ background-position: 0 0; }
3498.module-icons-analysis{ background-position: 0 -66px; }
3499.module-icons-buying{ background-position: 0 -132px; }
3500.module-icons-home{ background-position: 0 -198px; }
3501.module-icons-hr{ background-position: 0 -264px; }
3502.module-icons-people{ background-position: 0 -330px; }
3503.module-icons-production{ background-position: 0 -396px; }
3504.module-icons-projects{ background-position: 0 -462px; }
3505.module-icons-selling{ background-position: 0 -528px; }
3506.module-icons-setup{ background-position: 0 -594px; }
3507.module-icons-stock{ background-position: 0 -660px; }
Anand Doshic3023be2012-02-20 16:31:55 +05303508.module-icons-support{ background-position: 0 -726px; }
3509
Anand Doshidb628762012-02-24 17:56:00 +05303510.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05303511 margin: -3px 0px;
3512 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05303513 min-width: 20px;
3514 text-align: center;
3515 display: inline-block;
3516 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303517 color: #999999;
3518 background-color: #333131;
3519}
3520
3521.navbar-new-comments:hover,
3522.navbar-new-comments:active,
3523.navbar-new-comments:focus {
3524 color: #fff;
3525}
3526
3527
3528.navbar-new-comments-true {
3529 color: #fff;
3530 background-color: #B00D07;
3531}
3532
3533.navbar-icon-home {
3534 vertical-align: middle;
3535 opacity:0.4;
3536 Filter:alpha(opacity=40); /* For IE8 and earlier */
3537}
3538
3539.navbar-icon-home:hover,
3540.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05303541.navbar-icon-home:active,
3542.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303543 opacity:1;
3544 Filter:alpha(opacity=100); /* For IE8 and earlier */
3545}
3546
3547/*extra size menus for recent*/
3548.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
3549 min-width: 160px !important;
3550 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05303551}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303552