blob: 0711d355e2cab424148b84a64bf950e9901b506e [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;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530199 margin-bottom: 30px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530200}
201
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530202.layout-wrapper-background {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530203 background-color: #fafafa !important;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530204 padding: 0px;
205}
206
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530207.layout-main-section {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530208 width: 71%;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530209 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530210 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530211 background-color: #FFF;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530212 min-height: 600px;
Rushabh Mehtafdea9662012-02-27 18:03:54 +0530213 -moz-box-shadow: 7px 0px 6px -2px #ddd;
214 -webkit-box-shadow: 7px 0px 6px -2px #ddd;
215 box-shadow: 7px 0px 6px -2px #ddd;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530216}
217
218.layout-side-section {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530219 width: 22%;
Anand Doshi40ee8d62012-02-24 19:21:47 +0530220 /*float: right;*/
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530221 color: #606060;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530222 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530223 padding: 15px;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530224 min-height: 600px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530225}
226
227/* from bootstrap */
228.container {
229 margin-left: auto;
230 margin-right: auto;
231 zoom: 1;
232}
233.container:before, .container:after {
234 display: table;
235 content: "";
236 zoom: 1;
237}
238.container:after {
239 clear: both;
240}
241
Anand Doshi40ee8d62012-02-24 19:21:47 +0530242.well {
243 min-height: 20px;
244 padding: 19px;
245 margin-bottom: 20px;
246 background-color: #f5f5f5;
247 border: 1px solid #eee;
248 border: 1px solid rgba(0, 0, 0, 0.05);
249 -webkit-border-radius: 4px;
250 -moz-border-radius: 4px;
251 border-radius: 4px;
252 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
253 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
254 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
255}
256
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530257.avatar-small {
258 display: inline-block;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530259 width: 24px;
260 height: 20px;
261 vertical-align: middle;
262 overflow: hidden;
263 margin: 0px 3px;
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530264}
265.avatar-small img {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530266 width: 24px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530267}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530268
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530269/*
270 * lib/css/legacy/messages.css
271 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530272
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530273/* FLOATING MESSAGE */
274
275.btn-img { cursor: pointer; }
276
277div.fetching { color: #888; text-align:right; }
278
279div.notice {
280 postion: absolute;
281 background-color: #000;
282 -moz-border-radius: 5px; -webkit-border-radius: 5px;
283 opacity: 0.6;
284 right: 0;
285 top: 0;
286 margin-top: 8px;
287 z-index: -1;
288 padding: 8px;
289}
290
291/** help **/
292
293.info-box {
294 background-color: #F8F8F8;
295 border: 1px solid #CCCCCC;
296 border-radius: 3px 3px 3px 3px;
297 line-height: 1.6em;
298 overflow: auto;
299 padding: 6px 10px;
300 margin-bottom: 9px;
301}
302
303.help_box, .help-box {
304 background-color:#FFC;
305 font-size: 13px;
306 color: #864;
307 padding: 7px;
308 margin: 11px 0px;
309 border: 1px solid #EEB;
310}
311
312.help_box_big {
313 background-color:#FFC;
314 color: #864;
315 padding: 7px;
316 margin: 7px 0px;
317 border: 1px solid #EEB;
318 text-align: center;
319 font-size: 14px;
320}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530321
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530322/*
323 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530324 */
325/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530326
327div.dialog_wrapper {
328 position: absolute;
329 width: 440px;
330 display: none;
331 z-index: 90;
332 background-color: #FFF;
333 border: 3px solid #222;
334 box-shadow:1px 1px 5px #777;
335 -moz-box-shadow: 1px 1px 5px #777;
336 -webkit-box-shadow: 1px 1px 5px #777;
337
338 border-radius: 5px;
339 -moz-border-radius: 5px;
340 -webkit-border-radius: 5px;
341}
342
343div.dialog_head {
344 height: 22px;
345 padding: 4px;
346 background-color: #222;
347 color: #FFF;
348}
349
350div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530351 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530352 border-radius: 5px;
353 -moz-border-radius: 5px;
354 -webkit-border-radius: 5px;
355}
356
357div.dialog_back {
358 position: fixed;
359 display: none;
360 top: 0px;
361 left: 0px;
362 bottom: 0px;
363 right: 0px;
364 background-color: #EEE;
365 opacity: 0.6;
366 z-index: 50;
367 text-align: center;
368}
369
370div.dialog_message {
371 display: none;
372 position: absolute;
373 width: 250px;
374 font-size: 12px;
375 z-index: 91;
376 background-color:#FFF;
377 padding: 12px;
378 border: 1px solid #444;
379}
380
381div.dialog_row {
382 padding: 8px 8px 0px 8px;
383}
384
385div.dialog_row table {
386 width: 100%;
387}
388
389div.dialog_row table td {
390}
391
392div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
393 width: 80%;
394 font-size: 14px;
395}
396
397div.dialog_row table td textarea {
398 width: 80%;
399 height: 200px;
400 font-size: 12px;
401}
402
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530403
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530404/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530405 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530406 */
407/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530408
409h1,
410h2,
411h3,
412h4,
413h5,
414h6 {
415 margin: 0;
416 font-weight: bold;
417 color: #333333;
418 text-rendering: optimizelegibility;
419 margin-bottom: 0.3em;
420}
421h1 small,
422h2 small,
423h3 small,
424h4 small,
425h5 small,
426h6 small {
427 font-weight: normal;
428 color: #999999;
429}
430h1 {
431 font-size: 30px;
432 line-height: 36px;
433}
434h1 small {
435 font-size: 18px;
436}
437h2 {
438 font-size: 24px;
439 line-height: 36px;
440}
441h2 small {
442 font-size: 18px;
443}
444h3 {
445 line-height: 27px;
446 font-size: 18px;
447}
448h3 small {
449 font-size: 14px;
450}
451h4, h5, h6 {
452 line-height: 18px;
453}
454h4 {
455 font-size: 14px;
456}
457h4 small {
458 font-size: 12px;
459}
460h5 {
461 font-size: 12px;
462}
463h6 {
464 font-size: 11px;
465 color: #999999;
466 text-transform: uppercase;
467}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530468
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530469/*
470 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530471 */
472.close {
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530473 font-family: Helvetica, Sans;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530474 float: right;
475 font-size: 20px;
476 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530477 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530478 color: #000000;
479 text-shadow: 0 1px 0 #ffffff;
480 opacity: 0.2;
481 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530482}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530483.close:hover {
484 color: #000000;
485 text-decoration: none;
486 opacity: 0.4;
487 filter: alpha(opacity=40);
488 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530489}
490.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530491 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530492 padding: 4px 10px 4px;
493 font-size: 13px;
494 line-height: 18px;
495 color: #333333;
496 text-align: center;
497 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
498 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530499 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
500 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
501 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
502 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
503 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
504 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530505 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530506 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530507 border: 1px solid #ccc;
508 border-bottom-color: #bbb;
509 -webkit-border-radius: 4px;
510 -moz-border-radius: 4px;
511 border-radius: 4px;
512 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
513 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
514 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 +0530515 cursor: pointer;
516 *margin-left: .3em;
517}
518.btn:first-child {
519 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530520}
521.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530522 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530523 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530524 background-color: #e6e6e6;
525 background-position: 0 -15px;
526 -webkit-transition: background-position 0.1s linear;
527 -moz-transition: background-position 0.1s linear;
528 -ms-transition: background-position 0.1s linear;
529 -o-transition: background-position 0.1s linear;
530 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530531}
532.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530533 outline: thin dotted;
534 outline: 5px auto -webkit-focus-ring-color;
535 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530536}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530537.btn.active, .btn:active {
538 background-image: none;
539 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
540 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
541 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
542 background-color: #e6e6e6;
543 background-color: #d9d9d9 \9;
544 color: rgba(0, 0, 0, 0.5);
545 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530546}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530547.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530548 cursor: default;
549 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530550 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530551 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530552 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530553 -webkit-box-shadow: none;
554 -moz-box-shadow: none;
555 box-shadow: none;
556}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530557.btn-large {
558 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530559 font-size: 15px;
560 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530561 -webkit-border-radius: 5px;
562 -moz-border-radius: 5px;
563 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530564}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530565.btn-large .icon {
566 margin-top: 1px;
567}
568.btn-small {
569 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530570 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530571 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530572}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530573.btn-small .icon {
574 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530575}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530576.btn-primary,
577.btn-primary:hover,
578.btn-warning,
579.btn-warning:hover,
580.btn-danger,
581.btn-danger:hover,
582.btn-success,
583.btn-success:hover,
584.btn-info,
585.btn-info:hover {
586 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
587 color: #ffffff;
588}
589.btn-primary.active,
590.btn-warning.active,
591.btn-danger.active,
592.btn-success.active,
593.btn-info.active {
594 color: rgba(255, 255, 255, 0.75);
595}
596.btn-primary {
597 background-color: #006dcc;
598 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
599 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
600 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
601 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
602 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
603 background-image: linear-gradient(top, #0088cc, #0044cc);
604 background-repeat: repeat-x;
605 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
606 border-color: #0044cc #0044cc #002a80;
607 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
608 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
609}
610.btn-primary:hover,
611.btn-primary:active,
612.btn-primary.active,
613.btn-primary.disabled,
614.btn-primary[disabled] {
615 background-color: #0044cc;
616}
617.btn-primary:active, .btn-primary.active {
618 background-color: #003399 \9;
619}
620.btn-warning {
621 background-color: #faa732;
622 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
623 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
624 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
625 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
626 background-image: -o-linear-gradient(top, #fbb450, #f89406);
627 background-image: linear-gradient(top, #fbb450, #f89406);
628 background-repeat: repeat-x;
629 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
630 border-color: #f89406 #f89406 #ad6704;
631 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
632 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
633}
634.btn-warning:hover,
635.btn-warning:active,
636.btn-warning.active,
637.btn-warning.disabled,
638.btn-warning[disabled] {
639 background-color: #f89406;
640}
641.btn-warning:active, .btn-warning.active {
642 background-color: #c67605 \9;
643}
644.btn-danger {
645 background-color: #da4f49;
646 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
647 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
648 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
649 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
650 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
651 background-image: linear-gradient(top, #ee5f5b, #bd362f);
652 background-repeat: repeat-x;
653 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
654 border-color: #bd362f #bd362f #802420;
655 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
656 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
657}
658.btn-danger:hover,
659.btn-danger:active,
660.btn-danger.active,
661.btn-danger.disabled,
662.btn-danger[disabled] {
663 background-color: #bd362f;
664}
665.btn-danger:active, .btn-danger.active {
666 background-color: #942a25 \9;
667}
668.btn-success {
669 background-color: #5bb75b;
670 background-image: -moz-linear-gradient(top, #62c462, #51a351);
671 background-image: -ms-linear-gradient(top, #62c462, #51a351);
672 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
673 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
674 background-image: -o-linear-gradient(top, #62c462, #51a351);
675 background-image: linear-gradient(top, #62c462, #51a351);
676 background-repeat: repeat-x;
677 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
678 border-color: #51a351 #51a351 #387038;
679 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
680 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
681}
682.btn-success:hover,
683.btn-success:active,
684.btn-success.active,
685.btn-success.disabled,
686.btn-success[disabled] {
687 background-color: #51a351;
688}
689.btn-success:active, .btn-success.active {
690 background-color: #408140 \9;
691}
692.btn-info {
693 background-color: #49afcd;
694 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
695 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
696 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
697 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
698 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
699 background-image: linear-gradient(top, #5bc0de, #2f96b4);
700 background-repeat: repeat-x;
701 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
702 border-color: #2f96b4 #2f96b4 #1f6377;
703 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
704 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
705}
706.btn-info:hover,
707.btn-info:active,
708.btn-info.active,
709.btn-info.disabled,
710.btn-info[disabled] {
711 background-color: #2f96b4;
712}
713.btn-info:active, .btn-info.active {
714 background-color: #24748c \9;
715}
716button.btn, input[type="submit"].btn {
717 *padding-top: 2px;
718 *padding-bottom: 2px;
719}
720button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530721 padding: 0;
722 border: 0;
723}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530724button.btn.large, input[type="submit"].btn.large {
725 *padding-top: 7px;
726 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530727}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530728button.btn.small, input[type="submit"].btn.small {
729 *padding-top: 3px;
730 *padding-bottom: 3px;
731}
732.btn-group {
733 position: relative;
734 *zoom: 1;
735 *margin-left: .3em;
736}
737.btn-group:before, .btn-group:after {
738 display: table;
739 content: "";
740}
741.btn-group:after {
742 clear: both;
743}
744.btn-group:first-child {
745 *margin-left: 0;
746}
747.btn-group + .btn-group {
748 margin-left: 5px;
749}
750.btn-toolbar {
751 margin-top: 9px;
752 margin-bottom: 9px;
753}
754.btn-toolbar .btn-group {
755 display: inline-block;
756 *display: inline;
757 /* IE7 inline-block hack */
758
759 *zoom: 1;
760}
761.btn-group .btn {
762 position: relative;
763 float: left;
764 margin-left: -1px;
765 -webkit-border-radius: 0;
766 -moz-border-radius: 0;
767 border-radius: 0;
768}
769.btn-group .btn:first-child {
770 margin-left: 0;
771 -webkit-border-top-left-radius: 4px;
772 -moz-border-radius-topleft: 4px;
773 border-top-left-radius: 4px;
774 -webkit-border-bottom-left-radius: 4px;
775 -moz-border-radius-bottomleft: 4px;
776 border-bottom-left-radius: 4px;
777}
778.btn-group .btn:last-child, .btn-group .dropdown-toggle {
779 -webkit-border-top-right-radius: 4px;
780 -moz-border-radius-topright: 4px;
781 border-top-right-radius: 4px;
782 -webkit-border-bottom-right-radius: 4px;
783 -moz-border-radius-bottomright: 4px;
784 border-bottom-right-radius: 4px;
785}
786.btn-group .btn.large:first-child {
787 margin-left: 0;
788 -webkit-border-top-left-radius: 6px;
789 -moz-border-radius-topleft: 6px;
790 border-top-left-radius: 6px;
791 -webkit-border-bottom-left-radius: 6px;
792 -moz-border-radius-bottomleft: 6px;
793 border-bottom-left-radius: 6px;
794}
795.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
796 -webkit-border-top-right-radius: 6px;
797 -moz-border-radius-topright: 6px;
798 border-top-right-radius: 6px;
799 -webkit-border-bottom-right-radius: 6px;
800 -moz-border-radius-bottomright: 6px;
801 border-bottom-right-radius: 6px;
802}
803.btn-group .btn:hover,
804.btn-group .btn:focus,
805.btn-group .btn:active,
806.btn-group .btn.active {
807 z-index: 2;
808}
809.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
810 outline: 0;
811}
812.btn-group .dropdown-toggle {
813 padding-left: 8px;
814 padding-right: 8px;
815 -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);
816 -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);
817 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);
818 *padding-top: 5px;
819 *padding-bottom: 5px;
820}
821.btn-group.open {
822 *z-index: 1000;
823}
824.btn-group.open .dropdown-menu {
825 display: block;
826 margin-top: 1px;
827 -webkit-border-radius: 5px;
828 -moz-border-radius: 5px;
829 border-radius: 5px;
830}
831.btn-group.open .dropdown-toggle {
832 background-image: none;
833 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
834 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
835 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
836}
837.btn .caret {
838 margin-top: 7px;
839 margin-left: 0;
840}
841.btn:hover .caret, .open.btn-group .caret {
842 opacity: 1;
843 filter: alpha(opacity=100);
844}
845.btn-primary .caret,
846.btn-danger .caret,
847.btn-info .caret,
848.btn-success .caret {
849 border-top-color: #ffffff;
850 opacity: 0.75;
851 filter: alpha(opacity=75);
852}
853.btn-small .caret {
854 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530855}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530856
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530857/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530858 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530859 */
860.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530861 margin-left: 0;
862 margin-bottom: 18px;
863 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530864}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530865.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530866 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530867}
868.nav > li > a:hover {
869 text-decoration: none;
870 background-color: #eeeeee;
871}
872.nav-list {
873 padding-left: 14px;
874 padding-right: 14px;
875 margin-bottom: 0;
876}
877.nav-list > li > a, .nav-list .nav-header {
878 display: block;
879 padding: 3px 15px;
880 margin-left: -15px;
881 margin-right: -15px;
882 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
883}
884.nav-list .nav-header {
885 font-size: 11px;
886 font-weight: bold;
887 line-height: 18px;
888 color: #999999;
889 text-transform: uppercase;
890}
891.nav-list > li + .nav-header {
892 margin-top: 9px;
893}
894.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530895 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530896 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
897 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530898}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530899.nav-list [class^="icon-"] {
900 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530901}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530902.nav-tabs, .nav-pills {
903 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530904}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530905.nav-tabs:before,
906.nav-pills:before,
907.nav-tabs:after,
908.nav-pills:after {
909 display: table;
910 content: "";
911}
912.nav-tabs:after, .nav-pills:after {
913 clear: both;
914}
915.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530916 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530917}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530918.nav-tabs > li > a, .nav-pills > li > a {
919 padding-right: 12px;
920 padding-left: 12px;
921 margin-right: 2px;
922 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530923}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530924.nav-tabs {
925 border-bottom: 1px solid #ddd;
926}
927.nav-tabs > li {
928 margin-bottom: -1px;
929}
930.nav-tabs > li > a {
931 padding-top: 9px;
932 padding-bottom: 9px;
933 border: 1px solid transparent;
934 -webkit-border-radius: 4px 4px 0 0;
935 -moz-border-radius: 4px 4px 0 0;
936 border-radius: 4px 4px 0 0;
937}
938.nav-tabs > li > a:hover {
939 border-color: #eeeeee #eeeeee #dddddd;
940}
941.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
942 color: #555555;
943 background-color: #ffffff;
944 border: 1px solid #ddd;
945 border-bottom-color: transparent;
946 cursor: default;
947}
948.nav-pills > li > a {
949 padding-top: 8px;
950 padding-bottom: 8px;
951 margin-top: 2px;
952 margin-bottom: 2px;
953 -webkit-border-radius: 5px;
954 -moz-border-radius: 5px;
955 border-radius: 5px;
956}
957.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530958 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530959 background-color: #0088cc;
960}
961.nav-stacked > li {
962 float: none;
963}
964.nav-stacked > li > a {
965 margin-right: 0;
966}
967.nav-tabs.nav-stacked {
968 border-bottom: 0;
969}
970.nav-tabs.nav-stacked > li > a {
971 border: 1px solid #ddd;
972 -webkit-border-radius: 0;
973 -moz-border-radius: 0;
974 border-radius: 0;
975}
976.nav-tabs.nav-stacked > li:first-child > a {
977 -webkit-border-radius: 4px 4px 0 0;
978 -moz-border-radius: 4px 4px 0 0;
979 border-radius: 4px 4px 0 0;
980}
981.nav-tabs.nav-stacked > li:last-child > a {
982 -webkit-border-radius: 0 0 4px 4px;
983 -moz-border-radius: 0 0 4px 4px;
984 border-radius: 0 0 4px 4px;
985}
986.nav-tabs.nav-stacked > li > a:hover {
987 border-color: #ddd;
988 z-index: 2;
989}
990.nav-pills.nav-stacked > li > a {
991 margin-bottom: 3px;
992}
993.nav-pills.nav-stacked > li:last-child > a {
994 margin-bottom: 1px;
995}
996.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
997 margin-top: 1px;
998 border-width: 1px;
999}
1000.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301001 -webkit-border-radius: 4px;
1002 -moz-border-radius: 4px;
1003 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301004}
1005.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
1006 border-top-color: #0088cc;
1007 margin-top: 6px;
1008}
1009.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
1010 border-top-color: #005580;
1011}
1012.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
1013 border-top-color: #333333;
1014}
1015.nav > .dropdown.active > a:hover {
1016 color: #000000;
1017 cursor: pointer;
1018}
1019.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
1020 color: #ffffff;
1021 background-color: #999999;
1022 border-color: #999999;
1023}
1024.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
1025 border-top-color: #ffffff;
1026 opacity: 1;
1027 filter: alpha(opacity=100);
1028}
1029
1030.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301031 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301032 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301033}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301034.navbar-inner {
1035 padding-left: 20px;
1036 padding-right: 20px;
1037 background-color: #2c2c2c;
1038 background-image: -moz-linear-gradient(top, #333333, #222222);
1039 background-image: -ms-linear-gradient(top, #333333, #222222);
1040 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1041 background-image: -webkit-linear-gradient(top, #333333, #222222);
1042 background-image: -o-linear-gradient(top, #333333, #222222);
1043 background-image: linear-gradient(top, #333333, #222222);
1044 background-repeat: repeat-x;
1045 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1046 -webkit-border-radius: 4px;
1047 -moz-border-radius: 4px;
1048 border-radius: 4px;
1049 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1050 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1051 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1052}
1053.btn-navbar {
1054 display: none;
1055 float: right;
1056 padding: 7px 10px;
1057 margin-left: 5px;
1058 margin-right: 5px;
1059 background-color: #2c2c2c;
1060 background-image: -moz-linear-gradient(top, #333333, #222222);
1061 background-image: -ms-linear-gradient(top, #333333, #222222);
1062 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1063 background-image: -webkit-linear-gradient(top, #333333, #222222);
1064 background-image: -o-linear-gradient(top, #333333, #222222);
1065 background-image: linear-gradient(top, #333333, #222222);
1066 background-repeat: repeat-x;
1067 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1068 border-color: #222222 #222222 #000000;
1069 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1070 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1071 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1072 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1073 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1074}
1075.btn-navbar:hover,
1076.btn-navbar:active,
1077.btn-navbar.active,
1078.btn-navbar.disabled,
1079.btn-navbar[disabled] {
1080 background-color: #222222;
1081}
1082.btn-navbar:active, .btn-navbar.active {
1083 background-color: #080808 \9;
1084}
1085.btn-navbar .icon-bar {
1086 display: block;
1087 width: 18px;
1088 height: 2px;
1089 background-color: #f5f5f5;
1090 -webkit-border-radius: 1px;
1091 -moz-border-radius: 1px;
1092 border-radius: 1px;
1093 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1094 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1095 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1096}
1097.btn-navbar .icon-bar + .icon-bar {
1098 margin-top: 3px;
1099}
1100.nav-collapse.collapse {
1101 height: auto;
1102}
1103.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301104 text-decoration: none;
1105}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301106.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301107 float: left;
1108 display: block;
1109 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301110 font-size: 20px;
1111 font-weight: 200;
1112 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301113 color: #ffffff;
1114}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301115.navbar .navbar-text {
1116 margin-bottom: 0;
1117 line-height: 40px;
1118 color: #999999;
1119}
1120.navbar .navbar-text a:hover {
1121 color: #ffffff;
1122 background-color: transparent;
1123}
1124.navbar .btn, .navbar .btn-group {
1125 margin-top: 5px;
1126}
1127.navbar .btn-group .btn {
1128 margin-top: 0;
1129}
1130.navbar-form {
1131 margin-bottom: 0;
1132 *zoom: 1;
1133}
1134.navbar-form:before, .navbar-form:after {
1135 display: table;
1136 content: "";
1137}
1138.navbar-form:after {
1139 clear: both;
1140}
1141.navbar-form input, .navbar-form select {
1142 display: inline-block;
1143 margin-top: 5px;
1144 margin-bottom: 0;
1145}
1146.navbar-form .radio, .navbar-form .checkbox {
1147 margin-top: 5px;
1148}
1149.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
1150 margin-top: 3px;
1151}
1152.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301153 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301154 float: left;
1155 margin-top: 6px;
1156 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301157}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301158.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301159 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301160 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1161 font-size: 13px;
1162 font-weight: normal;
1163 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301164 color: #ffffff;
1165 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301166 background: #666;
1167 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301168 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301169 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1170 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1171 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 +05301172 -webkit-transition: none;
1173 -moz-transition: none;
1174 -ms-transition: none;
1175 -o-transition: none;
1176 transition: none;
1177}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301178.navbar-search .search-query :-moz-placeholder {
1179 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301180}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301181.navbar-search .search-query::-webkit-input-placeholder {
1182 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301183}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301184.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301185 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301186 background-color: #999999;
1187 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301188}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301189.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301190 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301191 color: #333333;
1192 text-shadow: 0 1px 0 #ffffff;
1193 background-color: #ffffff;
1194 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301195 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1196 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1197 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301198 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301199}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301200.navbar-fixed-top {
1201 position: fixed;
1202 top: 0;
1203 right: 0;
1204 left: 0;
1205 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301206}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301207.navbar-fixed-top .navbar-inner {
1208 padding-left: 0;
1209 padding-right: 0;
1210 -webkit-border-radius: 0;
1211 -moz-border-radius: 0;
1212 border-radius: 0;
1213}
1214.navbar .nav {
1215 position: relative;
1216 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301217 display: block;
1218 float: left;
1219 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301220}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301221.navbar .nav.pull-right {
1222 float: right;
1223}
1224.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301225 display: block;
1226 float: left;
1227}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301228.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301229 float: none;
1230 padding: 10px 10px 11px;
1231 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301232 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301233 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301234 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301235}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301236.navbar .nav > li > a:hover {
1237 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301238 color: #ffffff;
1239 text-decoration: none;
1240}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301241.navbar .nav .active > a, .navbar .nav .active > a:hover {
1242 color: #ffffff;
1243 text-decoration: none;
1244 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301245 background-color: rgba(0, 0, 0, 0.5);
1246}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301247.navbar .divider-vertical {
1248 height: 40px;
1249 width: 1px;
1250 margin: 0 9px;
1251 overflow: hidden;
1252 background-color: #222222;
1253 border-right: 1px solid #333333;
1254}
1255.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301256 margin-left: 10px;
1257 margin-right: 0;
1258}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301259.navbar .dropdown-menu {
1260 margin-top: 1px;
1261 -webkit-border-radius: 4px;
1262 -moz-border-radius: 4px;
1263 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301264}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301265.navbar .dropdown-menu:before {
1266 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301267 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301268 border-left: 7px solid transparent;
1269 border-right: 7px solid transparent;
1270 border-bottom: 7px solid #ccc;
1271 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301272 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301273 top: -7px;
1274 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301275}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301276.navbar .dropdown-menu:after {
1277 content: '';
1278 display: inline-block;
1279 border-left: 6px solid transparent;
1280 border-right: 6px solid transparent;
1281 border-bottom: 6px solid #ffffff;
1282 position: absolute;
1283 top: -6px;
1284 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301285}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301286.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
1287 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301288}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301289.navbar .nav .active .caret {
1290 opacity: 1;
1291 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301292}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301293.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
1294 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301295}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301296.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301297 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301298}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301299.navbar .nav.pull-right .dropdown-menu {
1300 left: auto;
1301 right: 0;
1302}
1303.navbar .nav.pull-right .dropdown-menu:before {
1304 left: auto;
1305 right: 12px;
1306}
1307.navbar .nav.pull-right .dropdown-menu:after {
1308 left: auto;
1309 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301310}
1311
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301312/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301313.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301314 display: block;
1315 float: right;
1316 width: 20px;
1317 margin-bottom: -5px;
1318 margin-top: 10px;
1319 visibility: hidden;
1320}
1321
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301322.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301323 padding: 0px 20px;
1324}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301325
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301326
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301327/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301328 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301329 */
1330.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301331 position: relative;
1332}
1333.dropdown-toggle {
1334 *margin-bottom: -3px;
1335}
1336.dropdown-toggle:active, .open .dropdown-toggle {
1337 outline: 0;
1338}
1339.caret {
1340 display: inline-block;
1341 width: 0;
1342 height: 0;
1343 text-indent: -99999px;
1344 *text-indent: 0;
1345 vertical-align: top;
1346 border-left: 4px solid transparent;
1347 border-right: 4px solid transparent;
1348 border-top: 4px solid #000000;
1349 opacity: 0.3;
1350 filter: alpha(opacity=30);
1351 content: "\2193";
1352}
1353.dropdown .caret {
1354 margin-top: 8px;
1355 margin-left: 2px;
1356}
1357.dropdown:hover .caret, .open.dropdown .caret {
1358 opacity: 1;
1359 filter: alpha(opacity=100);
1360}
1361.dropdown-menu {
1362 position: absolute;
1363 top: 100%;
1364 left: 0;
1365 z-index: 1000;
1366 float: left;
1367 display: none;
1368 min-width: 160px;
1369 max-width: 220px;
1370 _width: 160px;
1371 padding: 4px 0;
1372 margin: 0;
1373 list-style: none;
1374 background-color: #ffffff;
1375 border-color: #ccc;
1376 border-color: rgba(0, 0, 0, 0.2);
1377 border-style: solid;
1378 border-width: 1px;
1379 -webkit-border-radius: 0 0 5px 5px;
1380 -moz-border-radius: 0 0 5px 5px;
1381 border-radius: 0 0 5px 5px;
1382 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1383 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1384 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1385 -webkit-background-clip: padding-box;
1386 -moz-background-clip: padding;
1387 background-clip: padding-box;
1388 *border-right-width: 2px;
1389 *border-bottom-width: 2px;
1390}
1391.dropdown-menu.bottom-up {
1392 top: auto;
1393 bottom: 100%;
1394 margin-bottom: 2px;
1395}
1396.dropdown-menu .divider {
1397 height: 1px;
1398 margin: 5px 1px;
1399 overflow: hidden;
1400 background-color: #e5e5e5;
1401 border-bottom: 1px solid #ffffff;
1402 *width: 100%;
1403 *margin: -5px 0 5px;
1404}
1405.dropdown-menu a {
1406 display: block;
1407 padding: 3px 15px;
1408 clear: both;
1409 font-weight: normal;
1410 line-height: 18px;
1411 color: #555555;
1412 white-space: nowrap;
1413}
1414.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
1415 color: #ffffff;
1416 text-decoration: none;
1417 background-color: #0088cc;
1418}
1419.dropdown.open {
1420 *z-index: 1000;
1421}
1422.dropdown.open .dropdown-toggle {
1423 color: #ffffff;
1424 background: #ccc;
1425 background: rgba(0, 0, 0, 0.3);
1426}
1427.dropdown.open .dropdown-menu {
1428 display: block;
1429}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301430
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301431/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05301432 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301433 */
1434.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05301435 position: absolute;
1436 z-index: 1020;
1437 display: block;
1438 visibility: visible;
1439 padding: 5px;
1440 font-size: 11px;
1441 opacity: 0;
1442 filter: alpha(opacity=0);
1443}
1444.tooltip.in {
1445 opacity: 0.8;
1446 filter: alpha(opacity=80);
1447}
1448.tooltip.top {
1449 margin-top: -2px;
1450}
1451.tooltip.right {
1452 margin-left: 2px;
1453}
1454.tooltip.bottom {
1455 margin-top: 2px;
1456}
1457.tooltip.left {
1458 margin-left: -2px;
1459}
1460.tooltip.top .tooltip-arrow {
1461 bottom: 0;
1462 left: 50%;
1463 margin-left: -5px;
1464 border-left: 5px solid transparent;
1465 border-right: 5px solid transparent;
1466 border-top: 5px solid #000000;
1467}
1468.tooltip.left .tooltip-arrow {
1469 top: 50%;
1470 right: 0;
1471 margin-top: -5px;
1472 border-top: 5px solid transparent;
1473 border-bottom: 5px solid transparent;
1474 border-left: 5px solid #000000;
1475}
1476.tooltip.bottom .tooltip-arrow {
1477 top: 0;
1478 left: 50%;
1479 margin-left: -5px;
1480 border-left: 5px solid transparent;
1481 border-right: 5px solid transparent;
1482 border-bottom: 5px solid #000000;
1483}
1484.tooltip.right .tooltip-arrow {
1485 top: 50%;
1486 left: 0;
1487 margin-top: -5px;
1488 border-top: 5px solid transparent;
1489 border-bottom: 5px solid transparent;
1490 border-right: 5px solid #000000;
1491}
1492.tooltip-inner {
1493 max-width: 200px;
1494 padding: 3px 8px;
1495 color: #ffffff;
1496 text-align: center;
1497 text-decoration: none;
1498 background-color: #000000;
1499 -webkit-border-radius: 4px;
1500 -moz-border-radius: 4px;
1501 border-radius: 4px;
1502}
1503.tooltip-arrow {
1504 position: absolute;
1505 width: 0;
1506 height: 0;
1507}
1508.popover {
1509 position: absolute;
1510 top: 0;
1511 left: 0;
1512 z-index: 1010;
1513 display: none;
1514 padding: 5px;
1515}
1516.popover.top {
1517 margin-top: -5px;
1518}
1519.popover.right {
1520 margin-left: 5px;
1521}
1522.popover.bottom {
1523 margin-top: 5px;
1524}
1525.popover.left {
1526 margin-left: -5px;
1527}
1528.popover.top .arrow {
1529 bottom: 0;
1530 left: 50%;
1531 margin-left: -5px;
1532 border-left: 5px solid transparent;
1533 border-right: 5px solid transparent;
1534 border-top: 5px solid #000000;
1535}
1536.popover.right .arrow {
1537 top: 50%;
1538 left: 0;
1539 margin-top: -5px;
1540 border-top: 5px solid transparent;
1541 border-bottom: 5px solid transparent;
1542 border-right: 5px solid #000000;
1543}
1544.popover.bottom .arrow {
1545 top: 0;
1546 left: 50%;
1547 margin-left: -5px;
1548 border-left: 5px solid transparent;
1549 border-right: 5px solid transparent;
1550 border-bottom: 5px solid #000000;
1551}
1552.popover.left .arrow {
1553 top: 50%;
1554 right: 0;
1555 margin-top: -5px;
1556 border-top: 5px solid transparent;
1557 border-bottom: 5px solid transparent;
1558 border-left: 5px solid #000000;
1559}
1560.popover .arrow {
1561 position: absolute;
1562 width: 0;
1563 height: 0;
1564}
1565.popover-inner {
1566 padding: 3px;
1567 width: 280px;
1568 overflow: hidden;
1569 background: #000000;
1570 background: rgba(0, 0, 0, 0.8);
1571 -webkit-border-radius: 6px;
1572 -moz-border-radius: 6px;
1573 border-radius: 6px;
1574 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1575 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1576 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1577}
1578.popover-title {
1579 padding: 9px 15px;
1580 line-height: 1;
1581 background-color: #f5f5f5;
1582 border-bottom: 1px solid #eee;
1583 -webkit-border-radius: 3px 3px 0 0;
1584 -moz-border-radius: 3px 3px 0 0;
1585 border-radius: 3px 3px 0 0;
1586}
1587.popover-content {
1588 padding: 14px;
1589 background-color: #ffffff;
1590 -webkit-border-radius: 0 0 3px 3px;
1591 -moz-border-radius: 0 0 3px 3px;
1592 border-radius: 0 0 3px 3px;
1593 -webkit-background-clip: padding-box;
1594 -moz-background-clip: padding-box;
1595 background-clip: padding-box;
1596}
1597.popover-content p, .popover-content ul, .popover-content ol {
1598 margin-bottom: 0;
1599}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301600
Rushabh Mehtad0251332012-02-21 17:26:50 +05301601/*
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301602 * lib/css/ui/fonts.css
1603 */
1604@font-face {
1605 font-family: 'Pontano Sans';
1606 font-style: normal;
1607 font-weight: 800;
1608 src: url('../lib/css/fonts/pontanosans.woff') format('woff');
1609}
1610
1611@font-face {
1612 font-family: 'Droid Sans';
1613 font-style: normal;
1614 font-weight: normal;
1615 src: local('Droid Sans'), local('DroidSans'), url('../lib/css/fonts/droidsans.woff') format('woff');
1616}
1617
1618@font-face {
1619 font-family: 'PT Sans';
1620 font-style: normal;
1621 font-weight: normal;
1622 src: local('PT Sans'), local('PTSans-Regular'), url('../lib/css/fonts/ptsans.woff') format('woff');
1623}
1624
1625@font-face {
1626 font-family: 'Open Sans';
1627 font-style: normal;
1628 font-weight: 400;
1629 src: local('Open Sans'), local('OpenSans'), url('../lib/css/fonts/opensans.woff') format('woff');
1630}
1631@font-face {
1632 font-family: 'Lato';
1633 font-style: normal;
1634 font-weight: 400;
1635 src: local('Lato Regular'), local('Lato-Regular'), url('../lib/css/fonts/lato.woff') format('woff');
1636}
1637
1638
1639
1640/*
1641 * lib/css/ui/list.css
1642 */
1643.hide {
1644 display: none;
1645}
1646
1647.list-filters {
1648 margin: 7px 0px;
1649}
1650
1651.wnlist .img-load {
1652 display: none;
1653 float: left;
1654 margin-bottom: 8px;
1655}
1656
1657/* list-row */
1658div.list-row {
1659 border-bottom: 1px solid #eee;
1660 padding: 5px 0px;
1661}
1662div.list-row:hover {
1663 background-color: #eef
1664}
1665
1666div.list-row .label {
1667 margin-right: 4px;
1668}
1669
1670div.list-row table {
1671 table-layout: fixed;
1672 border-collapse: collapse;
1673 width: 100%;
1674}
1675
1676div.list-row table td {
1677 overflow: hidden;
1678 padding-right: 3px;
1679 vertical-align: middle;
1680 height: 24px;
1681 max-height: 24px;
1682}
1683
1684div.paging-button {
1685 text-align: center;
1686 padding: 11px 0px;
1687}
1688
1689div.show_filters {
1690 display: none;
1691}
1692
1693div.filter_list {
1694 padding: 13px;
1695}
1696
1697div.show_filters.well {
1698 margin-top: 11px;
1699 margin-bottom: 11px;
1700}
1701
1702div.filter_list .run_btn {
1703 text-align: right;
1704}
1705
1706div.filter_list .add_filter {
1707 margin: 3px 0px;
1708}
1709
1710div.list_filter {
1711 margin: 7px 0px;
1712}
1713
1714div.list_filter input, div.list_filter select {
1715 width: 130px;
1716 margin-right: 7px;
1717}
1718
1719/* bar */
1720
1721span.bar-outer {
1722 display: inline-block;
1723 margin: 0px 7px;
1724 margin-top: 3px;
1725 background-color: #fff;
1726 border: 1px solid #aaa;
1727 height: 10px;
1728}
1729
1730span.bar-inner {
1731 display: inline-block;
1732 background-color: #bdf;
1733 height: 100%;
1734 margin-bottom: 2px;
1735 float: left;
1736}
1737span.bar-complete {
1738 background-color: #009900;
1739}
1740span.bar-empty {
1741 background-color: #990000;
1742}
1743
1744
1745/* stats */
1746
1747div.stat-wrapper {
1748 margin-bottom: 19px;
1749}
1750
1751div.stat-grid {
1752 border: 2px solid #bbb;
1753 background-color: white;
1754 border-radius: 5px;
1755 -moz-border-radius: 5px;
1756 -webkit-border-radius: 5px;
1757 overflow: hidden;
1758}
1759
1760div.stat-label {
1761 position: relative;
1762 padding: 3px;
1763 text-align: center;
1764}
1765div.stat-label, div.stat-label a {
1766 z-index: 5;
1767}
1768
1769div.stat-item {
1770 position: relative;
1771 border-bottom: 1px solid #ddd;
1772}
1773div.stat-item:last-child {
1774 border-bottom: 0px solid #ddd;
1775}
1776
1777div.stat-bar {
1778 position: absolute;
1779 left: 0px;
1780 background-color: #def;
1781 height: 100%;
1782 z-index: 0;
1783}
1784
1785
1786
1787
1788
1789/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301790 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301791 */
1792h1, h2, h3, h4, h5 {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301793 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301794 font-weight: bold;
1795}
1796
1797body {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301798 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehta983a1712012-03-21 13:35:34 +05301799 font-size: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301800}
1801
1802span, div, td, input, textarea, button, select {
1803 font-family: inherit;
1804}
1805
1806body {
Rushabh Mehta7af1c882012-03-22 11:59:46 +05301807 background: url(../images/redbeech.jpg) repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301808}
1809
Rushabh Mehta983a1712012-03-21 13:35:34 +05301810.small {
1811 font-size: 11.5px;
1812}
1813
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301814.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05301815 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301816 text-align: center;
1817}
1818
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301819.module-icons {
1820 background: url(../images/module-icons.png) no-repeat top left;
1821 width:16px;
1822 height:16px;
1823}
1824
1825.module-icons-accounts{ background-position: 0 0; }
1826.module-icons-analysis{ background-position: 0 -66px; }
1827.module-icons-buying{ background-position: 0 -132px; }
1828.module-icons-home{ background-position: 0 -198px; }
1829.module-icons-hr{ background-position: 0 -264px; }
1830.module-icons-people{ background-position: 0 -330px; }
1831.module-icons-production{ background-position: 0 -396px; }
1832.module-icons-projects{ background-position: 0 -462px; }
1833.module-icons-selling{ background-position: 0 -528px; }
1834.module-icons-setup{ background-position: 0 -594px; }
1835.module-icons-stock{ background-position: 0 -660px; }
1836.module-icons-support{ background-position: 0 -726px; }
Anand Doshic3023be2012-02-20 16:31:55 +05301837
Anand Doshidb628762012-02-24 17:56:00 +05301838.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05301839 margin: -3px 0px;
1840 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05301841 min-width: 20px;
1842 text-align: center;
1843 display: inline-block;
1844 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301845 color: #999999;
1846 background-color: #333131;
1847}
1848
1849.navbar-new-comments:hover,
1850.navbar-new-comments:active,
1851.navbar-new-comments:focus {
1852 color: #fff;
1853}
1854
1855
1856.navbar-new-comments-true {
1857 color: #fff;
1858 background-color: #B00D07;
1859}
1860
1861.navbar-icon-home {
1862 vertical-align: middle;
1863 opacity:0.4;
1864 Filter:alpha(opacity=40); /* For IE8 and earlier */
1865}
1866
1867.navbar-icon-home:hover,
1868.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05301869.navbar-icon-home:active,
1870.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301871 opacity:1;
1872 Filter:alpha(opacity=100); /* For IE8 and earlier */
1873}
1874
1875/*extra size menus for recent*/
1876.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
1877 min-width: 160px !important;
1878 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05301879}
1880
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301881
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301882/*
1883 * erpnext/website/css/website.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301884 */
1885.layout_wrapper {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301886 padding: 20px;
1887}
1888
1889h1 {
1890 margin-bottom: 15px;
1891}
1892
Rushabh Mehtaaa848be2012-02-17 12:06:33 +05301893h2 {
1894 margin-bottom: 11px;
1895}
1896
1897h3 {
1898 margin-bottom: 7px;
1899}
1900
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301901p, li {
1902 line-height: 1.6em;
1903}
1904
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301905pre {
1906 background-color: #F8F8F8;
1907 border: 1px solid #CCCCCC;
1908 border-radius: 3px 3px 3px 3px;
1909 font-size: 13px;
1910 line-height: 19px;
1911 overflow: auto;
1912 padding: 6px 10px;
1913 margin-bottom: 9px;
1914}
1915
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301916.web-content input[type="text"], .web-content input[type="password"], .web-content select {
1917 min-width: 180px;
1918}
1919
Rushabh Mehta13531b72012-02-20 12:35:23 +05301920.web-head-section {
1921 margin-bottom: 20px
1922}
1923
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301924.web-main-section {
1925 width: 65%;
1926 float: left;
1927 margin-bottom: 20px;
1928}
1929
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301930.web-side-section {
1931 width: 30%;
1932 float: right;
1933 margin-bottom: 20px;
1934 margin-right: 15px;
1935 color: #606060;
1936 overflow-x: hidden;
1937}
1938
1939.web-page-status {
1940 padding: 7px;
1941 color: #777;
1942 clear: both;
1943 text-align: right;
1944}
1945
1946.web-page-status a,
1947.web-page-status a:hover,
1948.web-page-status a:visited {
1949 padding: 2px;
1950 background-color: #777;
1951 color: #FFF;
1952 text-decoration: none;
1953}
1954
1955.web-page-status a:hover {
1956 background-color: #444;
1957}
1958
1959footer {
1960 color: #777;
1961}
1962
1963.web-footer {
1964 color: inherit;
1965 text-align: center;
1966 margin: 10px;
1967 line-height: 1.7;
1968}
1969
1970.web-footer div, .web-footer a {
1971 font-size: 11px;
1972}
1973
1974.web-footer-menu {
1975 margin-bottom: 7px;
1976}
1977footer a, footer a:visited {
1978 color: #777;
1979}
1980
1981footer a:hover {
1982 background-color: #777;
1983 color: #fff;
1984}
1985
1986.web-footer-menu ul {
1987 list-style: none;
1988 margin: 0px;
1989 padding: 0px;
1990}
1991
1992.web-footer-menu ul li {
1993 display: inline;
1994 padding: 2px 15px;
1995 border-right: 1px solid #999;
1996}
1997
1998.web-footer-menu ul li:last-child {
1999 border-right: 0px solid #777 !important;
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302000}