blob: 196d450e52621ead437414d1cef68f93573712ab [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 Mehtab43f9492012-04-08 20:33:51 +0530326.breadcrumbs-area {
327 margin-bottom: 8px;
328}
329
330.breadcrumbs {
331 background-color: #e8e8e8;
332 padding: 3px;
333 border-radius: 3px;
334}
335
336.breadcrumbs a {
337 color: #000000;
338}
339
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530340div.form-section-head {
Rushabh Mehta38474e22012-03-13 16:11:52 +0530341 margin: 11px 0px 3px 0px;
342 border-top: 1px solid #ccc;
343 padding-top: 11px;
344}
345
346div.form-layout-row:first-child .form-section-head {
347 border-top: 0px solid #ccc !important;
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530348}
349
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530350div.form-section-head h3 {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530351 line-height: 20px;
352}
353
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530354div.form-section-head hr {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530355 margin: 9px 0px;
356}
357
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530358
359div.frm_print_wrapper {
360 background-color:#FFF;
361 border:1px solid #444;
362 padding: 40px;
363
364 box-shadow:1px 1px 8px #229;
365 -moz-box-shadow: 1px 1px 8px #229;
366 -webkit-box-shadow: 1px 1px 8px #229;
367}
368
369div.page_break {
370 margin: 24px 0px;
371 border-top: 1px dashed #888;
372}
373
374div.grid_tbarlinks {
375 border-bottom: 0px;
376 background-color: #CCC;
377 padding: 4px 4px 2px 4px;
Rushabh Mehtaa2713f82012-02-17 14:04:55 +0530378 width: 190px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530379 float: right;
380
381 -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
382 -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
383}
384
385
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530386div.dialog_frm {
387 position: relative;
388 margin: 10px;
389}
390
391
392
393/*------------------*/
394
395.top_cell {
396 height: 50px;
397}
398
399div.attach_area {
400 padding: 8px;
401 margin: 8px;
402 background-color: #EEE;
403}
404
405div.attach_area table {
406 width: 100%;
407}
408
409.tablabel_normal {
410 margin: 0 4px 0 0;
411 padding: 3px 5px;
412 line-height: 1.3em;
413 display: inline;
414 cursor: pointer;
415}
416
417.tablabel_selected {
418 margin: 0 4px 0 0;
419 padding: 3px 5px;
420 line-height: 1.3em;
421 font-weight: bold;
422 display: inline;
423 cursor: pointer;
424 color: #000;
425}
426
427.scrollhead_wrapper {
428 position: absolute;
429 z-index: 1;
430 height: 30px;
431}
432
433.treeimg {
434 cursor: pointer;
435 margin-right: 3px;
436}
437
438
439.sectionCell {
440 padding: 5px;
441 vertical-align: top;
442}
443
444.code_area {
445 width: 80%;
446 margin: 8px;
447 padding: 4px;
448 background-color: #F8F8F8;
449 border: 1px solid #CCC;
450 overflow-x: auto;
451}
452
453.code_text {
454 width: 100%;
455 height: 360px;
456 margin-top: 3px;
457 font-family: Courier, Fixed;
458 font-size: 12px;
459}
460
461div.time_field select{
462 display: inline;
463 margin: 2px;
464 width: 45px;
465}
466
467/* Documents */
468
469.frm_field_table {
470 width: 100%;
471 border-collapse: collapse;
472}
473
474.datalabelcell {
475 padding: 2px 0px;
476 width: 160px;
477 vertical-align: top;
478}
479.datainputcell { padding: 2px 0px; }
480
481
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530482.help ol {
483 padding-left: 19px;
484}
485
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530486.field_description_top {
487 margin-bottom: 3px;
488}
489
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530490.input_area input, select, textarea {
491 font-size: 14px;
492 padding: 2px;
493}
494
495.input_area input {
496 width: 80%;
497 margin: 0px;
498}
499.input_area select {
500 width: 80%;
501}
502.input_area textarea {
503 width: 90%;
504}
505
506.disp_area {
507 width: 80%;
508 padding: 2px 0px;
509 font-size: 12px;
510}
511.disp_area_no_val {
512 height: 14px;
513}
514
515.no_img {
516 padding: 40px;
517 width: 100px;
518 height: 20px;
519 color: #888;
520 text-align: center;
521 border: 1px solid #AAA;
522}
523
524.input-mandatory {
525 font-size: 14px !important;
526 font-weight: bold;
527}
528
529.field-to-update {
530 background-color:#FEE;
531}
532
533/* sidebar */
534
535div.sidebar-comment-wrapper input {
536 width: 50%;
537}
538div.sidebar-comment-message {
539 margin-top: 8px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530540 color: #777;
541}
542
543div.sidebar-comment-text {
544 font-size: 12px;
545 font-weight: bold;
546 margin-top: 8px;
547 color: #444;
548}
549div.sidebar-comment-info {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530550 color: #777;
551}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530552
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530553/*
554 * lib/css/legacy/grid.css
555 */
556
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530557
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530558/* Grid */
559
560
561/* --- Simple --- */
562.grid_wrapper_simple {
563 width: 100%;
564 margin-bottom: 8px;
565 border: 1px solid #AA9;
566}
567
568.grid_head_wrapper_simple {
569 padding: 0px;
570 border-bottom: 2px solid #AAA;
571}
572
573.grid_head_wrapper_simple td {
574 border-right: 1px solid #AA9;
575}
576
577.grid_head_wrapper_simple td div {
578 padding: 2px;
579}
580
581.grid_tab_wrapper_simple {
582}
583
584.grid_cell_simple {
585 padding: 2px;
586 background-color: #fff;
587 border-right: 1px solid #AA9;
588}
589
590
591/* --- Normal --- */
592.grid_wrapper {
593 position: relative;
594 overflow: auto;
595 border: 1px solid #AAA;
596 width: 100%;
597 margin-bottom: 8px;
598 background-color: #fff;
599}
600
601.grid_tab_wrapper {
602 position: absolute;
603 top: 40px;
604 border-bottom: 1px solid #DDD;
605}
606
607.grid_table, .grid_head_table {
608 table-layout: fixed;
609 border-collapse: collapse;
610 /*width: 100%;*/
611}
612
613.grid_cell {
614 border-right: 1px solid #ddd;
615 padding: 0px;
616 background-color: #fff;
617}
618
619.grid_head_wrapper {
620 position: absolute;
621 z-index: 1;
622 height: 40px;
623 padding: 0px;
624 overflow: hidden;
625 /*background-color: #fff;*/
626}
627
628.grid_head_table td {
629 background-color: #EEE;
630 border-right: 1px solid #AAA;
631 border-bottom: 1px solid #AAA;
632 height: 40px;
633 padding: 0px;
634}
635
636.grid_head_table td div {
637 color: #222;
638 font-weight: bold;
639 overflow: hidden;
640 padding: 2px 0px;
641 text-align: center;
642}
643
644.grid_selector {
645 padding: 1px;
646 border-right: 1px solid #DDD;
647 width: 20px;
648 background-color: #fff;
649}
650
651.grid_cell_div {
652 padding: 2px;
653 cursor: pointer;
654 overflow: hidden;
655 border: 2px solid #FFF;
656}
657
658.grid_cell_div_selected {
659 border: 2px solid #88f;
660}
661
662.grid_cell_div input, .grid_cell_div select, .grid_cell_div div input {
663 margin: 0px;
664 border: 0px;
665 width: 100%;
666 margin: 0px;
667 }
668
669.grid_cell_div textarea {
670 border: 3px solid #abf;
671 height:200px;
672 width: 300px;
673 z-index: 10;
674 position:absolute;
675}
676
677.gridDivSelected option { border: 0px; }
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530678
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530679/*
680 * lib/css/legacy/listing.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530681 */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530682
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530683
684/* SRS */
685
686table.srs_result_tab {
687 border: 2px solid #AAA;
688 border-collapse: collapse;
689}
690
691/* firefox bug fix for disappering borders */
692table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div {
693 position: static;
694}
695
696table.srs_result_tab td {
697 padding: 3px 2px;
698 position: static;
699}
700
701div.srs_body_area {
702}
703
704div.srs_results_area {
705}
706
707div.srs_filter_wrapper {
708 border: 1px solid #CCF;
709
710 background-color: #EEF;
711 margin:0px 0px 8px 0px;
712
713 -moz-border-radius: 5px;
714 -webkit-border-radius: 5px;
715 border-radius: 5px;
716}
717
718div.srs_filter_area {
719 padding: 8px;
720}
721
722div.srs_filter_area td {
723 vertical-align: middle;
724}
725
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530726/*
727 * lib/css/legacy/report.css
728 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530729
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530730/* Reports */
731
732div.report_grid_area {
733 position: relative;
734 padding: 8px;
735}
736
737
738div.report_tab {
739 border: 1px solid #AAA;
740 position: relative;
741 overflow: auto;
742}
743
744div.report_no_data {
745 padding: 8px;
746 background-color: #EEE;
747 border: 1px solid #DDD;
748 position: absolute;
749 margin-left: 40%;
750 margin-top: 50px;
751 display: none;
752}
753
754div.report_htitle {
755 float: left;
756 padding: 2px;
757 font-size: 14px;
758 font-weight: bold;
759 margin-left: 4px;
760 color: #665;
761 /*font-weight: bold;*/
762}
763
764div.report_tbar {
765 background-color: #EEF;
766 border: 1px solid #CCF;
767 border-bottom: 0px;
768 height: 28px;
769}
770
771div.report_tbar table{
772 width: 100%;
773}
774div.report_tbar table td {
775
776}
777div.report_tbar table td div {
778 position: relative;
779}
780div.report_tbar button, div.report_tbar select, div.report_tbar img {
781 font-size: 11px;
782 margin: 0px;
783}
784
785div.report_head_wrapper {
786 position: absolute;
787 height: 24px;
788 top: 0px;
789 z-index: 1;
790}
791
792div.report_tab_wrapper {
793 position: absolute;
794 border-bottom: 1px solid #AAA;
795 border-top: 1px solid #AAA;
796}
797
798div.report_tab_wrapper table, div.report_head_wrapper table {
799 table-layout: fixed;
800 border-collapse: collapse;
801 /*width: 100%;*/
802}
803
804div.report_tab_wrapper table td, div.report_head_wrapper table td {
805 border-left: 1px solid #AAA;
806 border-right: 1px solid #AAA;
807 border-bottom: 1px solid #AAA;
808 overflow: hidden;
809 padding: 0px;
810}
811
812div.report_tab_wrapper table td div, div.report_head_wrapper table td div {
813 padding: 3px;
814 overflow: hidden;
815}
816
817.report_head_cell {
818 background-color: #EEE;
819 border-bottom: 1px solid #AA9;
820 text-align: center;
821 font-weight: bold;
822}
823.report_head_cell div {
824 color:#222;
825 height: 18px;
826}
827
828
829/* FINDER */
830
831div.finder_wrapper {
832}
833
834div.finder_body_area {
835 margin: 16px;
836}
837
838div.finder_body {
839 display: none;
840}
841
842div.finder_advanced_area table {
843 width: 80%;
844}
845
846div.finder_advanced_area textarea {
847 width: 80%;
848}
849
850div.finder_filter_area {
851 position: relative;
852}
853
854div.filter_head {
855 font-size: 14px;
856 margin-bottom: 2px;
857}
858div.filter_dt_head {
859 font-size: 14px;
860 font-weight: bold;
861 margin-bottom: 2px;
862}
863table.filter_tab {
864 width: 96%;
865 border-collapse: collapse;
866}
867
868table.filter_tab td {
869 width: 50%;
870}
871
872div.finder_picker_area {
873
874}
875div.builder_field {
876 margin: 0px;
877}
878div.builder_dt_head {
879 font-size: 14px;
880 font-weight: bold;
881 margin-bottom: 2px;
882}
883
884div.builder_field table {
885 width: 90%;
886 border-collapse: collapse;
887}
888
889div.builder_label {
890 height: 20px;
891}
892
893div.builder_head {
894 font-size: 16px;
895 font-weight: bold;
896 color: #AB6;
897}
898
899table.builder_tab {
900 width: 96%;
901 border-collapse: collapse;
902}
903
904table.builder_tab td {
905 width: 33%;
906 padding: 2px;
907}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530908
909/*
910 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530911 */
912/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530913
914div.dialog_wrapper {
915 position: absolute;
916 width: 440px;
917 display: none;
918 z-index: 90;
919 background-color: #FFF;
920 border: 3px solid #222;
921 box-shadow:1px 1px 5px #777;
922 -moz-box-shadow: 1px 1px 5px #777;
923 -webkit-box-shadow: 1px 1px 5px #777;
924
925 border-radius: 5px;
926 -moz-border-radius: 5px;
927 -webkit-border-radius: 5px;
928}
929
930div.dialog_head {
931 height: 22px;
932 padding: 4px;
933 background-color: #222;
934 color: #FFF;
935}
936
937div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530938 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530939 border-radius: 5px;
940 -moz-border-radius: 5px;
941 -webkit-border-radius: 5px;
942}
943
944div.dialog_back {
945 position: fixed;
946 display: none;
947 top: 0px;
948 left: 0px;
949 bottom: 0px;
950 right: 0px;
951 background-color: #EEE;
952 opacity: 0.6;
953 z-index: 50;
954 text-align: center;
955}
956
957div.dialog_message {
958 display: none;
959 position: absolute;
960 width: 250px;
961 font-size: 12px;
962 z-index: 91;
963 background-color:#FFF;
964 padding: 12px;
965 border: 1px solid #444;
966}
967
968div.dialog_row {
969 padding: 8px 8px 0px 8px;
970}
971
972div.dialog_row table {
973 width: 100%;
974}
975
976div.dialog_row table td {
977}
978
979div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
980 width: 80%;
981 font-size: 14px;
982}
983
984div.dialog_row table td textarea {
985 width: 80%;
986 height: 200px;
987 font-size: 12px;
988}
989
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530990
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530991/*
992 * lib/css/legacy/tabs.css
993 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530994
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530995/******* TABS ********/
996
997div.box_label_wrapper {
998 border-bottom: 6px solid #777;
999}
1000
1001div.box_label_body {
1002 height: 22px;
1003}
1004
1005ul.box_tabs {
1006 margin: 0px;
1007 padding: 0px;
1008 list-style: none;
1009}
1010
1011ul.box_tabs li {
1012 height: 22px;
1013 float:left;
1014 font-size: 12px;
1015 text-decoration: underline;
1016
1017 background-color: #DDD;
1018
1019 margin:0;
1020 margin-left: 4px;
1021 padding:0 0 0 9px;
1022 cursor: pointer;
1023}
1024
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301025ul.box_tabs li a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301026 display:block;
1027 padding:3px 15px 3px 6px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301028 text-decoration: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301029}
1030
1031ul.box_tabs li.box_tab_mouseover {
1032 background-color: #BBB;
1033}
1034
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301035ul.box_tabs li.box_tab_selected {
1036 background-color: #777;
1037
1038 background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
1039 background: -moz-linear-gradient(top, #999, #777);
1040
1041 color: #FFF;
1042 font-weight:bold;
1043
1044}
1045ul.box_tabs li.box_tab_selected a {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301046 color: #fff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301047}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301048
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301049/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301050 * lib/css/legacy/sidebar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301051 */
1052div.psidebar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301053}
1054
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301055div.psidebar div.head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301056 font-size: 14px;
1057 font-weight: bold;
1058 color: #555;
1059 margin-bottom: 12px;
1060}
1061
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301062div.psidebar div.section {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301063 margin-bottom: 11px;
1064 overflow: hidden;
1065}
1066
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301067div.psidebar div.section-head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301068 padding: 5px 11px;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +05301069 border-bottom: 1px solid #aaa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301070}
1071
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301072div.psidebar div.section-body {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301073 margin: 7px 11px 11px 11px;
1074}
1075
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301076div.psidebar div.section-item {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301077 margin-bottom: 7px;
1078}
1079
Rushabh Mehtad0251332012-02-21 17:26:50 +05301080div.psidebar div.section-item, div.psidebar .section-link {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301081 color: #666;
1082}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301083
1084/*
1085 * lib/css/Aristo/aristo.selected.css
1086 */
1087/*
1088 * jQuery UI CSS Framework 1.8.7
1089 *
1090 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1091 * Dual licensed under the MIT or GPL Version 2 licenses.
1092 * http://jquery.org/license
1093 *
1094 * http://docs.jquery.com/UI/Theming/API
1095 */
1096
1097/* Layout helpers
1098----------------------------------*/
1099.ui-helper-hidden { display: none; }
1100.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1101.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
1102.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
1103.ui-helper-clearfix { display: inline-block; }
1104/* required comment for clearfix to work in Opera \*/
1105* html .ui-helper-clearfix { height:1%; }
1106.ui-helper-clearfix { display:block; }
1107/* end clearfix */
1108.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
1109
1110
1111/* Interaction Cues
1112----------------------------------*/
1113.ui-state-disabled { cursor: default !important; }
1114
1115
1116/* Icons
1117----------------------------------*/
1118
1119/* states and images */
1120.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
1121
1122
1123/* Misc visuals
1124----------------------------------*/
1125
1126/* Overlays */
1127.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
1128
1129
1130/*
1131 * jQuery UI CSS Framework 1.8.7
1132 *
1133 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1134 * Dual licensed under the MIT or GPL Version 2 licenses.
1135 * http://jquery.org/license
1136 *
1137 * http://docs.jquery.com/UI/Theming/API
1138 *
1139 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
1140 */
1141
1142
1143/* Component containers
1144----------------------------------*/
1145.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
1146.ui-widget .ui-widget { font-size: 1em; }
1147.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
1148.ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; }
1149.ui-widget-content a { color: #4F4F4F; }
1150.ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; }
1151.ui-widget-header {
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}
1160.ui-widget-header a { color: #4F4F4F; }
1161
1162/* Interaction states
1163----------------------------------*/
1164.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; font-weight: normal; color: #4F4F4F; }
1165.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
1166 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1167 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1168 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1169 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1170 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1171 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1172 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1173 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1174 -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1175 box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1176}
1177.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; text-decoration: none; }
1178.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; }
1179.ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; }
1180.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
1181 outline: none;
1182 color: #1c4257; border: 1px solid #7096ab;
1183 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
1184 background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
1185 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
1186 background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
1187 background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
1188 background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
1189 background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
1190 -webkit-box-shadow: none;
1191 -moz-box-shadow: none;
1192 box-shadow: none;
1193}
1194.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; text-decoration: none; }
1195.ui-widget :active { outline: none; }
1196
1197/* Interaction Cues
1198----------------------------------*/
1199.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; }
1200.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
1201.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; }
1202.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
1203.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
1204.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
1205.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
1206.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
1207
1208/* Icons
1209----------------------------------*/
1210
1211/* states and images */
1212.ui-icon { width: 16px; height: 16px; background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1213.ui-widget-content .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1214.ui-widget-header .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1215.ui-state-default .ui-icon { background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1216.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1217.ui-state-active .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1218.ui-state-highlight .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1219.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; }
1220.ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; }
1221
1222/* positioning */
1223.ui-icon-carat-1-n { background-position: 0 0; }
1224.ui-icon-carat-1-ne { background-position: -16px 0; }
1225.ui-icon-carat-1-e { background-position: -32px 0; }
1226.ui-icon-carat-1-se { background-position: -48px 0; }
1227.ui-icon-carat-1-s { background-position: -64px 0; }
1228.ui-icon-carat-1-sw { background-position: -80px 0; }
1229.ui-icon-carat-1-w { background-position: -96px 0; }
1230.ui-icon-carat-1-nw { background-position: -112px 0; }
1231.ui-icon-carat-2-n-s { background-position: -128px 0; }
1232.ui-icon-carat-2-e-w { background-position: -144px 0; }
1233.ui-icon-triangle-1-n { background-position: 0 -16px; }
1234.ui-icon-triangle-1-ne { background-position: -16px -16px; }
1235.ui-icon-triangle-1-e { background-position: -32px -16px; }
1236.ui-icon-triangle-1-se { background-position: -48px -16px; }
1237.ui-icon-triangle-1-s { background-position: -64px -16px; }
1238.ui-icon-triangle-1-sw { background-position: -80px -16px; }
1239.ui-icon-triangle-1-w { background-position: -96px -16px; }
1240.ui-icon-triangle-1-nw { background-position: -112px -16px; }
1241.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1242.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1243.ui-icon-arrow-1-n { background-position: 0 -32px; }
1244.ui-icon-arrow-1-ne { background-position: -16px -32px; }
1245.ui-icon-arrow-1-e { background-position: -32px -32px; }
1246.ui-icon-arrow-1-se { background-position: -48px -32px; }
1247.ui-icon-arrow-1-s { background-position: -64px -32px; }
1248.ui-icon-arrow-1-sw { background-position: -80px -32px; }
1249.ui-icon-arrow-1-w { background-position: -96px -32px; }
1250.ui-icon-arrow-1-nw { background-position: -112px -32px; }
1251.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1252.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1253.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1254.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1255.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1256.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1257.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1258.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1259.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
1260.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1261.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1262.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1263.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1264.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1265.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1266.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1267.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1268.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1269.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1270.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1271.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1272.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1273.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1274.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1275.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1276.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1277.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1278.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1279.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1280.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1281.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1282.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1283.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1284.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1285.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1286.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1287.ui-icon-arrow-4 { background-position: 0 -80px; }
1288.ui-icon-arrow-4-diag { background-position: -16px -80px; }
1289.ui-icon-extlink { background-position: -32px -80px; }
1290.ui-icon-newwin { background-position: -48px -80px; }
1291.ui-icon-refresh { background-position: -64px -80px; }
1292.ui-icon-shuffle { background-position: -80px -80px; }
1293.ui-icon-transfer-e-w { background-position: -96px -80px; }
1294.ui-icon-transferthick-e-w { background-position: -112px -80px; }
1295.ui-icon-folder-collapsed { background-position: 0 -96px; }
1296.ui-icon-folder-open { background-position: -16px -96px; }
1297.ui-icon-document { background-position: -32px -96px; }
1298.ui-icon-document-b { background-position: -48px -96px; }
1299.ui-icon-note { background-position: -64px -96px; }
1300.ui-icon-mail-closed { background-position: -80px -96px; }
1301.ui-icon-mail-open { background-position: -96px -96px; }
1302.ui-icon-suitcase { background-position: -112px -96px; }
1303.ui-icon-comment { background-position: -128px -96px; }
1304.ui-icon-person { background-position: -144px -96px; }
1305.ui-icon-print { background-position: -160px -96px; }
1306.ui-icon-trash { background-position: -176px -96px; }
1307.ui-icon-locked { background-position: -192px -96px; }
1308.ui-icon-unlocked { background-position: -208px -96px; }
1309.ui-icon-bookmark { background-position: -224px -96px; }
1310.ui-icon-tag { background-position: -240px -96px; }
1311.ui-icon-home { background-position: 0 -112px; }
1312.ui-icon-flag { background-position: -16px -112px; }
1313.ui-icon-calendar { background-position: -32px -112px; }
1314.ui-icon-cart { background-position: -48px -112px; }
1315.ui-icon-pencil { background-position: -64px -112px; }
1316.ui-icon-clock { background-position: -80px -112px; }
1317.ui-icon-disk { background-position: -96px -112px; }
1318.ui-icon-calculator { background-position: -112px -112px; }
1319.ui-icon-zoomin { background-position: -128px -112px; }
1320.ui-icon-zoomout { background-position: -144px -112px; }
1321.ui-icon-search { background-position: -160px -112px; }
1322.ui-icon-wrench { background-position: -176px -112px; }
1323.ui-icon-gear { background-position: -192px -112px; }
1324.ui-icon-heart { background-position: -208px -112px; }
1325.ui-icon-star { background-position: -224px -112px; }
1326.ui-icon-link { background-position: -240px -112px; }
1327.ui-icon-cancel { background-position: 0 -128px; }
1328.ui-icon-plus { background-position: -16px -128px; }
1329.ui-icon-plusthick { background-position: -32px -128px; }
1330.ui-icon-minus { background-position: -48px -128px; }
1331.ui-icon-minusthick { background-position: -64px -128px; }
1332.ui-icon-close { background-position: -80px -128px; }
1333.ui-icon-closethick { background-position: -96px -128px; }
1334.ui-icon-key { background-position: -112px -128px; }
1335.ui-icon-lightbulb { background-position: -128px -128px; }
1336.ui-icon-scissors { background-position: -144px -128px; }
1337.ui-icon-clipboard { background-position: -160px -128px; }
1338.ui-icon-copy { background-position: -176px -128px; }
1339.ui-icon-contact { background-position: -192px -128px; }
1340.ui-icon-image { background-position: -208px -128px; }
1341.ui-icon-video { background-position: -224px -128px; }
1342.ui-icon-script { background-position: -240px -128px; }
1343.ui-icon-alert { background-position: 0 -144px; }
1344.ui-icon-info { background: url(../lib/css/Aristo/images/icon_sprite.png) 0 0 no-repeat !important; }
1345.ui-icon-notice { background-position: -32px -144px; }
1346.ui-icon-help { background-position: -48px -144px; }
1347.ui-icon-check { background-position: -64px -144px; }
1348.ui-icon-bullet { background-position: -80px -144px; }
1349.ui-icon-radio-off { background-position: -96px -144px; }
1350.ui-icon-radio-on { background-position: -112px -144px; }
1351.ui-icon-pin-w { background-position: -128px -144px; }
1352.ui-icon-pin-s { background-position: -144px -144px; }
1353.ui-icon-play { background-position: 0 -160px; }
1354.ui-icon-pause { background-position: -16px -160px; }
1355.ui-icon-seek-next { background-position: -32px -160px; }
1356.ui-icon-seek-prev { background-position: -48px -160px; }
1357.ui-icon-seek-end { background-position: -64px -160px; }
1358.ui-icon-seek-start { background-position: -80px -160px; }
1359/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1360.ui-icon-seek-first { background-position: -80px -160px; }
1361.ui-icon-stop { background-position: -96px -160px; }
1362.ui-icon-eject { background-position: -112px -160px; }
1363.ui-icon-volume-off { background-position: -128px -160px; }
1364.ui-icon-volume-on { background-position: -144px -160px; }
1365.ui-icon-power { background-position: 0 -176px; }
1366.ui-icon-signal-diag { background-position: -16px -176px; }
1367.ui-icon-signal { background-position: -32px -176px; }
1368.ui-icon-battery-0 { background-position: -48px -176px; }
1369.ui-icon-battery-1 { background-position: -64px -176px; }
1370.ui-icon-battery-2 { background-position: -80px -176px; }
1371.ui-icon-battery-3 { background-position: -96px -176px; }
1372.ui-icon-circle-plus { background-position: 0 -192px; }
1373.ui-icon-circle-minus { background-position: -16px -192px; }
1374.ui-icon-circle-close { background-position: -32px -192px; }
1375.ui-icon-circle-triangle-e { background-position: -48px -192px; }
1376.ui-icon-circle-triangle-s { background-position: -64px -192px; }
1377.ui-icon-circle-triangle-w { background-position: -80px -192px; }
1378.ui-icon-circle-triangle-n { background-position: -96px -192px; }
1379.ui-icon-circle-arrow-e { background-position: -112px -192px; }
1380.ui-icon-circle-arrow-s { background-position: -128px -192px; }
1381.ui-icon-circle-arrow-w { background-position: -144px -192px; }
1382.ui-icon-circle-arrow-n { background-position: -160px -192px; }
1383.ui-icon-circle-zoomin { background-position: -176px -192px; }
1384.ui-icon-circle-zoomout { background-position: -192px -192px; }
1385.ui-icon-circle-check { background-position: -208px -192px; }
1386.ui-icon-circlesmall-plus { background-position: 0 -208px; }
1387.ui-icon-circlesmall-minus { background-position: -16px -208px; }
1388.ui-icon-circlesmall-close { background-position: -32px -208px; }
1389.ui-icon-squaresmall-plus { background-position: -48px -208px; }
1390.ui-icon-squaresmall-minus { background-position: -64px -208px; }
1391.ui-icon-squaresmall-close { background-position: -80px -208px; }
1392.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1393.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1394.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1395.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1396.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1397.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1398
1399
1400/* Misc visuals
1401----------------------------------*/
1402
1403/* Corner radius */
1404.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
1405.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
1406.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
1407.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1408.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; }
1409.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; }
1410.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; }
1411.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; }
1412.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
1413
1414/* Overlays */
1415.ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); }
1416.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; }
1417
1418/*
1419 * jQuery UI Autocomplete 1.8.7
1420 *
1421 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1422 * Dual licensed under the MIT or GPL Version 2 licenses.
1423 * http://jquery.org/license
1424 *
1425 * http://docs.jquery.com/UI/Autocomplete#theming
1426 */
1427.ui-autocomplete {
1428 position: absolute; cursor: default; z-index: 3;
1429 -moz-border-radius: 0;
1430 -webkit-border-radius: 0;
1431 border-radius: 0;
1432 -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1433 -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1434 box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1435}
1436
1437/* workarounds */
1438* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
1439
1440/*
1441 * jQuery UI Menu 1.8.7
1442 *
1443 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1444 * Dual licensed under the MIT or GPL Version 2 licenses.
1445 * http://jquery.org/license
1446 *
1447 * http://docs.jquery.com/UI/Menu#theming
1448 */
1449.ui-menu {
1450 list-style:none;
1451 padding: 2px;
1452 margin: 0;
1453 display:block;
1454 float: left;
1455}
1456.ui-menu .ui-menu {
1457 margin-top: -3px;
1458}
1459.ui-menu .ui-menu-item {
1460 margin:0;
1461 padding: 0;
1462 zoom: 1;
1463 float: left;
1464 clear: left;
1465 width: 100%;
1466}
1467.ui-menu .ui-menu-item a {
1468 text-decoration:none;
1469 display:block;
1470 padding:.2em .4em;
1471 line-height:1.5;
1472 zoom:1;
1473}
1474.ui-menu .ui-menu-item a.ui-state-hover,
1475.ui-menu .ui-menu-item a.ui-state-active {
1476 font-weight: normal;
1477 margin: -1px;
1478 background: #5f83b9;
1479 color: #FFFFFF;
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301480 border-color: #466086;
1481 -moz-border-radius: 0;
1482 -webkit-border-radius: 0;
1483 border-radius: 0;
1484}
1485
1486/*
1487 * jQuery UI Datepicker 1.8.7
1488 *
1489 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1490 * Dual licensed under the MIT or GPL Version 2 licenses.
1491 * http://jquery.org/license
1492 *
1493 * http://docs.jquery.com/UI/Datepicker#theming
1494 */
1495.ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; }
1496.ui-datepicker {
1497 -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1498 -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1499 box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1500}
1501.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; }
1502.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; }
1503.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; }
1504.ui-datepicker .ui-datepicker-prev { left:2px; }
1505.ui-datepicker .ui-datepicker-next { right:2px; }
1506.ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; }
1507.ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; }
1508.ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; }
1509.ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; }
1510.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; }
1511.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); }
1512.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
1513.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
1514.ui-datepicker select.ui-datepicker-month,
1515.ui-datepicker select.ui-datepicker-year { width: 49%;}
1516.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
1517.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
1518.ui-datepicker td { border: 0; padding: 1px; }
1519.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
1520.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; }
1521.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
1522.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
1523.ui-datepicker table .ui-state-highlight { border-color: #5F83B9; }
1524.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; }
1525.ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; }
1526.ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }
1527
1528/* with multiple calendars */
1529.ui-datepicker.ui-datepicker-multi { width:auto; }
1530.ui-datepicker-multi .ui-datepicker-group { float:left; }
1531.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
1532.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
1533.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
1534.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
1535.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
1536.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
1537.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
1538.ui-datepicker-row-break { clear:both; width:100%; }
1539
1540/* RTL support */
1541.ui-datepicker-rtl { direction: rtl; }
1542.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
1543.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
1544.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
1545.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
1546.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
1547.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
1548.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
1549.ui-datepicker-rtl .ui-datepicker-group { float:right; }
1550.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1551.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1552
1553/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1554.ui-datepicker-cover {
1555 display: none; /*sorry for IE5*/
1556 display/**/: block; /*sorry for IE5*/
1557 position: absolute; /*must have*/
1558 z-index: -1; /*must have*/
1559 filter: mask(); /*must have*/
1560 top: -4px; /*must have*/
1561 left: -4px; /*must have*/
1562 width: 200px; /*must have*/
1563 height: 200px; /*must have*/
1564}
1565
1566
1567
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301568/*
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301569 * lib/css/ui/list.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301570 */
1571.hide {
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301572 display: none;
1573}
1574
1575.list-filters {
1576 margin: 7px 0px;
1577}
1578
1579.wnlist .img-load {
1580 display: none;
Rushabh Mehta842f7822012-03-22 14:24:49 +05301581 float: left;
1582 margin-bottom: 8px;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301583}
1584
Rushabh Mehta2438de42012-03-15 16:43:46 +05301585/* list-row */
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301586div.list-row {
1587 border-bottom: 1px solid #eee;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301588 padding: 5px 0px;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301589}
1590div.list-row:hover {
1591 background-color: #eef
1592}
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301593
Rushabh Mehta2438de42012-03-15 16:43:46 +05301594div.list-row .label {
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301595 margin-right: 4px;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301596}
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301597
1598div.list-row table {
1599 table-layout: fixed;
1600 border-collapse: collapse;
1601 width: 100%;
1602}
1603
1604div.list-row table td {
1605 overflow: hidden;
Anand Doshic9456c12012-03-28 17:48:30 +05301606 /*padding-right: 3px;*/
1607 padding: 0px 3px;
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301608 vertical-align: middle;
1609 height: 24px;
1610 max-height: 24px;
Anand Doshic9456c12012-03-28 17:48:30 +05301611 word-wrap: break-word;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301612}
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301613
Rushabh Mehta9f89e352012-03-09 17:51:39 +05301614div.paging-button {
1615 text-align: center;
1616 padding: 11px 0px;
1617}
1618
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301619div.show_filters {
1620 display: none;
1621}
1622
1623div.filter_list {
1624 padding: 13px;
1625}
1626
1627div.show_filters.well {
1628 margin-top: 11px;
1629 margin-bottom: 11px;
1630}
1631
1632div.filter_list .run_btn {
1633 text-align: right;
1634}
1635
1636div.filter_list .add_filter {
1637 margin: 3px 0px;
1638}
1639
1640div.list_filter {
1641 margin: 7px 0px;
1642}
1643
1644div.list_filter input, div.list_filter select {
1645 width: 130px;
1646 margin-right: 7px;
1647}
1648
Rushabh Mehta2438de42012-03-15 16:43:46 +05301649/* bar */
1650
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301651span.bar-outer {
1652 display: inline-block;
1653 margin: 0px 7px;
1654 margin-top: 3px;
1655 background-color: #fff;
1656 border: 1px solid #aaa;
1657 height: 10px;
1658}
1659
1660span.bar-inner {
1661 display: inline-block;
1662 background-color: #bdf;
1663 height: 100%;
1664 margin-bottom: 2px;
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301665 float: left;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301666}
1667span.bar-complete {
Rushabh Mehta437c1b52012-03-20 18:45:28 +05301668 background-color: #009900;
1669}
1670span.bar-empty {
1671 background-color: #990000;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301672}
1673
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301674
Rushabh Mehta2438de42012-03-15 16:43:46 +05301675/* stats */
1676
1677div.stat-wrapper {
1678 margin-bottom: 19px;
1679}
1680
1681div.stat-grid {
1682 border: 2px solid #bbb;
1683 background-color: white;
1684 border-radius: 5px;
1685 -moz-border-radius: 5px;
1686 -webkit-border-radius: 5px;
1687 overflow: hidden;
1688}
1689
1690div.stat-label {
1691 position: relative;
1692 padding: 3px;
1693 text-align: center;
1694}
1695div.stat-label, div.stat-label a {
1696 z-index: 5;
1697}
1698
1699div.stat-item {
1700 position: relative;
1701 border-bottom: 1px solid #ddd;
1702}
1703div.stat-item:last-child {
1704 border-bottom: 0px solid #ddd;
1705}
1706
1707div.stat-bar {
1708 position: absolute;
1709 left: 0px;
1710 background-color: #def;
1711 height: 100%;
1712 z-index: 0;
1713}
1714
1715
1716
1717
1718
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301719/*
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301720 * lib/css/ui/fonts.css
1721 */
1722@font-face {
1723 font-family: 'Pontano Sans';
1724 font-style: normal;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +05301725 font-weight: 800;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301726 src: url('../lib/css/fonts/pontanosans.woff') format('woff');
1727}
1728
1729@font-face {
1730 font-family: 'Droid Sans';
1731 font-style: normal;
1732 font-weight: normal;
1733 src: local('Droid Sans'), local('DroidSans'), url('../lib/css/fonts/droidsans.woff') format('woff');
1734}
1735
Rushabh Mehta983a1712012-03-21 13:35:34 +05301736@font-face {
1737 font-family: 'PT Sans';
1738 font-style: normal;
1739 font-weight: normal;
1740 src: local('PT Sans'), local('PTSans-Regular'), url('../lib/css/fonts/ptsans.woff') format('woff');
1741}
1742
1743@font-face {
1744 font-family: 'Open Sans';
1745 font-style: normal;
1746 font-weight: 400;
1747 src: local('Open Sans'), local('OpenSans'), url('../lib/css/fonts/opensans.woff') format('woff');
1748}
Rushabh Mehtab43f9492012-04-08 20:33:51 +05301749
Rushabh Mehta983a1712012-03-21 13:35:34 +05301750@font-face {
1751 font-family: 'Lato';
1752 font-style: normal;
1753 font-weight: 400;
1754 src: local('Lato Regular'), local('Lato-Regular'), url('../lib/css/fonts/lato.woff') format('woff');
1755}
1756
Rushabh Mehtab43f9492012-04-08 20:33:51 +05301757@font-face {
1758 font-family: 'Cabin';
1759 font-style: normal;
1760 font-weight: 400;
1761 src: local('Cabin Regular'), local('Cabin-Regular'), url('../lib/css/fonts/cabin.woff') format('woff');
1762}
Rushabh Mehta983a1712012-03-21 13:35:34 +05301763
1764
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301765/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301766 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301767 */
1768/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301769
1770h1,
1771h2,
1772h3,
1773h4,
1774h5,
1775h6 {
1776 margin: 0;
1777 font-weight: bold;
1778 color: #333333;
1779 text-rendering: optimizelegibility;
1780 margin-bottom: 0.3em;
1781}
1782h1 small,
1783h2 small,
1784h3 small,
1785h4 small,
1786h5 small,
1787h6 small {
1788 font-weight: normal;
1789 color: #999999;
1790}
1791h1 {
1792 font-size: 30px;
1793 line-height: 36px;
1794}
1795h1 small {
1796 font-size: 18px;
1797}
1798h2 {
1799 font-size: 24px;
1800 line-height: 36px;
1801}
1802h2 small {
1803 font-size: 18px;
1804}
1805h3 {
1806 line-height: 27px;
1807 font-size: 18px;
1808}
1809h3 small {
1810 font-size: 14px;
1811}
1812h4, h5, h6 {
1813 line-height: 18px;
1814}
1815h4 {
1816 font-size: 14px;
1817}
1818h4 small {
1819 font-size: 12px;
1820}
1821h5 {
1822 font-size: 12px;
1823}
1824h6 {
1825 font-size: 11px;
1826 color: #999999;
1827 text-transform: uppercase;
1828}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301829
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301830/*
1831 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301832 */
1833.close {
Rushabh Mehta9b1afe12012-03-20 14:37:44 +05301834 font-family: Helvetica, Sans;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301835 float: right;
1836 font-size: 20px;
1837 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301838 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301839 color: #000000;
1840 text-shadow: 0 1px 0 #ffffff;
1841 opacity: 0.2;
1842 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301843}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301844.close:hover {
1845 color: #000000;
1846 text-decoration: none;
1847 opacity: 0.4;
1848 filter: alpha(opacity=40);
1849 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301850}
1851.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301852 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301853 padding: 4px 10px 4px;
1854 font-size: 13px;
1855 line-height: 18px;
1856 color: #333333;
1857 text-align: center;
1858 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1859 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301860 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
1861 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1862 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
1863 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1864 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1865 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301866 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301867 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301868 border: 1px solid #ccc;
1869 border-bottom-color: #bbb;
1870 -webkit-border-radius: 4px;
1871 -moz-border-radius: 4px;
1872 border-radius: 4px;
1873 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1874 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1875 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 +05301876 cursor: pointer;
1877 *margin-left: .3em;
1878}
1879.btn:first-child {
1880 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301881}
1882.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301883 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301884 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301885 background-color: #e6e6e6;
1886 background-position: 0 -15px;
1887 -webkit-transition: background-position 0.1s linear;
1888 -moz-transition: background-position 0.1s linear;
1889 -ms-transition: background-position 0.1s linear;
1890 -o-transition: background-position 0.1s linear;
1891 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301892}
1893.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301894 outline: thin dotted;
1895 outline: 5px auto -webkit-focus-ring-color;
1896 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301897}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301898.btn.active, .btn:active {
1899 background-image: none;
1900 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1901 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1902 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1903 background-color: #e6e6e6;
1904 background-color: #d9d9d9 \9;
1905 color: rgba(0, 0, 0, 0.5);
1906 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301907}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301908.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301909 cursor: default;
1910 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301911 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301912 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301913 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301914 -webkit-box-shadow: none;
1915 -moz-box-shadow: none;
1916 box-shadow: none;
1917}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301918.btn-large {
1919 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301920 font-size: 15px;
1921 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301922 -webkit-border-radius: 5px;
1923 -moz-border-radius: 5px;
1924 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301925}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301926.btn-large .icon {
1927 margin-top: 1px;
1928}
1929.btn-small {
1930 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301931 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301932 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301933}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301934.btn-small .icon {
1935 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301936}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301937.btn-primary,
1938.btn-primary:hover,
1939.btn-warning,
1940.btn-warning:hover,
1941.btn-danger,
1942.btn-danger:hover,
1943.btn-success,
1944.btn-success:hover,
1945.btn-info,
1946.btn-info:hover {
1947 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1948 color: #ffffff;
1949}
1950.btn-primary.active,
1951.btn-warning.active,
1952.btn-danger.active,
1953.btn-success.active,
1954.btn-info.active {
1955 color: rgba(255, 255, 255, 0.75);
1956}
1957.btn-primary {
1958 background-color: #006dcc;
1959 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
1960 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
1961 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
1962 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
1963 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
1964 background-image: linear-gradient(top, #0088cc, #0044cc);
1965 background-repeat: repeat-x;
1966 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
1967 border-color: #0044cc #0044cc #002a80;
1968 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1969 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1970}
1971.btn-primary:hover,
1972.btn-primary:active,
1973.btn-primary.active,
1974.btn-primary.disabled,
1975.btn-primary[disabled] {
1976 background-color: #0044cc;
1977}
1978.btn-primary:active, .btn-primary.active {
1979 background-color: #003399 \9;
1980}
1981.btn-warning {
1982 background-color: #faa732;
1983 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1984 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
1985 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1986 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1987 background-image: -o-linear-gradient(top, #fbb450, #f89406);
1988 background-image: linear-gradient(top, #fbb450, #f89406);
1989 background-repeat: repeat-x;
1990 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
1991 border-color: #f89406 #f89406 #ad6704;
1992 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1993 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1994}
1995.btn-warning:hover,
1996.btn-warning:active,
1997.btn-warning.active,
1998.btn-warning.disabled,
1999.btn-warning[disabled] {
2000 background-color: #f89406;
2001}
2002.btn-warning:active, .btn-warning.active {
2003 background-color: #c67605 \9;
2004}
2005.btn-danger {
2006 background-color: #da4f49;
2007 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
2008 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
2009 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
2010 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
2011 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
2012 background-image: linear-gradient(top, #ee5f5b, #bd362f);
2013 background-repeat: repeat-x;
2014 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
2015 border-color: #bd362f #bd362f #802420;
2016 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2017 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2018}
2019.btn-danger:hover,
2020.btn-danger:active,
2021.btn-danger.active,
2022.btn-danger.disabled,
2023.btn-danger[disabled] {
2024 background-color: #bd362f;
2025}
2026.btn-danger:active, .btn-danger.active {
2027 background-color: #942a25 \9;
2028}
2029.btn-success {
2030 background-color: #5bb75b;
2031 background-image: -moz-linear-gradient(top, #62c462, #51a351);
2032 background-image: -ms-linear-gradient(top, #62c462, #51a351);
2033 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2034 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2035 background-image: -o-linear-gradient(top, #62c462, #51a351);
2036 background-image: linear-gradient(top, #62c462, #51a351);
2037 background-repeat: repeat-x;
2038 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
2039 border-color: #51a351 #51a351 #387038;
2040 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2041 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2042}
2043.btn-success:hover,
2044.btn-success:active,
2045.btn-success.active,
2046.btn-success.disabled,
2047.btn-success[disabled] {
2048 background-color: #51a351;
2049}
2050.btn-success:active, .btn-success.active {
2051 background-color: #408140 \9;
2052}
2053.btn-info {
2054 background-color: #49afcd;
2055 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2056 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
2057 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2058 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2059 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2060 background-image: linear-gradient(top, #5bc0de, #2f96b4);
2061 background-repeat: repeat-x;
2062 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
2063 border-color: #2f96b4 #2f96b4 #1f6377;
2064 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2065 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2066}
2067.btn-info:hover,
2068.btn-info:active,
2069.btn-info.active,
2070.btn-info.disabled,
2071.btn-info[disabled] {
2072 background-color: #2f96b4;
2073}
2074.btn-info:active, .btn-info.active {
2075 background-color: #24748c \9;
2076}
2077button.btn, input[type="submit"].btn {
2078 *padding-top: 2px;
2079 *padding-bottom: 2px;
2080}
2081button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302082 padding: 0;
2083 border: 0;
2084}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302085button.btn.large, input[type="submit"].btn.large {
2086 *padding-top: 7px;
2087 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302088}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302089button.btn.small, input[type="submit"].btn.small {
2090 *padding-top: 3px;
2091 *padding-bottom: 3px;
2092}
2093.btn-group {
2094 position: relative;
2095 *zoom: 1;
2096 *margin-left: .3em;
2097}
2098.btn-group:before, .btn-group:after {
2099 display: table;
2100 content: "";
2101}
2102.btn-group:after {
2103 clear: both;
2104}
2105.btn-group:first-child {
2106 *margin-left: 0;
2107}
2108.btn-group + .btn-group {
2109 margin-left: 5px;
2110}
2111.btn-toolbar {
2112 margin-top: 9px;
2113 margin-bottom: 9px;
2114}
2115.btn-toolbar .btn-group {
2116 display: inline-block;
2117 *display: inline;
2118 /* IE7 inline-block hack */
2119
2120 *zoom: 1;
2121}
2122.btn-group .btn {
2123 position: relative;
2124 float: left;
2125 margin-left: -1px;
2126 -webkit-border-radius: 0;
2127 -moz-border-radius: 0;
2128 border-radius: 0;
2129}
2130.btn-group .btn:first-child {
2131 margin-left: 0;
2132 -webkit-border-top-left-radius: 4px;
2133 -moz-border-radius-topleft: 4px;
2134 border-top-left-radius: 4px;
2135 -webkit-border-bottom-left-radius: 4px;
2136 -moz-border-radius-bottomleft: 4px;
2137 border-bottom-left-radius: 4px;
2138}
2139.btn-group .btn:last-child, .btn-group .dropdown-toggle {
2140 -webkit-border-top-right-radius: 4px;
2141 -moz-border-radius-topright: 4px;
2142 border-top-right-radius: 4px;
2143 -webkit-border-bottom-right-radius: 4px;
2144 -moz-border-radius-bottomright: 4px;
2145 border-bottom-right-radius: 4px;
2146}
2147.btn-group .btn.large:first-child {
2148 margin-left: 0;
2149 -webkit-border-top-left-radius: 6px;
2150 -moz-border-radius-topleft: 6px;
2151 border-top-left-radius: 6px;
2152 -webkit-border-bottom-left-radius: 6px;
2153 -moz-border-radius-bottomleft: 6px;
2154 border-bottom-left-radius: 6px;
2155}
2156.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
2157 -webkit-border-top-right-radius: 6px;
2158 -moz-border-radius-topright: 6px;
2159 border-top-right-radius: 6px;
2160 -webkit-border-bottom-right-radius: 6px;
2161 -moz-border-radius-bottomright: 6px;
2162 border-bottom-right-radius: 6px;
2163}
2164.btn-group .btn:hover,
2165.btn-group .btn:focus,
2166.btn-group .btn:active,
2167.btn-group .btn.active {
2168 z-index: 2;
2169}
2170.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
2171 outline: 0;
2172}
2173.btn-group .dropdown-toggle {
2174 padding-left: 8px;
2175 padding-right: 8px;
2176 -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);
2177 -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);
2178 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);
2179 *padding-top: 5px;
2180 *padding-bottom: 5px;
2181}
2182.btn-group.open {
2183 *z-index: 1000;
2184}
2185.btn-group.open .dropdown-menu {
2186 display: block;
2187 margin-top: 1px;
2188 -webkit-border-radius: 5px;
2189 -moz-border-radius: 5px;
2190 border-radius: 5px;
2191}
2192.btn-group.open .dropdown-toggle {
2193 background-image: none;
2194 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2195 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2196 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2197}
2198.btn .caret {
2199 margin-top: 7px;
2200 margin-left: 0;
2201}
2202.btn:hover .caret, .open.btn-group .caret {
2203 opacity: 1;
2204 filter: alpha(opacity=100);
2205}
2206.btn-primary .caret,
2207.btn-danger .caret,
2208.btn-info .caret,
2209.btn-success .caret {
2210 border-top-color: #ffffff;
2211 opacity: 0.75;
2212 filter: alpha(opacity=75);
2213}
2214.btn-small .caret {
2215 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302216}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302217
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302218/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302219 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302220 */
2221.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302222 margin-left: 0;
2223 margin-bottom: 18px;
2224 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302225}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302226.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302227 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302228}
2229.nav > li > a:hover {
2230 text-decoration: none;
2231 background-color: #eeeeee;
2232}
2233.nav-list {
2234 padding-left: 14px;
2235 padding-right: 14px;
2236 margin-bottom: 0;
2237}
2238.nav-list > li > a, .nav-list .nav-header {
2239 display: block;
2240 padding: 3px 15px;
2241 margin-left: -15px;
2242 margin-right: -15px;
2243 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2244}
2245.nav-list .nav-header {
2246 font-size: 11px;
2247 font-weight: bold;
2248 line-height: 18px;
2249 color: #999999;
2250 text-transform: uppercase;
2251}
2252.nav-list > li + .nav-header {
2253 margin-top: 9px;
2254}
2255.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302256 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302257 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2258 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302259}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302260.nav-list [class^="icon-"] {
2261 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302262}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302263.nav-tabs, .nav-pills {
2264 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302265}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302266.nav-tabs:before,
2267.nav-pills:before,
2268.nav-tabs:after,
2269.nav-pills:after {
2270 display: table;
2271 content: "";
2272}
2273.nav-tabs:after, .nav-pills:after {
2274 clear: both;
2275}
2276.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302277 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302278}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302279.nav-tabs > li > a, .nav-pills > li > a {
2280 padding-right: 12px;
2281 padding-left: 12px;
2282 margin-right: 2px;
2283 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302284}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302285.nav-tabs {
2286 border-bottom: 1px solid #ddd;
2287}
2288.nav-tabs > li {
2289 margin-bottom: -1px;
2290}
2291.nav-tabs > li > a {
2292 padding-top: 9px;
2293 padding-bottom: 9px;
2294 border: 1px solid transparent;
2295 -webkit-border-radius: 4px 4px 0 0;
2296 -moz-border-radius: 4px 4px 0 0;
2297 border-radius: 4px 4px 0 0;
2298}
2299.nav-tabs > li > a:hover {
2300 border-color: #eeeeee #eeeeee #dddddd;
2301}
2302.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
2303 color: #555555;
2304 background-color: #ffffff;
2305 border: 1px solid #ddd;
2306 border-bottom-color: transparent;
2307 cursor: default;
2308}
2309.nav-pills > li > a {
2310 padding-top: 8px;
2311 padding-bottom: 8px;
2312 margin-top: 2px;
2313 margin-bottom: 2px;
2314 -webkit-border-radius: 5px;
2315 -moz-border-radius: 5px;
2316 border-radius: 5px;
2317}
2318.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302319 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302320 background-color: #0088cc;
2321}
2322.nav-stacked > li {
2323 float: none;
2324}
2325.nav-stacked > li > a {
2326 margin-right: 0;
2327}
2328.nav-tabs.nav-stacked {
2329 border-bottom: 0;
2330}
2331.nav-tabs.nav-stacked > li > a {
2332 border: 1px solid #ddd;
2333 -webkit-border-radius: 0;
2334 -moz-border-radius: 0;
2335 border-radius: 0;
2336}
2337.nav-tabs.nav-stacked > li:first-child > a {
2338 -webkit-border-radius: 4px 4px 0 0;
2339 -moz-border-radius: 4px 4px 0 0;
2340 border-radius: 4px 4px 0 0;
2341}
2342.nav-tabs.nav-stacked > li:last-child > a {
2343 -webkit-border-radius: 0 0 4px 4px;
2344 -moz-border-radius: 0 0 4px 4px;
2345 border-radius: 0 0 4px 4px;
2346}
2347.nav-tabs.nav-stacked > li > a:hover {
2348 border-color: #ddd;
2349 z-index: 2;
2350}
2351.nav-pills.nav-stacked > li > a {
2352 margin-bottom: 3px;
2353}
2354.nav-pills.nav-stacked > li:last-child > a {
2355 margin-bottom: 1px;
2356}
2357.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
2358 margin-top: 1px;
2359 border-width: 1px;
2360}
2361.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302362 -webkit-border-radius: 4px;
2363 -moz-border-radius: 4px;
2364 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302365}
2366.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
2367 border-top-color: #0088cc;
2368 margin-top: 6px;
2369}
2370.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
2371 border-top-color: #005580;
2372}
2373.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
2374 border-top-color: #333333;
2375}
2376.nav > .dropdown.active > a:hover {
2377 color: #000000;
2378 cursor: pointer;
2379}
2380.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
2381 color: #ffffff;
2382 background-color: #999999;
2383 border-color: #999999;
2384}
2385.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
2386 border-top-color: #ffffff;
2387 opacity: 1;
2388 filter: alpha(opacity=100);
2389}
2390
2391.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302392 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302393 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302394}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302395.navbar-inner {
2396 padding-left: 20px;
2397 padding-right: 20px;
2398 background-color: #2c2c2c;
2399 background-image: -moz-linear-gradient(top, #333333, #222222);
2400 background-image: -ms-linear-gradient(top, #333333, #222222);
2401 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2402 background-image: -webkit-linear-gradient(top, #333333, #222222);
2403 background-image: -o-linear-gradient(top, #333333, #222222);
2404 background-image: linear-gradient(top, #333333, #222222);
2405 background-repeat: repeat-x;
2406 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2407 -webkit-border-radius: 4px;
2408 -moz-border-radius: 4px;
2409 border-radius: 4px;
2410 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2411 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2412 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2413}
2414.btn-navbar {
2415 display: none;
2416 float: right;
2417 padding: 7px 10px;
2418 margin-left: 5px;
2419 margin-right: 5px;
2420 background-color: #2c2c2c;
2421 background-image: -moz-linear-gradient(top, #333333, #222222);
2422 background-image: -ms-linear-gradient(top, #333333, #222222);
2423 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2424 background-image: -webkit-linear-gradient(top, #333333, #222222);
2425 background-image: -o-linear-gradient(top, #333333, #222222);
2426 background-image: linear-gradient(top, #333333, #222222);
2427 background-repeat: repeat-x;
2428 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2429 border-color: #222222 #222222 #000000;
2430 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2431 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2432 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2433 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2434 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2435}
2436.btn-navbar:hover,
2437.btn-navbar:active,
2438.btn-navbar.active,
2439.btn-navbar.disabled,
2440.btn-navbar[disabled] {
2441 background-color: #222222;
2442}
2443.btn-navbar:active, .btn-navbar.active {
2444 background-color: #080808 \9;
2445}
2446.btn-navbar .icon-bar {
2447 display: block;
2448 width: 18px;
2449 height: 2px;
2450 background-color: #f5f5f5;
2451 -webkit-border-radius: 1px;
2452 -moz-border-radius: 1px;
2453 border-radius: 1px;
2454 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2455 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2456 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2457}
2458.btn-navbar .icon-bar + .icon-bar {
2459 margin-top: 3px;
2460}
2461.nav-collapse.collapse {
2462 height: auto;
2463}
2464.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302465 text-decoration: none;
2466}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302467.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302468 float: left;
2469 display: block;
2470 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302471 font-size: 20px;
2472 font-weight: 200;
2473 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302474 color: #ffffff;
2475}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302476.navbar .navbar-text {
2477 margin-bottom: 0;
2478 line-height: 40px;
2479 color: #999999;
2480}
2481.navbar .navbar-text a:hover {
2482 color: #ffffff;
2483 background-color: transparent;
2484}
2485.navbar .btn, .navbar .btn-group {
2486 margin-top: 5px;
2487}
2488.navbar .btn-group .btn {
2489 margin-top: 0;
2490}
2491.navbar-form {
2492 margin-bottom: 0;
2493 *zoom: 1;
2494}
2495.navbar-form:before, .navbar-form:after {
2496 display: table;
2497 content: "";
2498}
2499.navbar-form:after {
2500 clear: both;
2501}
2502.navbar-form input, .navbar-form select {
2503 display: inline-block;
2504 margin-top: 5px;
2505 margin-bottom: 0;
2506}
2507.navbar-form .radio, .navbar-form .checkbox {
2508 margin-top: 5px;
2509}
2510.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
2511 margin-top: 3px;
2512}
2513.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302514 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302515 float: left;
2516 margin-top: 6px;
2517 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302518}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302519.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302520 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302521 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2522 font-size: 13px;
2523 font-weight: normal;
2524 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302525 color: #ffffff;
2526 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302527 background: #666;
2528 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302529 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302530 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2531 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2532 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 +05302533 -webkit-transition: none;
2534 -moz-transition: none;
2535 -ms-transition: none;
2536 -o-transition: none;
2537 transition: none;
2538}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302539.navbar-search .search-query :-moz-placeholder {
2540 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302541}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302542.navbar-search .search-query::-webkit-input-placeholder {
2543 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302544}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302545.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302546 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302547 background-color: #999999;
2548 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302549}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302550.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302551 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302552 color: #333333;
2553 text-shadow: 0 1px 0 #ffffff;
2554 background-color: #ffffff;
2555 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302556 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2557 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2558 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302559 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302560}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302561.navbar-fixed-top {
2562 position: fixed;
2563 top: 0;
2564 right: 0;
2565 left: 0;
2566 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302567}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302568.navbar-fixed-top .navbar-inner {
2569 padding-left: 0;
2570 padding-right: 0;
2571 -webkit-border-radius: 0;
2572 -moz-border-radius: 0;
2573 border-radius: 0;
2574}
2575.navbar .nav {
2576 position: relative;
2577 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302578 display: block;
2579 float: left;
2580 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302581}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302582.navbar .nav.pull-right {
2583 float: right;
2584}
2585.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302586 display: block;
2587 float: left;
2588}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302589.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302590 float: none;
2591 padding: 10px 10px 11px;
2592 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302593 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302594 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302595 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302596}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302597.navbar .nav > li > a:hover {
2598 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302599 color: #ffffff;
2600 text-decoration: none;
2601}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302602.navbar .nav .active > a, .navbar .nav .active > a:hover {
2603 color: #ffffff;
2604 text-decoration: none;
2605 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302606 background-color: rgba(0, 0, 0, 0.5);
2607}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302608.navbar .divider-vertical {
2609 height: 40px;
2610 width: 1px;
2611 margin: 0 9px;
2612 overflow: hidden;
2613 background-color: #222222;
2614 border-right: 1px solid #333333;
2615}
2616.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302617 margin-left: 10px;
2618 margin-right: 0;
2619}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302620.navbar .dropdown-menu {
2621 margin-top: 1px;
2622 -webkit-border-radius: 4px;
2623 -moz-border-radius: 4px;
2624 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302625}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302626.navbar .dropdown-menu:before {
2627 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302628 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302629 border-left: 7px solid transparent;
2630 border-right: 7px solid transparent;
2631 border-bottom: 7px solid #ccc;
2632 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302633 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302634 top: -7px;
2635 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302636}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302637.navbar .dropdown-menu:after {
2638 content: '';
2639 display: inline-block;
2640 border-left: 6px solid transparent;
2641 border-right: 6px solid transparent;
2642 border-bottom: 6px solid #ffffff;
2643 position: absolute;
2644 top: -6px;
2645 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302646}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302647.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
2648 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302649}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302650.navbar .nav .active .caret {
2651 opacity: 1;
2652 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302653}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302654.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
2655 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302656}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302657.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302658 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302659}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302660.navbar .nav.pull-right .dropdown-menu {
2661 left: auto;
2662 right: 0;
2663}
2664.navbar .nav.pull-right .dropdown-menu:before {
2665 left: auto;
2666 right: 12px;
2667}
2668.navbar .nav.pull-right .dropdown-menu:after {
2669 left: auto;
2670 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302671}
2672
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302673/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302674.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302675 display: block;
2676 float: right;
2677 width: 20px;
2678 margin-bottom: -5px;
2679 margin-top: 10px;
2680 visibility: hidden;
2681}
2682
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302683.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302684 padding: 0px 20px;
2685}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05302686
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302687
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302688/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302689 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302690 */
2691.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302692 position: relative;
2693}
2694.dropdown-toggle {
2695 *margin-bottom: -3px;
2696}
2697.dropdown-toggle:active, .open .dropdown-toggle {
2698 outline: 0;
2699}
2700.caret {
2701 display: inline-block;
2702 width: 0;
2703 height: 0;
2704 text-indent: -99999px;
2705 *text-indent: 0;
2706 vertical-align: top;
2707 border-left: 4px solid transparent;
2708 border-right: 4px solid transparent;
2709 border-top: 4px solid #000000;
2710 opacity: 0.3;
2711 filter: alpha(opacity=30);
2712 content: "\2193";
2713}
2714.dropdown .caret {
2715 margin-top: 8px;
2716 margin-left: 2px;
2717}
2718.dropdown:hover .caret, .open.dropdown .caret {
2719 opacity: 1;
2720 filter: alpha(opacity=100);
2721}
2722.dropdown-menu {
2723 position: absolute;
2724 top: 100%;
2725 left: 0;
2726 z-index: 1000;
2727 float: left;
2728 display: none;
2729 min-width: 160px;
2730 max-width: 220px;
2731 _width: 160px;
2732 padding: 4px 0;
2733 margin: 0;
2734 list-style: none;
2735 background-color: #ffffff;
2736 border-color: #ccc;
2737 border-color: rgba(0, 0, 0, 0.2);
2738 border-style: solid;
2739 border-width: 1px;
2740 -webkit-border-radius: 0 0 5px 5px;
2741 -moz-border-radius: 0 0 5px 5px;
2742 border-radius: 0 0 5px 5px;
2743 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2744 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2745 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2746 -webkit-background-clip: padding-box;
2747 -moz-background-clip: padding;
2748 background-clip: padding-box;
2749 *border-right-width: 2px;
2750 *border-bottom-width: 2px;
2751}
2752.dropdown-menu.bottom-up {
2753 top: auto;
2754 bottom: 100%;
2755 margin-bottom: 2px;
2756}
2757.dropdown-menu .divider {
2758 height: 1px;
2759 margin: 5px 1px;
2760 overflow: hidden;
2761 background-color: #e5e5e5;
2762 border-bottom: 1px solid #ffffff;
2763 *width: 100%;
2764 *margin: -5px 0 5px;
2765}
2766.dropdown-menu a {
2767 display: block;
2768 padding: 3px 15px;
2769 clear: both;
2770 font-weight: normal;
2771 line-height: 18px;
2772 color: #555555;
2773 white-space: nowrap;
2774}
2775.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
2776 color: #ffffff;
2777 text-decoration: none;
2778 background-color: #0088cc;
2779}
2780.dropdown.open {
2781 *z-index: 1000;
2782}
2783.dropdown.open .dropdown-toggle {
2784 color: #ffffff;
2785 background: #ccc;
2786 background: rgba(0, 0, 0, 0.3);
2787}
2788.dropdown.open .dropdown-menu {
2789 display: block;
2790}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302791
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302792/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05302793 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302794 */
2795.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05302796 position: absolute;
2797 z-index: 1020;
2798 display: block;
2799 visibility: visible;
2800 padding: 5px;
2801 font-size: 11px;
2802 opacity: 0;
2803 filter: alpha(opacity=0);
2804}
2805.tooltip.in {
2806 opacity: 0.8;
2807 filter: alpha(opacity=80);
2808}
2809.tooltip.top {
2810 margin-top: -2px;
2811}
2812.tooltip.right {
2813 margin-left: 2px;
2814}
2815.tooltip.bottom {
2816 margin-top: 2px;
2817}
2818.tooltip.left {
2819 margin-left: -2px;
2820}
2821.tooltip.top .tooltip-arrow {
2822 bottom: 0;
2823 left: 50%;
2824 margin-left: -5px;
2825 border-left: 5px solid transparent;
2826 border-right: 5px solid transparent;
2827 border-top: 5px solid #000000;
2828}
2829.tooltip.left .tooltip-arrow {
2830 top: 50%;
2831 right: 0;
2832 margin-top: -5px;
2833 border-top: 5px solid transparent;
2834 border-bottom: 5px solid transparent;
2835 border-left: 5px solid #000000;
2836}
2837.tooltip.bottom .tooltip-arrow {
2838 top: 0;
2839 left: 50%;
2840 margin-left: -5px;
2841 border-left: 5px solid transparent;
2842 border-right: 5px solid transparent;
2843 border-bottom: 5px solid #000000;
2844}
2845.tooltip.right .tooltip-arrow {
2846 top: 50%;
2847 left: 0;
2848 margin-top: -5px;
2849 border-top: 5px solid transparent;
2850 border-bottom: 5px solid transparent;
2851 border-right: 5px solid #000000;
2852}
2853.tooltip-inner {
2854 max-width: 200px;
2855 padding: 3px 8px;
2856 color: #ffffff;
2857 text-align: center;
2858 text-decoration: none;
2859 background-color: #000000;
2860 -webkit-border-radius: 4px;
2861 -moz-border-radius: 4px;
2862 border-radius: 4px;
2863}
2864.tooltip-arrow {
2865 position: absolute;
2866 width: 0;
2867 height: 0;
2868}
2869.popover {
2870 position: absolute;
2871 top: 0;
2872 left: 0;
2873 z-index: 1010;
2874 display: none;
2875 padding: 5px;
2876}
2877.popover.top {
2878 margin-top: -5px;
2879}
2880.popover.right {
2881 margin-left: 5px;
2882}
2883.popover.bottom {
2884 margin-top: 5px;
2885}
2886.popover.left {
2887 margin-left: -5px;
2888}
2889.popover.top .arrow {
2890 bottom: 0;
2891 left: 50%;
2892 margin-left: -5px;
2893 border-left: 5px solid transparent;
2894 border-right: 5px solid transparent;
2895 border-top: 5px solid #000000;
2896}
2897.popover.right .arrow {
2898 top: 50%;
2899 left: 0;
2900 margin-top: -5px;
2901 border-top: 5px solid transparent;
2902 border-bottom: 5px solid transparent;
2903 border-right: 5px solid #000000;
2904}
2905.popover.bottom .arrow {
2906 top: 0;
2907 left: 50%;
2908 margin-left: -5px;
2909 border-left: 5px solid transparent;
2910 border-right: 5px solid transparent;
2911 border-bottom: 5px solid #000000;
2912}
2913.popover.left .arrow {
2914 top: 50%;
2915 right: 0;
2916 margin-top: -5px;
2917 border-top: 5px solid transparent;
2918 border-bottom: 5px solid transparent;
2919 border-left: 5px solid #000000;
2920}
2921.popover .arrow {
2922 position: absolute;
2923 width: 0;
2924 height: 0;
2925}
2926.popover-inner {
2927 padding: 3px;
2928 width: 280px;
2929 overflow: hidden;
2930 background: #000000;
2931 background: rgba(0, 0, 0, 0.8);
2932 -webkit-border-radius: 6px;
2933 -moz-border-radius: 6px;
2934 border-radius: 6px;
2935 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2936 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2937 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2938}
2939.popover-title {
2940 padding: 9px 15px;
2941 line-height: 1;
2942 background-color: #f5f5f5;
2943 border-bottom: 1px solid #eee;
2944 -webkit-border-radius: 3px 3px 0 0;
2945 -moz-border-radius: 3px 3px 0 0;
2946 border-radius: 3px 3px 0 0;
2947}
2948.popover-content {
2949 padding: 14px;
2950 background-color: #ffffff;
2951 -webkit-border-radius: 0 0 3px 3px;
2952 -moz-border-radius: 0 0 3px 3px;
2953 border-radius: 0 0 3px 3px;
2954 -webkit-background-clip: padding-box;
2955 -moz-background-clip: padding-box;
2956 background-clip: padding-box;
2957}
2958.popover-content p, .popover-content ul, .popover-content ol {
2959 margin-bottom: 0;
2960}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302961
Rushabh Mehtad0251332012-02-21 17:26:50 +05302962/*
Rushabh Mehta2886b952012-02-24 11:26:31 +05302963 * lib/css/bootstrap/label.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302964 */
2965.label {
Rushabh Mehta2886b952012-02-24 11:26:31 +05302966 padding: 2px 4px 3px;
2967 font-size: 11.049999999999999px;
2968 font-weight: bold;
2969 color: #ffffff;
2970 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2971 background-color: #999999;
2972 -webkit-border-radius: 3px;
2973 -moz-border-radius: 3px;
2974 border-radius: 3px;
2975}
2976.label:hover {
2977 color: #ffffff;
2978 text-decoration: none;
2979}
2980.label-important {
2981 background-color: #b94a48;
2982}
2983.label-important:hover {
2984 background-color: #953b39;
2985}
2986.label-warning {
2987 background-color: #f89406;
2988}
2989.label-warning:hover {
2990 background-color: #c67605;
2991}
2992.label-success {
2993 background-color: #468847;
2994}
2995.label-success:hover {
2996 background-color: #356635;
2997}
2998.label-info {
2999 background-color: #3a87ad;
3000}
3001.label-info:hover {
3002 background-color: #2d6987;
3003}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303004
Rushabh Mehta2886b952012-02-24 11:26:31 +05303005/*
3006 * lib/css/bootstrap/icons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303007 */
3008[class^="icon-"], [class*=" icon-"] {
Rushabh Mehta2886b952012-02-24 11:26:31 +05303009 display: inline-block;
3010 width: 14px;
3011 height: 14px;
3012 line-height: 14px;
3013 vertical-align: text-top;
3014 background-image: url("../lib/images/icons/glyphicons-halflings.png");
3015 background-position: 14px 14px;
3016 background-repeat: no-repeat;
3017 *margin-right: .3em;
3018}
3019[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
3020 *margin-left: 0;
3021}
3022.icon-white {
3023 background-image: url("../lib/images/icons/glyphicons-halflings-white.png");
3024}
3025.icon-glass {
3026 background-position: 0 0;
3027}
3028.icon-music {
3029 background-position: -24px 0;
3030}
3031.icon-search {
3032 background-position: -48px 0;
3033}
3034.icon-envelope {
3035 background-position: -72px 0;
3036}
3037.icon-heart {
3038 background-position: -96px 0;
3039}
3040.icon-star {
3041 background-position: -120px 0;
3042}
3043.icon-star-empty {
3044 background-position: -144px 0;
3045}
3046.icon-user {
3047 background-position: -168px 0;
3048}
3049.icon-film {
3050 background-position: -192px 0;
3051}
3052.icon-th-large {
3053 background-position: -216px 0;
3054}
3055.icon-th {
3056 background-position: -240px 0;
3057}
3058.icon-th-list {
3059 background-position: -264px 0;
3060}
3061.icon-ok {
3062 background-position: -288px 0;
3063}
3064.icon-remove {
3065 background-position: -312px 0;
3066}
3067.icon-zoom-in {
3068 background-position: -336px 0;
3069}
3070.icon-zoom-out {
3071 background-position: -360px 0;
3072}
3073.icon-off {
3074 background-position: -384px 0;
3075}
3076.icon-signal {
3077 background-position: -408px 0;
3078}
3079.icon-cog {
3080 background-position: -432px 0;
3081}
3082.icon-trash {
3083 background-position: -456px 0;
3084}
3085.icon-home {
3086 background-position: 0 -24px;
3087}
3088.icon-file {
3089 background-position: -24px -24px;
3090}
3091.icon-time {
3092 background-position: -48px -24px;
3093}
3094.icon-road {
3095 background-position: -72px -24px;
3096}
3097.icon-download-alt {
3098 background-position: -96px -24px;
3099}
3100.icon-download {
3101 background-position: -120px -24px;
3102}
3103.icon-upload {
3104 background-position: -144px -24px;
3105}
3106.icon-inbox {
3107 background-position: -168px -24px;
3108}
3109.icon-play-circle {
3110 background-position: -192px -24px;
3111}
3112.icon-repeat {
3113 background-position: -216px -24px;
3114}
3115.icon-refresh {
3116 background-position: -240px -24px;
3117}
3118.icon-list-alt {
3119 background-position: -264px -24px;
3120}
3121.icon-lock {
3122 background-position: -287px -24px;
3123}
3124.icon-flag {
3125 background-position: -312px -24px;
3126}
3127.icon-headphones {
3128 background-position: -336px -24px;
3129}
3130.icon-volume-off {
3131 background-position: -360px -24px;
3132}
3133.icon-volume-down {
3134 background-position: -384px -24px;
3135}
3136.icon-volume-up {
3137 background-position: -408px -24px;
3138}
3139.icon-qrcode {
3140 background-position: -432px -24px;
3141}
3142.icon-barcode {
3143 background-position: -456px -24px;
3144}
3145.icon-tag {
3146 background-position: 0 -48px;
3147}
3148.icon-tags {
3149 background-position: -25px -48px;
3150}
3151.icon-book {
3152 background-position: -48px -48px;
3153}
3154.icon-bookmark {
3155 background-position: -72px -48px;
3156}
3157.icon-print {
3158 background-position: -96px -48px;
3159}
3160.icon-camera {
3161 background-position: -120px -48px;
3162}
3163.icon-font {
3164 background-position: -144px -48px;
3165}
3166.icon-bold {
3167 background-position: -167px -48px;
3168}
3169.icon-italic {
3170 background-position: -192px -48px;
3171}
3172.icon-text-height {
3173 background-position: -216px -48px;
3174}
3175.icon-text-width {
3176 background-position: -240px -48px;
3177}
3178.icon-align-left {
3179 background-position: -264px -48px;
3180}
3181.icon-align-center {
3182 background-position: -288px -48px;
3183}
3184.icon-align-right {
3185 background-position: -312px -48px;
3186}
3187.icon-align-justify {
3188 background-position: -336px -48px;
3189}
3190.icon-list {
3191 background-position: -360px -48px;
3192}
3193.icon-indent-left {
3194 background-position: -384px -48px;
3195}
3196.icon-indent-right {
3197 background-position: -408px -48px;
3198}
3199.icon-facetime-video {
3200 background-position: -432px -48px;
3201}
3202.icon-picture {
3203 background-position: -456px -48px;
3204}
3205.icon-pencil {
3206 background-position: 0 -72px;
3207}
3208.icon-map-marker {
3209 background-position: -24px -72px;
3210}
3211.icon-adjust {
3212 background-position: -48px -72px;
3213}
3214.icon-tint {
3215 background-position: -72px -72px;
3216}
3217.icon-edit {
3218 background-position: -96px -72px;
3219}
3220.icon-share {
3221 background-position: -120px -72px;
3222}
3223.icon-check {
3224 background-position: -144px -72px;
3225}
3226.icon-move {
3227 background-position: -168px -72px;
3228}
3229.icon-step-backward {
3230 background-position: -192px -72px;
3231}
3232.icon-fast-backward {
3233 background-position: -216px -72px;
3234}
3235.icon-backward {
3236 background-position: -240px -72px;
3237}
3238.icon-play {
3239 background-position: -264px -72px;
3240}
3241.icon-pause {
3242 background-position: -288px -72px;
3243}
3244.icon-stop {
3245 background-position: -312px -72px;
3246}
3247.icon-forward {
3248 background-position: -336px -72px;
3249}
3250.icon-fast-forward {
3251 background-position: -360px -72px;
3252}
3253.icon-step-forward {
3254 background-position: -384px -72px;
3255}
3256.icon-eject {
3257 background-position: -408px -72px;
3258}
3259.icon-chevron-left {
3260 background-position: -432px -72px;
3261}
3262.icon-chevron-right {
3263 background-position: -456px -72px;
3264}
3265.icon-plus-sign {
3266 background-position: 0 -96px;
3267}
3268.icon-minus-sign {
3269 background-position: -24px -96px;
3270}
3271.icon-remove-sign {
3272 background-position: -48px -96px;
3273}
3274.icon-ok-sign {
3275 background-position: -72px -96px;
3276}
3277.icon-question-sign {
3278 background-position: -96px -96px;
3279}
3280.icon-info-sign {
3281 background-position: -120px -96px;
3282}
3283.icon-screenshot {
3284 background-position: -144px -96px;
3285}
3286.icon-remove-circle {
3287 background-position: -168px -96px;
3288}
3289.icon-ok-circle {
3290 background-position: -192px -96px;
3291}
3292.icon-ban-circle {
3293 background-position: -216px -96px;
3294}
3295.icon-arrow-left {
3296 background-position: -240px -96px;
3297}
3298.icon-arrow-right {
3299 background-position: -264px -96px;
3300}
3301.icon-arrow-up {
3302 background-position: -289px -96px;
3303}
3304.icon-arrow-down {
3305 background-position: -312px -96px;
3306}
3307.icon-share-alt {
3308 background-position: -336px -96px;
3309}
3310.icon-resize-full {
3311 background-position: -360px -96px;
3312}
3313.icon-resize-small {
3314 background-position: -384px -96px;
3315}
3316.icon-plus {
3317 background-position: -408px -96px;
3318}
3319.icon-minus {
3320 background-position: -433px -96px;
3321}
3322.icon-asterisk {
3323 background-position: -456px -96px;
3324}
3325.icon-exclamation-sign {
3326 background-position: 0 -120px;
3327}
3328.icon-gift {
3329 background-position: -24px -120px;
3330}
3331.icon-leaf {
3332 background-position: -48px -120px;
3333}
3334.icon-fire {
3335 background-position: -72px -120px;
3336}
3337.icon-eye-open {
3338 background-position: -96px -120px;
3339}
3340.icon-eye-close {
3341 background-position: -120px -120px;
3342}
3343.icon-warning-sign {
3344 background-position: -144px -120px;
3345}
3346.icon-plane {
3347 background-position: -168px -120px;
3348}
3349.icon-calendar {
3350 background-position: -192px -120px;
3351}
3352.icon-random {
3353 background-position: -216px -120px;
3354}
3355.icon-comment {
3356 background-position: -240px -120px;
3357}
3358.icon-magnet {
3359 background-position: -264px -120px;
3360}
3361.icon-chevron-up {
3362 background-position: -288px -120px;
3363}
3364.icon-chevron-down {
3365 background-position: -313px -119px;
3366}
3367.icon-retweet {
3368 background-position: -336px -120px;
3369}
3370.icon-shopping-cart {
3371 background-position: -360px -120px;
3372}
3373.icon-folder-close {
3374 background-position: -384px -120px;
3375}
3376.icon-folder-open {
3377 background-position: -408px -120px;
3378}
3379.icon-resize-vertical {
3380 background-position: -432px -119px;
3381}
3382.icon-resize-horizontal {
3383 background-position: -456px -118px;
3384}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303385
Rushabh Mehta2886b952012-02-24 11:26:31 +05303386/*
Rushabh Mehtad48417c2012-03-19 18:42:13 +05303387 * lib/css/bootstrap/popover.css
3388 */
3389.popover {
3390 position: absolute;
3391 top: 0;
3392 left: 0;
3393 z-index: 1010;
3394 display: none;
3395 padding: 5px;
3396}
3397.popover.top {
3398 margin-top: -5px;
3399}
3400.popover.right {
3401 margin-left: 5px;
3402}
3403.popover.bottom {
3404 margin-top: 5px;
3405}
3406.popover.left {
3407 margin-left: -5px;
3408}
3409.popover.top .arrow {
3410 bottom: 0;
3411 left: 50%;
3412 margin-left: -5px;
3413 border-left: 5px solid transparent;
3414 border-right: 5px solid transparent;
3415 border-top: 5px solid #000000;
3416}
3417.popover.right .arrow {
3418 top: 50%;
3419 left: 0;
3420 margin-top: -5px;
3421 border-top: 5px solid transparent;
3422 border-bottom: 5px solid transparent;
3423 border-right: 5px solid #000000;
3424}
3425.popover.bottom .arrow {
3426 top: 0;
3427 left: 50%;
3428 margin-left: -5px;
3429 border-left: 5px solid transparent;
3430 border-right: 5px solid transparent;
3431 border-bottom: 5px solid #000000;
3432}
3433.popover.left .arrow {
3434 top: 50%;
3435 right: 0;
3436 margin-top: -5px;
3437 border-top: 5px solid transparent;
3438 border-bottom: 5px solid transparent;
3439 border-left: 5px solid #000000;
3440}
3441.popover .arrow {
3442 position: absolute;
3443 width: 0;
3444 height: 0;
3445}
3446.popover-inner {
3447 padding: 3px;
3448 width: 280px;
3449 overflow: hidden;
3450 background: #000000;
3451 background: rgba(0, 0, 0, 0.8);
3452 -webkit-border-radius: 6px;
3453 -moz-border-radius: 6px;
3454 border-radius: 6px;
3455 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3456 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3457 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3458}
3459.popover-title {
3460 padding: 9px 15px;
3461 line-height: 1;
3462 background-color: #f5f5f5;
3463 border-bottom: 1px solid #eee;
3464 -webkit-border-radius: 3px 3px 0 0;
3465 -moz-border-radius: 3px 3px 0 0;
3466 border-radius: 3px 3px 0 0;
3467}
3468.popover-content {
3469 padding: 14px;
3470 background-color: #ffffff;
3471 -webkit-border-radius: 0 0 3px 3px;
3472 -moz-border-radius: 0 0 3px 3px;
3473 border-radius: 0 0 3px 3px;
3474 -webkit-background-clip: padding-box;
3475 -moz-background-clip: padding-box;
3476 background-clip: padding-box;
3477}
3478.popover-content p, .popover-content ul, .popover-content ol {
3479 margin-bottom: 0;
3480}
3481
3482/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303483 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303484 */
3485h1, h2, h3, h4, h5 {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05303486 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehtab43f9492012-04-08 20:33:51 +05303487 font-weight: normal;
3488 color: #66ad78;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303489}
3490
3491body {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05303492 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehta983a1712012-03-21 13:35:34 +05303493 font-size: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303494}
3495
3496span, div, td, input, textarea, button, select {
3497 font-family: inherit;
3498}
3499
3500body {
Rushabh Mehta7af1c882012-03-22 11:59:46 +05303501 background: url(../images/redbeech.jpg) repeat;
Rushabh Mehtab43f9492012-04-08 20:33:51 +05303502 color: #616161;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303503}
3504
Rushabh Mehta983a1712012-03-21 13:35:34 +05303505.small {
3506 font-size: 11.5px;
3507}
3508
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303509.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05303510 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303511 text-align: center;
3512}
3513
Anand Doshidb628762012-02-24 17:56:00 +05303514.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05303515 margin: -3px 0px;
3516 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05303517 min-width: 20px;
3518 text-align: center;
3519 display: inline-block;
3520 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303521 color: #999999;
3522 background-color: #333131;
3523}
3524
3525.navbar-new-comments:hover,
3526.navbar-new-comments:active,
3527.navbar-new-comments:focus {
3528 color: #fff;
3529}
3530
3531
3532.navbar-new-comments-true {
3533 color: #fff;
3534 background-color: #B00D07;
3535}
3536
3537.navbar-icon-home {
3538 vertical-align: middle;
3539 opacity:0.4;
3540 Filter:alpha(opacity=40); /* For IE8 and earlier */
3541}
3542
3543.navbar-icon-home:hover,
3544.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05303545.navbar-icon-home:active,
3546.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303547 opacity:1;
3548 Filter:alpha(opacity=100); /* For IE8 and earlier */
3549}
3550
3551/*extra size menus for recent*/
3552.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
3553 min-width: 160px !important;
3554 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05303555}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303556