Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1 | |
| 2 | /* |
| 3 | * lib/css/legacy/body.css |
| 4 | */html { |
| 5 | margin: 0px; |
| 6 | padding: 0px; |
| 7 | } |
| 8 | |
| 9 | body { |
| 10 | margin: 0px; |
| 11 | padding: 0px; |
| 12 | font-family: Arial, Helvetica, Sans; |
| 13 | font-size: 12px; |
| 14 | color: #000; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 15 | background-color: #e2e2e2; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 16 | } |
| 17 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 18 | pre { margin: 0px; padding: 0px; } |
| 19 | |
| 20 | button { margin: 2px; margin-left: 0px; } |
| 21 | |
| 22 | label { |
| 23 | padding-top: 15px; |
| 24 | color: #404040; |
| 25 | } |
| 26 | |
| 27 | select, input, textarea { |
| 28 | border: 1px solid #AAA; |
| 29 | -moz-border-radius: 4px; |
| 30 | -webkit-border-radius: 4px; |
| 31 | font-size: 13px; |
| 32 | padding: 4px; |
| 33 | color: #222; |
| 34 | } |
| 35 | |
| 36 | textarea { |
| 37 | font-family: inherit; |
| 38 | height: 120px; |
| 39 | width: 90%; |
| 40 | font-size: 12px; |
| 41 | white-space: normal; |
| 42 | } |
| 43 | |
| 44 | table { padding: 0px; border-collapse: 'collapse'} |
| 45 | |
| 46 | td { |
| 47 | padding:0px; |
| 48 | margin: 0px; |
| 49 | vertical-align: top; |
| 50 | } |
| 51 | |
| 52 | p { |
| 53 | margin: 0px 0px 9px 0px; |
| 54 | line-height: 1.5em; |
| 55 | } |
| 56 | |
| 57 | li { |
| 58 | line-height: 1.5em; |
| 59 | } |
| 60 | |
Rushabh Mehta | aa848be | 2012-02-17 12:06:33 +0530 | [diff] [blame] | 61 | hr { |
| 62 | margin: 18px 0; |
| 63 | border: 0; |
| 64 | border-top: 1px solid #e5e5e5; |
| 65 | border-bottom: 1px solid #ffffff; |
| 66 | } |
| 67 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 68 | /* links */ |
| 69 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 70 | a:active { outline:none; } |
| 71 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 72 | a { |
| 73 | color: #0088cc; |
| 74 | text-decoration: none; |
| 75 | } |
| 76 | a:hover { |
| 77 | color: #005580; |
| 78 | text-decoration: underline; |
| 79 | } |
| 80 | |
| 81 | .link_type { |
| 82 | padding:2px; |
| 83 | color: #0088cc; |
| 84 | cursor: pointer; |
| 85 | } |
| 86 | |
| 87 | .link_type:hover { |
| 88 | color: #005580; |
| 89 | text-decoration: underline; |
| 90 | } |
| 91 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 92 | :focus { -moz-outline-style:none; } |
| 93 | |
| 94 | table.simpletable { border-collapse: collapse; margin-bottom: 10px;} |
| 95 | table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; } |
| 96 | |
| 97 | div.fix_ff_cursor { overflow: auto; } |
| 98 | |
| 99 | /* --- Layout --- */ |
| 100 | |
| 101 | div.comment { color: #444; } |
| 102 | |
| 103 | div#body_div { |
| 104 | position: relative; |
| 105 | display: none; |
| 106 | margin-top: 56px; |
| 107 | padding-right: 7px; |
| 108 | } |
| 109 | |
| 110 | div.no_script { |
| 111 | display: none; |
| 112 | } |
| 113 | |
| 114 | div.loading_div { |
| 115 | position: absolute; |
| 116 | background-color: #FFFFCC; |
| 117 | z-index: 1999; |
| 118 | right: 5px; |
| 119 | width: 90px; |
| 120 | display: none; |
| 121 | text-align: center; |
| 122 | padding: 2px; |
| 123 | font-size: 12px; |
| 124 | border: 1px solid #FF4; |
| 125 | } |
| 126 | |
| 127 | |
| 128 | div#head_div { background-color: #FFF; } |
| 129 | |
| 130 | #head_banner { background-color: #FFF; } |
| 131 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 132 | div.std-footer { |
| 133 | margin: 13px 0px; |
| 134 | border-top: 1px solid #AAA; |
| 135 | padding: 13px; |
| 136 | } |
| 137 | |
| 138 | div.std-footer-item { |
| 139 | margin: 0px 13px 13px 0px; |
| 140 | } |
| 141 | |
| 142 | .shadow { |
| 143 | -moz-box-shadow: 0px 2px 2px #888; |
| 144 | -webkit-box-shadow: 0px 2px 2px #888; |
| 145 | box-shadow: 0px 2px 2px #888; |
| 146 | } |
| 147 | |
| 148 | .round { |
| 149 | -webkit-border-radius: 5px; |
| 150 | -moz-border-radius: 5px; |
| 151 | border-radius: 5px; |
| 152 | } |
| 153 | .gradient { |
| 154 | background: #ededed; /* Old browsers */ |
| 155 | background: -moz-linear-gradient(top, #ededed 0%, #d1d1d1 47%, #b7b7b7 100%); /* FF3.6+ */ |
| 156 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#d1d1d1), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */ |
| 157 | background: -webkit-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */ |
| 158 | background: -o-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Opera11.10+ */ |
| 159 | background: -ms-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* IE10+ */ |
| 160 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */ |
| 161 | background: linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* W3C */ |
| 162 | } |
| 163 | |
| 164 | .header-gradient { |
| 165 | background: #84827c; /* Old browsers */ |
| 166 | background: -moz-linear-gradient(top, #84827c 0%, #27211c 100%); /* FF3.6+ */ |
| 167 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84827c), color-stop(100%,#27211c)); /* Chrome,Safari4+ */ |
| 168 | background: -webkit-linear-gradient(top, #84827c 0%,#27211c 100%); /* Chrome10+,Safari5.1+ */ |
| 169 | background: -o-linear-gradient(top, #84827c 0%,#27211c 100%); /* Opera11.10+ */ |
| 170 | background: -ms-linear-gradient(top, #84827c 0%,#27211c 100%); /* IE10+ */ |
| 171 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84827c', endColorstr='#27211c',GradientType=0 ); /* IE6-9 */ |
| 172 | background: linear-gradient(top, #84827c 0%,#27211c 100%); /* W3C */ |
| 173 | color: #FFF; |
| 174 | } |
| 175 | |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 176 | .layout_wrapper, .layout-wrapper { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 177 | -moz-box-shadow: 1px 1px 6px #AAA; |
| 178 | -webkit-box-shadow: 1px 1px 6px #AAA; |
| 179 | box-shadow: 1px 1px 6px #AAA; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 180 | background-color: #fff; |
| 181 | padding: 15px; |
| 182 | } |
| 183 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 184 | .layout-wrapper-background { |
| 185 | background-color: #f2f2f2 !important; |
| 186 | padding: 0px; |
| 187 | } |
| 188 | |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 189 | .layout-main-section { |
| 190 | width: 68%; |
| 191 | float: left; |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 192 | padding: 15px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 193 | background-color: #FFF; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 194 | min-height: 450px; |
| 195 | } |
| 196 | |
| 197 | .layout-side-section { |
| 198 | width: 24%; |
| 199 | float: right; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 200 | color: #606060; |
| 201 | overflow-x: hidden; |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 202 | padding: 15px; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 203 | min-height: 450px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 204 | } |
| 205 | |
| 206 | /* from bootstrap */ |
| 207 | .container { |
| 208 | margin-left: auto; |
| 209 | margin-right: auto; |
| 210 | zoom: 1; |
| 211 | } |
| 212 | .container:before, .container:after { |
| 213 | display: table; |
| 214 | content: ""; |
| 215 | zoom: 1; |
| 216 | } |
| 217 | .container:after { |
| 218 | clear: both; |
| 219 | } |
| 220 | |
| 221 | /* |
| 222 | * lib/css/legacy/menus.css |
| 223 | */ |
| 224 | /******** Menus - menu.js ************/ |
| 225 | |
| 226 | ul.menu_toolbar { |
| 227 | z-index: 30; |
| 228 | padding: 0px; |
| 229 | margin: 0px; |
| 230 | margin-top: 1px; |
| 231 | } |
| 232 | |
| 233 | ul.menu_toolbar li { |
| 234 | list-style: none; |
| 235 | margin: 0px; |
| 236 | float: left; |
| 237 | } |
| 238 | |
| 239 | .top_menu { |
| 240 | margin: 0px; |
| 241 | padding: 4px; |
| 242 | cursor: pointer; |
| 243 | color: #FFF; |
| 244 | margin-right: 8px; |
| 245 | } |
| 246 | |
| 247 | .top_menu_mo { |
| 248 | background-color: #000; |
| 249 | |
| 250 | -moz-border-radius: 5px; |
| 251 | -webkit-border-radius: 5px; |
| 252 | } |
| 253 | |
| 254 | div.menu_toolbar_dropdown { |
| 255 | position: absolute; |
| 256 | margin-top: 4px; |
| 257 | margin-left: 8px; |
| 258 | width: 140px; |
| 259 | background-color: #FFF; |
| 260 | color: #000; |
| 261 | display: none; |
| 262 | border: 2px solid #333; |
| 263 | z-index: 31; |
| 264 | overflow-y: auto; |
| 265 | overflow-x: hidden; |
| 266 | } |
| 267 | |
| 268 | div.dd_item { |
| 269 | cursor: pointer; |
| 270 | padding: 4px; |
| 271 | background-color: #FFF; |
| 272 | } |
| 273 | div.dd_item_mo { background-color: #FE8; } |
| 274 | /* |
| 275 | * lib/css/legacy/messages.css |
| 276 | */ |
| 277 | /* FLOATING MESSAGE */ |
| 278 | |
| 279 | .btn-img { cursor: pointer; } |
| 280 | |
| 281 | div.fetching { color: #888; text-align:right; } |
| 282 | |
| 283 | div.notice { |
| 284 | postion: absolute; |
| 285 | background-color: #000; |
| 286 | -moz-border-radius: 5px; -webkit-border-radius: 5px; |
| 287 | opacity: 0.6; |
| 288 | right: 0; |
| 289 | top: 0; |
| 290 | margin-top: 8px; |
| 291 | z-index: -1; |
| 292 | padding: 8px; |
| 293 | } |
| 294 | |
| 295 | /** help **/ |
| 296 | |
| 297 | .info-box { |
| 298 | background-color: #F8F8F8; |
| 299 | border: 1px solid #CCCCCC; |
| 300 | border-radius: 3px 3px 3px 3px; |
| 301 | line-height: 1.6em; |
| 302 | overflow: auto; |
| 303 | padding: 6px 10px; |
| 304 | margin-bottom: 9px; |
| 305 | } |
| 306 | |
| 307 | .help_box, .help-box { |
| 308 | background-color:#FFC; |
| 309 | font-size: 13px; |
| 310 | color: #864; |
| 311 | padding: 7px; |
| 312 | margin: 11px 0px; |
| 313 | border: 1px solid #EEB; |
| 314 | } |
| 315 | |
| 316 | .help_box_big { |
| 317 | background-color:#FFC; |
| 318 | color: #864; |
| 319 | padding: 7px; |
| 320 | margin: 7px 0px; |
| 321 | border: 1px solid #EEB; |
| 322 | text-align: center; |
| 323 | font-size: 14px; |
| 324 | } |
| 325 | /* |
| 326 | * lib/css/legacy/forms.css |
| 327 | *//* FORMS */ |
| 328 | |
| 329 | |
| 330 | div.frm_print_wrapper { |
| 331 | background-color:#FFF; |
| 332 | border:1px solid #444; |
| 333 | padding: 40px; |
| 334 | |
| 335 | box-shadow:1px 1px 8px #229; |
| 336 | -moz-box-shadow: 1px 1px 8px #229; |
| 337 | -webkit-box-shadow: 1px 1px 8px #229; |
| 338 | } |
| 339 | |
| 340 | div.page_break { |
| 341 | margin: 24px 0px; |
| 342 | border-top: 1px dashed #888; |
| 343 | } |
| 344 | |
| 345 | div.grid_tbarlinks { |
| 346 | border-bottom: 0px; |
| 347 | background-color: #CCC; |
| 348 | padding: 4px 4px 2px 4px; |
Rushabh Mehta | a2713f8 | 2012-02-17 14:04:55 +0530 | [diff] [blame] | 349 | width: 190px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 350 | float: right; |
| 351 | |
| 352 | -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; |
| 353 | -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; |
| 354 | } |
| 355 | |
| 356 | |
| 357 | div.frm_tip_box { |
| 358 | margin: 0px; |
| 359 | padding: 8px; |
| 360 | background-color: #FFC; |
| 361 | display: none; |
| 362 | font-size: 11px; |
| 363 | border: 1px solid #FFB; |
| 364 | } |
| 365 | |
| 366 | div.frm_tip_box table { |
| 367 | border-collapse: collapse; |
| 368 | vertical-align: top; |
| 369 | } |
| 370 | |
| 371 | td.frm_tray_area { |
| 372 | width: 122px; |
| 373 | } |
| 374 | |
| 375 | div.dialog_frm { |
| 376 | position: relative; |
| 377 | margin: 10px; |
| 378 | } |
| 379 | |
| 380 | |
| 381 | |
| 382 | /*------------------*/ |
| 383 | |
| 384 | .top_cell { |
| 385 | height: 50px; |
| 386 | } |
| 387 | |
| 388 | div.attach_area { |
| 389 | padding: 8px; |
| 390 | margin: 8px; |
| 391 | background-color: #EEE; |
| 392 | } |
| 393 | |
| 394 | div.attach_area table { |
| 395 | width: 100%; |
| 396 | } |
| 397 | |
| 398 | .tablabel_normal { |
| 399 | margin: 0 4px 0 0; |
| 400 | padding: 3px 5px; |
| 401 | line-height: 1.3em; |
| 402 | display: inline; |
| 403 | cursor: pointer; |
| 404 | } |
| 405 | |
| 406 | .tablabel_selected { |
| 407 | margin: 0 4px 0 0; |
| 408 | padding: 3px 5px; |
| 409 | line-height: 1.3em; |
| 410 | font-weight: bold; |
| 411 | display: inline; |
| 412 | cursor: pointer; |
| 413 | color: #000; |
| 414 | } |
| 415 | |
| 416 | .scrollhead_wrapper { |
| 417 | position: absolute; |
| 418 | z-index: 1; |
| 419 | height: 30px; |
| 420 | } |
| 421 | |
| 422 | .treeimg { |
| 423 | cursor: pointer; |
| 424 | margin-right: 3px; |
| 425 | } |
| 426 | |
| 427 | |
| 428 | .sectionCell { |
| 429 | padding: 5px; |
| 430 | vertical-align: top; |
| 431 | } |
| 432 | |
| 433 | .code_area { |
| 434 | width: 80%; |
| 435 | margin: 8px; |
| 436 | padding: 4px; |
| 437 | background-color: #F8F8F8; |
| 438 | border: 1px solid #CCC; |
| 439 | overflow-x: auto; |
| 440 | } |
| 441 | |
| 442 | .code_text { |
| 443 | width: 100%; |
| 444 | height: 360px; |
| 445 | margin-top: 3px; |
| 446 | font-family: Courier, Fixed; |
| 447 | font-size: 12px; |
| 448 | } |
| 449 | |
| 450 | div.time_field select{ |
| 451 | display: inline; |
| 452 | margin: 2px; |
| 453 | width: 45px; |
| 454 | } |
| 455 | |
| 456 | /* Documents */ |
| 457 | |
| 458 | .frm_field_table { |
| 459 | width: 100%; |
| 460 | border-collapse: collapse; |
| 461 | } |
| 462 | |
| 463 | .datalabelcell { |
| 464 | padding: 2px 0px; |
| 465 | width: 160px; |
| 466 | vertical-align: top; |
| 467 | } |
| 468 | .datainputcell { padding: 2px 0px; } |
| 469 | |
| 470 | |
| 471 | .field_description, .help { |
| 472 | margin: 3px 0px 11px 0px; |
| 473 | color: #888; |
| 474 | font-style: italic; |
| 475 | } |
| 476 | |
| 477 | .field_description_top { |
| 478 | margin-bottom: 3px; |
| 479 | } |
| 480 | |
| 481 | .field_label { |
| 482 | font-size:11px; |
| 483 | } |
| 484 | .input_area input, select, textarea { |
| 485 | font-size: 14px; |
| 486 | padding: 2px; |
| 487 | } |
| 488 | |
| 489 | .input_area input { |
| 490 | width: 80%; |
| 491 | margin: 0px; |
| 492 | } |
| 493 | .input_area select { |
| 494 | width: 80%; |
| 495 | } |
| 496 | .input_area textarea { |
| 497 | width: 90%; |
| 498 | } |
| 499 | |
| 500 | .disp_area { |
| 501 | width: 80%; |
| 502 | padding: 2px 0px; |
| 503 | font-size: 12px; |
| 504 | } |
| 505 | .disp_area_no_val { |
| 506 | height: 14px; |
| 507 | } |
| 508 | |
| 509 | .no_img { |
| 510 | padding: 40px; |
| 511 | width: 100px; |
| 512 | height: 20px; |
| 513 | color: #888; |
| 514 | text-align: center; |
| 515 | border: 1px solid #AAA; |
| 516 | } |
| 517 | |
| 518 | .input-mandatory { |
| 519 | font-size: 14px !important; |
| 520 | font-weight: bold; |
| 521 | } |
| 522 | |
| 523 | .field-to-update { |
| 524 | background-color:#FEE; |
| 525 | } |
| 526 | |
| 527 | /* sidebar */ |
| 528 | |
| 529 | div.sidebar-comment-wrapper input { |
| 530 | width: 50%; |
| 531 | } |
| 532 | div.sidebar-comment-message { |
| 533 | margin-top: 8px; |
| 534 | font-size: 11px; |
| 535 | color: #777; |
| 536 | } |
| 537 | |
| 538 | div.sidebar-comment-text { |
| 539 | font-size: 12px; |
| 540 | font-weight: bold; |
| 541 | margin-top: 8px; |
| 542 | color: #444; |
| 543 | } |
| 544 | div.sidebar-comment-info { |
| 545 | font-size: 10px; |
| 546 | color: #777; |
| 547 | } |
| 548 | /* |
| 549 | * lib/css/legacy/grid.css |
| 550 | */ |
| 551 | |
| 552 | /* Grid */ |
| 553 | |
| 554 | |
| 555 | /* --- Simple --- */ |
| 556 | .grid_wrapper_simple { |
| 557 | width: 100%; |
| 558 | margin-bottom: 8px; |
| 559 | border: 1px solid #AA9; |
| 560 | } |
| 561 | |
| 562 | .grid_head_wrapper_simple { |
| 563 | padding: 0px; |
| 564 | border-bottom: 2px solid #AAA; |
| 565 | } |
| 566 | |
| 567 | .grid_head_wrapper_simple td { |
| 568 | border-right: 1px solid #AA9; |
| 569 | } |
| 570 | |
| 571 | .grid_head_wrapper_simple td div { |
| 572 | padding: 2px; |
| 573 | } |
| 574 | |
| 575 | .grid_tab_wrapper_simple { |
| 576 | } |
| 577 | |
| 578 | .grid_cell_simple { |
| 579 | padding: 2px; |
| 580 | background-color: #fff; |
| 581 | border-right: 1px solid #AA9; |
| 582 | } |
| 583 | |
| 584 | |
| 585 | /* --- Normal --- */ |
| 586 | .grid_wrapper { |
| 587 | position: relative; |
| 588 | overflow: auto; |
| 589 | border: 1px solid #AAA; |
| 590 | width: 100%; |
| 591 | margin-bottom: 8px; |
| 592 | background-color: #fff; |
| 593 | } |
| 594 | |
| 595 | .grid_tab_wrapper { |
| 596 | position: absolute; |
| 597 | top: 40px; |
| 598 | border-bottom: 1px solid #DDD; |
| 599 | } |
| 600 | |
| 601 | .grid_table, .grid_head_table { |
| 602 | table-layout: fixed; |
| 603 | border-collapse: collapse; |
| 604 | /*width: 100%;*/ |
| 605 | } |
| 606 | |
| 607 | .grid_cell { |
| 608 | border-right: 1px solid #ddd; |
| 609 | padding: 0px; |
| 610 | background-color: #fff; |
| 611 | } |
| 612 | |
| 613 | .grid_head_wrapper { |
| 614 | position: absolute; |
| 615 | z-index: 1; |
| 616 | height: 40px; |
| 617 | padding: 0px; |
| 618 | overflow: hidden; |
| 619 | /*background-color: #fff;*/ |
| 620 | } |
| 621 | |
| 622 | .grid_head_table td { |
| 623 | background-color: #EEE; |
| 624 | border-right: 1px solid #AAA; |
| 625 | border-bottom: 1px solid #AAA; |
| 626 | height: 40px; |
| 627 | padding: 0px; |
| 628 | } |
| 629 | |
| 630 | .grid_head_table td div { |
| 631 | color: #222; |
| 632 | font-weight: bold; |
| 633 | overflow: hidden; |
| 634 | padding: 2px 0px; |
| 635 | text-align: center; |
| 636 | } |
| 637 | |
| 638 | .grid_selector { |
| 639 | padding: 1px; |
| 640 | border-right: 1px solid #DDD; |
| 641 | width: 20px; |
| 642 | background-color: #fff; |
| 643 | } |
| 644 | |
| 645 | .grid_cell_div { |
| 646 | padding: 2px; |
| 647 | cursor: pointer; |
| 648 | overflow: hidden; |
| 649 | border: 2px solid #FFF; |
| 650 | } |
| 651 | |
| 652 | .grid_cell_div_selected { |
| 653 | border: 2px solid #88f; |
| 654 | } |
| 655 | |
| 656 | .grid_cell_div input, .grid_cell_div select, .grid_cell_div div input { |
| 657 | margin: 0px; |
| 658 | border: 0px; |
| 659 | width: 100%; |
| 660 | margin: 0px; |
| 661 | } |
| 662 | |
| 663 | .grid_cell_div textarea { |
| 664 | border: 3px solid #abf; |
| 665 | height:200px; |
| 666 | width: 300px; |
| 667 | z-index: 10; |
| 668 | position:absolute; |
| 669 | } |
| 670 | |
| 671 | .gridDivSelected option { border: 0px; } |
| 672 | /* |
| 673 | * lib/css/legacy/listing.css |
| 674 | *//* listing 2.0 */ |
| 675 | |
| 676 | div.listing-more { |
| 677 | margin: 7px 0px 17px 0px; |
| 678 | text-align: center; |
| 679 | display: none; |
| 680 | } |
| 681 | |
| 682 | div.listing-toolbar { |
| 683 | margin: 7px 0px; |
| 684 | } |
| 685 | |
| 686 | /* SRS */ |
| 687 | |
| 688 | table.srs_result_tab { |
| 689 | border: 2px solid #AAA; |
| 690 | border-collapse: collapse; |
| 691 | } |
| 692 | |
| 693 | /* firefox bug fix for disappering borders */ |
| 694 | table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div { |
| 695 | position: static; |
| 696 | } |
| 697 | |
| 698 | table.srs_result_tab td { |
| 699 | padding: 3px 2px; |
| 700 | position: static; |
| 701 | } |
| 702 | |
| 703 | div.srs_body_area { |
| 704 | } |
| 705 | |
| 706 | div.srs_results_area { |
| 707 | } |
| 708 | |
| 709 | div.srs_filter_wrapper { |
| 710 | border: 1px solid #CCF; |
| 711 | |
| 712 | background-color: #EEF; |
| 713 | margin:0px 0px 8px 0px; |
| 714 | |
| 715 | -moz-border-radius: 5px; |
| 716 | -webkit-border-radius: 5px; |
| 717 | border-radius: 5px; |
| 718 | } |
| 719 | |
| 720 | div.srs_filter_area { |
| 721 | padding: 8px; |
| 722 | } |
| 723 | |
| 724 | div.srs_filter_area td { |
| 725 | vertical-align: middle; |
| 726 | } |
| 727 | |
| 728 | |
| 729 | |
| 730 | |
| 731 | /* |
| 732 | * lib/css/legacy/report.css |
| 733 | */ |
| 734 | /* Reports */ |
| 735 | |
| 736 | div.report_grid_area { |
| 737 | position: relative; |
| 738 | padding: 8px; |
| 739 | } |
| 740 | |
| 741 | |
| 742 | div.report_tab { |
| 743 | border: 1px solid #AAA; |
| 744 | position: relative; |
| 745 | overflow: auto; |
| 746 | } |
| 747 | |
| 748 | div.report_no_data { |
| 749 | padding: 8px; |
| 750 | background-color: #EEE; |
| 751 | border: 1px solid #DDD; |
| 752 | position: absolute; |
| 753 | margin-left: 40%; |
| 754 | margin-top: 50px; |
| 755 | display: none; |
| 756 | } |
| 757 | |
| 758 | div.report_htitle { |
| 759 | float: left; |
| 760 | padding: 2px; |
| 761 | font-size: 14px; |
| 762 | font-weight: bold; |
| 763 | margin-left: 4px; |
| 764 | color: #665; |
| 765 | /*font-weight: bold;*/ |
| 766 | } |
| 767 | |
| 768 | div.report_tbar { |
| 769 | background-color: #EEF; |
| 770 | border: 1px solid #CCF; |
| 771 | border-bottom: 0px; |
| 772 | height: 28px; |
| 773 | } |
| 774 | |
| 775 | div.report_tbar table{ |
| 776 | width: 100%; |
| 777 | } |
| 778 | div.report_tbar table td { |
| 779 | |
| 780 | } |
| 781 | div.report_tbar table td div { |
| 782 | position: relative; |
| 783 | } |
| 784 | div.report_tbar button, div.report_tbar select, div.report_tbar img { |
| 785 | font-size: 11px; |
| 786 | margin: 0px; |
| 787 | } |
| 788 | |
| 789 | div.report_head_wrapper { |
| 790 | position: absolute; |
| 791 | height: 24px; |
| 792 | top: 0px; |
| 793 | z-index: 1; |
| 794 | } |
| 795 | |
| 796 | div.report_tab_wrapper { |
| 797 | position: absolute; |
| 798 | border-bottom: 1px solid #AAA; |
| 799 | border-top: 1px solid #AAA; |
| 800 | } |
| 801 | |
| 802 | div.report_tab_wrapper table, div.report_head_wrapper table { |
| 803 | table-layout: fixed; |
| 804 | border-collapse: collapse; |
| 805 | /*width: 100%;*/ |
| 806 | } |
| 807 | |
| 808 | div.report_tab_wrapper table td, div.report_head_wrapper table td { |
| 809 | border-left: 1px solid #AAA; |
| 810 | border-right: 1px solid #AAA; |
| 811 | border-bottom: 1px solid #AAA; |
| 812 | overflow: hidden; |
| 813 | padding: 0px; |
| 814 | } |
| 815 | |
| 816 | div.report_tab_wrapper table td div, div.report_head_wrapper table td div { |
| 817 | padding: 3px; |
| 818 | overflow: hidden; |
| 819 | } |
| 820 | |
| 821 | .report_head_cell { |
| 822 | background-color: #EEE; |
| 823 | border-bottom: 1px solid #AA9; |
| 824 | text-align: center; |
| 825 | font-weight: bold; |
| 826 | } |
| 827 | .report_head_cell div { |
| 828 | color:#222; |
| 829 | height: 18px; |
| 830 | } |
| 831 | |
| 832 | |
| 833 | /* FINDER */ |
| 834 | |
| 835 | div.finder_wrapper { |
| 836 | } |
| 837 | |
| 838 | div.finder_body_area { |
| 839 | margin: 16px; |
| 840 | } |
| 841 | |
| 842 | div.finder_body { |
| 843 | display: none; |
| 844 | } |
| 845 | |
| 846 | div.finder_advanced_area table { |
| 847 | width: 80%; |
| 848 | } |
| 849 | |
| 850 | div.finder_advanced_area textarea { |
| 851 | width: 80%; |
| 852 | } |
| 853 | |
| 854 | div.finder_filter_area { |
| 855 | position: relative; |
| 856 | } |
| 857 | |
| 858 | div.filter_head { |
| 859 | font-size: 14px; |
| 860 | margin-bottom: 2px; |
| 861 | } |
| 862 | div.filter_dt_head { |
| 863 | font-size: 14px; |
| 864 | font-weight: bold; |
| 865 | margin-bottom: 2px; |
| 866 | } |
| 867 | table.filter_tab { |
| 868 | width: 96%; |
| 869 | border-collapse: collapse; |
| 870 | } |
| 871 | |
| 872 | table.filter_tab td { |
| 873 | width: 50%; |
| 874 | } |
| 875 | |
| 876 | div.finder_picker_area { |
| 877 | |
| 878 | } |
| 879 | div.builder_field { |
| 880 | margin: 0px; |
| 881 | } |
| 882 | div.builder_dt_head { |
| 883 | font-size: 14px; |
| 884 | font-weight: bold; |
| 885 | margin-bottom: 2px; |
| 886 | } |
| 887 | |
| 888 | div.builder_field table { |
| 889 | width: 90%; |
| 890 | border-collapse: collapse; |
| 891 | } |
| 892 | |
| 893 | div.builder_label { |
| 894 | height: 20px; |
| 895 | } |
| 896 | |
| 897 | div.builder_head { |
| 898 | font-size: 16px; |
| 899 | font-weight: bold; |
| 900 | color: #AB6; |
| 901 | } |
| 902 | |
| 903 | table.builder_tab { |
| 904 | width: 96%; |
| 905 | border-collapse: collapse; |
| 906 | } |
| 907 | |
| 908 | table.builder_tab td { |
| 909 | width: 33%; |
| 910 | padding: 2px; |
| 911 | } |
| 912 | /* |
| 913 | * lib/css/legacy/calendar.css |
| 914 | *//**** CALENDAR ****/ |
| 915 | |
| 916 | .caldiv { |
| 917 | position:absolute; |
| 918 | visibility:hidden; |
| 919 | background-color:white; |
| 920 | width: 144px; |
| 921 | z-index: 301; /* always on top(?) */ |
| 922 | } |
| 923 | |
| 924 | |
| 925 | |
| 926 | div.cal_wrapper { } |
| 927 | div.cal_body { |
| 928 | margin: 16px; |
| 929 | background-color: #DDD; |
| 930 | position: relative; |
| 931 | border-radius: 5px; |
| 932 | -moz-border-radius: 5px; |
| 933 | -webkit-border-radius: 5px; |
| 934 | } |
| 935 | |
| 936 | div.cal_head { |
| 937 | margin: 16px; |
| 938 | margin-bottom: 0px; |
| 939 | } |
| 940 | div.cal_head div { |
| 941 | font-size: 18px; |
| 942 | color: #666; |
| 943 | padding-top: 8px; |
| 944 | } |
| 945 | |
| 946 | div.cal_view_body { |
| 947 | margin: 16px; |
| 948 | } |
| 949 | |
| 950 | div.cal_view_body_plain { |
| 951 | margin: 16px; |
| 952 | } |
| 953 | |
| 954 | div.cal_month_head { |
| 955 | } |
| 956 | |
| 957 | div.cal_month_body { |
| 958 | border-top: 1px solid #888; |
| 959 | } |
| 960 | |
| 961 | .cal_month_headtable { |
| 962 | /*table-layout:fixed;*/ |
| 963 | width: 100%; |
| 964 | } |
| 965 | |
| 966 | .cal_month_name { |
| 967 | width: 100%; |
| 968 | color: #888; |
| 969 | font-size: 14px; |
| 970 | font-weight: bold; |
| 971 | text-align: center; |
| 972 | padding: 4px; |
| 973 | } |
| 974 | |
| 975 | .cal_month_headtable tr td{ |
| 976 | font-size: 12px; |
| 977 | font-weight: bold; |
| 978 | text-align: center; |
| 979 | padding: 4px; |
| 980 | } |
| 981 | |
| 982 | table.cal_month_table { |
| 983 | border-collapse: collapse; |
| 984 | /*table-layout:fixed;*/ |
| 985 | height: 100%; |
| 986 | width: 100%; |
| 987 | } |
| 988 | |
| 989 | table.cal_month_table td { |
| 990 | width: 14.29%; |
| 991 | height: 20%; |
| 992 | /*overflow:hidden;*/ |
| 993 | padding:0px; |
| 994 | } |
| 995 | |
| 996 | div.cal_month_date { |
| 997 | width:100%; |
| 998 | height:25%; |
| 999 | font-size: 10px; |
| 1000 | overflow:hidden; |
| 1001 | /*background-color: #EEF;*/ |
| 1002 | } |
| 1003 | |
| 1004 | div.cal_month_date_holiday { |
| 1005 | /*background-color: #FFF;*/ |
| 1006 | } |
| 1007 | |
| 1008 | div.cal_month_unit { |
| 1009 | width:100%; |
| 1010 | height:75%; |
| 1011 | overflow:hidden; |
| 1012 | cursor:pointer; |
| 1013 | /*background-color:#FFF;*/ |
| 1014 | } |
| 1015 | |
| 1016 | div.cal_vu_disabled { |
| 1017 | background-color:#FFF; |
| 1018 | cursor:default; |
| 1019 | } |
| 1020 | |
| 1021 | table.cal_day_table { |
| 1022 | border-collapse: collapse; |
| 1023 | width: 100%; |
| 1024 | } |
| 1025 | |
| 1026 | table.cal_day_table td { |
| 1027 | } |
| 1028 | |
| 1029 | div.cal_day_body { |
| 1030 | width: 100%; |
| 1031 | height: 80%; |
| 1032 | overflow-y: auto; |
| 1033 | overflow-x: hidden; |
| 1034 | border-top: 1px solid #AAA; |
| 1035 | } |
| 1036 | |
| 1037 | div.cal_day_unit{ |
| 1038 | width:100%; |
| 1039 | cursor:pointer; |
| 1040 | } |
| 1041 | |
| 1042 | table.cal_week_table { |
| 1043 | border-collapse: collapse; |
| 1044 | width: 100%; |
| 1045 | } |
| 1046 | |
| 1047 | table.cal_week_table td { |
| 1048 | width: 12.5%; |
| 1049 | } |
| 1050 | |
| 1051 | div.cal_week_body { |
| 1052 | width: 100%; |
| 1053 | height: 80%; |
| 1054 | overflow-y: auto; |
| 1055 | overflow-x: hidden; |
| 1056 | border-top: 1px solid #888; |
| 1057 | } |
| 1058 | |
| 1059 | div.cal_week_unit{ |
| 1060 | width: 100%; |
| 1061 | cursor:pointer; |
| 1062 | } |
| 1063 | |
| 1064 | div.cal_event { |
| 1065 | width: 100%; |
| 1066 | height: 12px; |
| 1067 | overflow: hidden; |
| 1068 | font-size: 11px; |
| 1069 | color: #00B; |
| 1070 | margin-bottom: 2px; |
| 1071 | text-decoration: underline; |
| 1072 | } |
| 1073 | |
| 1074 | div.cal_event_Public { |
| 1075 | color: GREEN; |
| 1076 | } |
| 1077 | |
| 1078 | div.cal_event_Private { |
| 1079 | color: BLUE; |
| 1080 | } |
| 1081 | |
| 1082 | div.cal_event_hover { |
| 1083 | text-decoration: underline; |
| 1084 | } |
| 1085 | |
| 1086 | /* |
| 1087 | * lib/css/legacy/autosuggest.css |
| 1088 | *//* |
| 1089 | ================================================ |
| 1090 | autosuggest, inquisitor style |
| 1091 | ================================================ |
| 1092 | */ |
| 1093 | |
| 1094 | div.autosuggest |
| 1095 | { |
| 1096 | position: absolute; |
| 1097 | margin-top: 3px; |
| 1098 | border: 1px solid #222; |
| 1099 | } |
| 1100 | |
| 1101 | div.autosuggest ul |
| 1102 | { |
| 1103 | list-style: none; |
| 1104 | margin: 0px; |
| 1105 | padding: 2px; |
| 1106 | overflow: hidden; |
| 1107 | background-color: #FFF; |
| 1108 | } |
| 1109 | |
| 1110 | div.autosuggest ul li |
| 1111 | { |
| 1112 | color: #444; |
| 1113 | padding: 0; |
| 1114 | margin: 0; |
| 1115 | text-align: left; |
| 1116 | } |
| 1117 | |
| 1118 | div.autosuggest ul li a |
| 1119 | { |
| 1120 | color: #444; |
| 1121 | display: block; |
| 1122 | text-decoration: none; |
| 1123 | position: relative; |
| 1124 | padding: 0; |
| 1125 | width: 100%; |
| 1126 | } |
| 1127 | div.autosuggest ul li a:hover |
| 1128 | { |
| 1129 | |
| 1130 | } |
| 1131 | div.autosuggest ul li.as_highlight a:hover |
| 1132 | { |
| 1133 | background-color: #45A; |
| 1134 | color: #FFF; |
| 1135 | } |
| 1136 | |
| 1137 | div.autosuggest ul li a span |
| 1138 | { |
| 1139 | display: block; |
| 1140 | padding: 3px 6px; |
| 1141 | color: #444; |
| 1142 | border-bottom:1px solid #DDD; |
| 1143 | } |
| 1144 | |
| 1145 | div.autosuggest ul li a span small |
| 1146 | { |
| 1147 | display: block; |
| 1148 | font-weight: normal; |
| 1149 | color: #444; |
| 1150 | } |
| 1151 | |
| 1152 | div.autosuggest ul li.as_highlight a span small |
| 1153 | { |
| 1154 | color: #FFF; |
| 1155 | } |
| 1156 | |
| 1157 | div.autosuggest ul li.as_highlight a span { |
| 1158 | color: #FFF; |
| 1159 | } |
| 1160 | |
| 1161 | div.autosuggest ul li.as_highlight a |
| 1162 | { |
| 1163 | color: #FFF; |
| 1164 | background-color: #45A; |
| 1165 | cursor: pointer; |
| 1166 | } |
| 1167 | |
| 1168 | div.autosuggest ul li.as_warning |
| 1169 | { |
| 1170 | font-weight: bold; |
| 1171 | text-align: center; |
| 1172 | } |
| 1173 | |
| 1174 | div.autosuggest ul em |
| 1175 | { |
| 1176 | font-style: normal; |
| 1177 | font-weight: bold; |
| 1178 | } |
| 1179 | |
| 1180 | /* |
| 1181 | * lib/css/legacy/dialog.css |
| 1182 | *//***** Dialogs *******/ |
| 1183 | |
| 1184 | div.dialog_wrapper { |
| 1185 | position: absolute; |
| 1186 | width: 440px; |
| 1187 | display: none; |
| 1188 | z-index: 90; |
| 1189 | background-color: #FFF; |
| 1190 | border: 3px solid #222; |
| 1191 | box-shadow:1px 1px 5px #777; |
| 1192 | -moz-box-shadow: 1px 1px 5px #777; |
| 1193 | -webkit-box-shadow: 1px 1px 5px #777; |
| 1194 | |
| 1195 | border-radius: 5px; |
| 1196 | -moz-border-radius: 5px; |
| 1197 | -webkit-border-radius: 5px; |
| 1198 | } |
| 1199 | |
| 1200 | div.dialog_head { |
| 1201 | height: 22px; |
| 1202 | padding: 4px; |
| 1203 | background-color: #222; |
| 1204 | color: #FFF; |
| 1205 | } |
| 1206 | |
| 1207 | div.dialog_body { |
| 1208 | padding: 8px 4px 16px 4px; |
| 1209 | border-radius: 5px; |
| 1210 | -moz-border-radius: 5px; |
| 1211 | -webkit-border-radius: 5px; |
| 1212 | } |
| 1213 | |
| 1214 | div.dialog_back { |
| 1215 | position: fixed; |
| 1216 | display: none; |
| 1217 | top: 0px; |
| 1218 | left: 0px; |
| 1219 | bottom: 0px; |
| 1220 | right: 0px; |
| 1221 | background-color: #EEE; |
| 1222 | opacity: 0.6; |
| 1223 | z-index: 50; |
| 1224 | text-align: center; |
| 1225 | } |
| 1226 | |
| 1227 | div.dialog_message { |
| 1228 | display: none; |
| 1229 | position: absolute; |
| 1230 | width: 250px; |
| 1231 | font-size: 12px; |
| 1232 | z-index: 91; |
| 1233 | background-color:#FFF; |
| 1234 | padding: 12px; |
| 1235 | border: 1px solid #444; |
| 1236 | } |
| 1237 | |
| 1238 | div.dialog_row { |
| 1239 | padding: 8px 8px 0px 8px; |
| 1240 | } |
| 1241 | |
| 1242 | div.dialog_row table { |
| 1243 | width: 100%; |
| 1244 | } |
| 1245 | |
| 1246 | div.dialog_row table td { |
| 1247 | } |
| 1248 | |
| 1249 | div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select { |
| 1250 | width: 80%; |
| 1251 | font-size: 14px; |
| 1252 | } |
| 1253 | |
| 1254 | div.dialog_row table td textarea { |
| 1255 | width: 80%; |
| 1256 | height: 200px; |
| 1257 | font-size: 12px; |
| 1258 | } |
| 1259 | |
| 1260 | /* |
| 1261 | * lib/css/legacy/tabs.css |
| 1262 | */ |
| 1263 | /******* TABS ********/ |
| 1264 | |
| 1265 | div.box_label_wrapper { |
| 1266 | border-bottom: 6px solid #777; |
| 1267 | } |
| 1268 | |
| 1269 | div.box_label_body { |
| 1270 | height: 22px; |
| 1271 | } |
| 1272 | |
| 1273 | ul.box_tabs { |
| 1274 | margin: 0px; |
| 1275 | padding: 0px; |
| 1276 | list-style: none; |
| 1277 | } |
| 1278 | |
| 1279 | ul.box_tabs li { |
| 1280 | height: 22px; |
| 1281 | float:left; |
| 1282 | font-size: 12px; |
| 1283 | text-decoration: underline; |
| 1284 | |
| 1285 | background-color: #DDD; |
| 1286 | |
| 1287 | margin:0; |
| 1288 | margin-left: 4px; |
| 1289 | padding:0 0 0 9px; |
| 1290 | cursor: pointer; |
| 1291 | } |
| 1292 | |
| 1293 | ul.box_tabs a { |
| 1294 | display:block; |
| 1295 | padding:3px 15px 3px 6px; |
| 1296 | text-decoration:none; |
| 1297 | } |
| 1298 | |
| 1299 | ul.box_tabs li.box_tab_mouseover { |
| 1300 | background-color: #BBB; |
| 1301 | } |
| 1302 | |
| 1303 | |
| 1304 | ul.box_tabs li.box_tab_selected { |
| 1305 | background-color: #777; |
| 1306 | |
| 1307 | background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777)); |
| 1308 | background: -moz-linear-gradient(top, #999, #777); |
| 1309 | |
| 1310 | color: #FFF; |
| 1311 | font-weight:bold; |
| 1312 | |
| 1313 | } |
| 1314 | ul.box_tabs li.box_tab_selected a { |
| 1315 | |
| 1316 | } |
| 1317 | |
| 1318 | /* |
| 1319 | * lib/css/legacy/bw-icons.css |
| 1320 | */ |
| 1321 | /** general icons **/ |
| 1322 | |
| 1323 | .wn-icon { background: url('../lib/images/icons/icons.png'); width: 16px; height: 16px; cursor: pointer; } |
| 1324 | .ic-2x2_grid { background-position: 0 0; } |
| 1325 | .ic-3x3_grid { background-position: 0 -36px; } |
| 1326 | .ic-3x3_grid_2 { background-position: 0 -72px; } |
| 1327 | .ic-air_signal { background-position: 0 -108px; } |
| 1328 | .ic-align_center { background-position: 0 -144px; } |
| 1329 | .ic-align_just { background-position: 0 -180px; } |
| 1330 | .ic-align_left { background-position: 0 -216px; } |
| 1331 | .ic-align_right { background-position: 0 -252px; } |
| 1332 | .ic-app_window { background-position: 0 -288px; } |
| 1333 | .ic-arrow_bottom { background-position: 0 -324px; } |
| 1334 | .ic-arrow_bottom_left { background-position: 0 -360px; } |
| 1335 | .ic-arrow_bottom_right { background-position: 0 -396px; } |
| 1336 | .ic-arrow_l { background-position: 0 -432px; } |
| 1337 | .ic-arrow_left { background-position: 0 -468px; } |
| 1338 | .ic-arrow_r { background-position: 0 -504px; } |
| 1339 | .ic-arrow_right { background-position: 0 -540px; } |
| 1340 | .ic-arrow_top { background-position: 0 -576px; } |
| 1341 | .ic-arrow_top_left { background-position: 0 -612px; } |
| 1342 | .ic-arrow_top_right { background-position: 0 -648px; } |
| 1343 | .ic-arrow_two_head { background-position: 0 -684px; } |
| 1344 | .ic-arrow_two_head_2 { background-position: 0 -720px; } |
| 1345 | .ic-attention { background-position: 0 -756px; } |
| 1346 | .ic-battery { background-position: 0 -792px; } |
| 1347 | .ic-bell { background-position: 0 -828px; } |
| 1348 | .ic-book { background-position: 0 -864px; } |
| 1349 | .ic-bookmark_1 { background-position: 0 -900px; } |
| 1350 | .ic-bookmark_2 { background-position: 0 -936px; } |
| 1351 | .ic-box { background-position: 0 -972px; } |
| 1352 | .ic-br_down { background-position: 0 -1008px; } |
| 1353 | .ic-br_next { background-position: 0 -1044px; } |
| 1354 | .ic-br_prev { background-position: 0 -1080px; } |
| 1355 | .ic-br_up { background-position: 0 -1116px; } |
| 1356 | .ic-brackets { background-position: 0 -1152px; } |
| 1357 | .ic-browser { background-position: 0 -1188px; } |
| 1358 | .ic-brush { background-position: 0 -1224px; } |
| 1359 | .ic-bug { background-position: 0 -1260px; } |
| 1360 | .ic-burst { background-position: 0 -1296px; } |
| 1361 | .ic-calc { background-position: 0 -1332px; } |
| 1362 | .ic-calendar_1 { background-position: 0 -1368px; } |
| 1363 | .ic-calendar_2 { background-position: 0 -1404px; } |
| 1364 | .ic-cancel { background-position: 0 -1440px; } |
| 1365 | .ic-case { background-position: 0 -1476px; } |
| 1366 | .ic-cc { background-position: 0 -1512px; } |
| 1367 | .ic-cert { background-position: 0 -1548px; } |
| 1368 | .ic-chart_bar { background-position: 0 -1584px; } |
| 1369 | .ic-chart_line { background-position: 0 -1620px; } |
| 1370 | .ic-chart_line_2 { background-position: 0 -1656px; } |
| 1371 | .ic-chart_pie { background-position: 0 -1692px; } |
| 1372 | .ic-checkbox_checked { background-position: 0 -1728px; } |
| 1373 | .ic-checkbox_unchecked { background-position: 0 -1764px; } |
| 1374 | .ic-checkmark { background-position: 0 -1800px; } |
| 1375 | .ic-clip { background-position: 0 -1836px; } |
| 1376 | .ic-clipboard_copy { background-position: 0 -1872px; } |
| 1377 | .ic-clipboard_cut { background-position: 0 -1908px; } |
| 1378 | .ic-clipboard_past { background-position: 0 -1944px; } |
| 1379 | .ic-clock { background-position: -36px 0; } |
| 1380 | .ic-cloud { background-position: -36px -36px; } |
| 1381 | .ic-cloud_rain { background-position: -36px -72px; } |
| 1382 | .ic-cog { background-position: -36px -108px; } |
| 1383 | .ic-comp { background-position: -36px -144px; } |
| 1384 | .ic-compass { background-position: -36px -180px; } |
| 1385 | .ic-contact_card { background-position: -36px -216px; } |
| 1386 | .ic-cube { background-position: -36px -252px; } |
| 1387 | .ic-cur_bp { background-position: -36px -288px; } |
| 1388 | .ic-cur_dollar { background-position: -36px -324px; } |
| 1389 | .ic-cur_euro { background-position: -36px -360px; } |
| 1390 | .ic-cur_yen { background-position: -36px -396px; } |
| 1391 | .ic-cursor_H_split { background-position: -36px -432px; } |
| 1392 | .ic-cursor_V_split { background-position: -36px -468px; } |
| 1393 | .ic-cursor_arrow { background-position: -36px -504px; } |
| 1394 | .ic-cursor_drag_arrow { background-position: -36px -540px; } |
| 1395 | .ic-cursor_drag_arrow_2 { background-position: -36px -576px; } |
| 1396 | .ic-cursor_drag_hand { background-position: -36px -612px; } |
| 1397 | .ic-cursor_hand { background-position: -36px -648px; } |
| 1398 | .ic-db { background-position: -36px -684px; } |
| 1399 | .ic-delete { background-position: -36px -720px; } |
| 1400 | .ic-doc_delete { background-position: -36px -756px; } |
| 1401 | .ic-doc_edit { background-position: -36px -792px; } |
| 1402 | .ic-doc_empty { background-position: -36px -828px; } |
| 1403 | .ic-doc_export { background-position: -36px -864px; } |
| 1404 | .ic-doc_import { background-position: -36px -900px; } |
| 1405 | .ic-doc_lines { background-position: -36px -936px; } |
| 1406 | .ic-doc_lines_stright { background-position: -36px -972px; } |
| 1407 | .ic-doc_minus { background-position: -36px -1008px; } |
| 1408 | .ic-doc_new { background-position: -36px -1044px; } |
| 1409 | .ic-doc_plus { background-position: -36px -1080px; } |
| 1410 | .ic-document { background-position: -36px -1116px; } |
| 1411 | .ic-download { background-position: -36px -1152px; } |
| 1412 | .ic-emotion_sad { background-position: -36px -1188px; } |
| 1413 | .ic-emotion_smile { background-position: -36px -1224px; } |
| 1414 | .ic-expand { background-position: -36px -1260px; } |
| 1415 | .ic-eye { background-position: -36px -1296px; } |
| 1416 | .ic-eye_inv { background-position: -36px -1332px; } |
| 1417 | .ic-facebook { background-position: -36px -1368px; } |
| 1418 | .ic-filter { background-position: -36px -1404px; } |
| 1419 | .ic-fire { background-position: -36px -1440px; } |
| 1420 | .ic-flag { background-position: -36px -1476px; } |
| 1421 | .ic-folder { background-position: -36px -1512px; } |
| 1422 | .ic-folder_arrow { background-position: -36px -1548px; } |
| 1423 | .ic-folder_delete { background-position: -36px -1584px; } |
| 1424 | .ic-folder_minus { background-position: -36px -1620px; } |
| 1425 | .ic-folder_open { background-position: -36px -1656px; } |
| 1426 | .ic-folder_plus { background-position: -36px -1692px; } |
| 1427 | .ic-font_bold { background-position: -36px -1728px; } |
| 1428 | .ic-font_italic { background-position: -36px -1764px; } |
| 1429 | .ic-font_size { background-position: -36px -1800px; } |
| 1430 | .ic-font_strokethrough { background-position: -36px -1836px; } |
| 1431 | .ic-font_underline { background-position: -36px -1872px; } |
| 1432 | .ic-game_pad { background-position: -36px -1908px; } |
| 1433 | .ic-globe_1 { background-position: -36px -1944px; } |
| 1434 | .ic-globe_2 { background-position: -72px 0; } |
| 1435 | .ic-globe_3 { background-position: -72px -36px; } |
| 1436 | .ic-google { background-position: -72px -72px; } |
| 1437 | .ic-hand_1 { background-position: -72px -108px; } |
| 1438 | .ic-hand_2 { background-position: -72px -144px; } |
| 1439 | .ic-hand_contra { background-position: -72px -180px; } |
| 1440 | .ic-hand_pro { background-position: -72px -216px; } |
| 1441 | .ic-headphones { background-position: -72px -252px; } |
| 1442 | .ic-heart { background-position: -72px -288px; } |
| 1443 | .ic-heart_empty { background-position: -72px -324px; } |
| 1444 | .ic-home { background-position: -72px -360px; } |
| 1445 | .ic-image_text { background-position: -72px -396px; } |
| 1446 | .ic-inbox { background-position: -72px -432px; } |
| 1447 | .ic-indent_decrease { background-position: -72px -468px; } |
| 1448 | .ic-indent_increase { background-position: -72px -504px; } |
| 1449 | .ic-info { background-position: -72px -540px; } |
| 1450 | .ic-iphone { background-position: -72px -576px; } |
| 1451 | .ic-key { background-position: -72px -612px; } |
| 1452 | .ic-layers_1 { background-position: -72px -648px; } |
| 1453 | .ic-layers_2 { background-position: -72px -684px; } |
| 1454 | .ic-lightbulb { background-position: -72px -720px; } |
| 1455 | .ic-lighting { background-position: -72px -756px; } |
| 1456 | .ic-link { background-position: -72px -792px; } |
| 1457 | .ic-list_bullets { background-position: -72px -828px; } |
| 1458 | .ic-list_num { background-position: -72px -864px; } |
| 1459 | .ic-magic_wand { background-position: -72px -900px; } |
| 1460 | .ic-mail { background-position: -72px -936px; } |
| 1461 | .ic-mail_2 { background-position: -72px -972px; } |
| 1462 | .ic-mic { background-position: -72px -1008px; } |
| 1463 | .ic-monitor { background-position: -72px -1044px; } |
| 1464 | .ic-movie { background-position: -72px -1080px; } |
| 1465 | .ic-music { background-position: -72px -1116px; } |
| 1466 | .ic-net_comp { background-position: -72px -1152px; } |
| 1467 | .ic-network { background-position: -72px -1188px; } |
| 1468 | .ic-notepad { background-position: -72px -1224px; } |
| 1469 | .ic-notepad_2 { background-position: -72px -1260px; } |
| 1470 | .ic-on-off { background-position: -72px -1296px; } |
| 1471 | .ic-openid { background-position: -72px -1332px; } |
| 1472 | .ic-padlock_closed { background-position: -72px -1368px; } |
| 1473 | .ic-padlock_open { background-position: -72px -1404px; } |
| 1474 | .ic-page_layout { background-position: -72px -1440px; } |
| 1475 | .ic-paragraph { background-position: -72px -1476px; } |
| 1476 | .ic-pencil { background-position: -72px -1512px; } |
| 1477 | .ic-phone { background-position: -72px -1548px; } |
| 1478 | .ic-phone_1 { background-position: -72px -1584px; } |
| 1479 | .ic-phone_2 { background-position: -72px -1620px; } |
| 1480 | .ic-phone_touch { background-position: -72px -1656px; } |
| 1481 | .ic-photo { background-position: -72px -1692px; } |
| 1482 | .ic-picture { background-position: -72px -1728px; } |
| 1483 | .ic-pin { background-position: -72px -1764px; } |
| 1484 | .ic-pin_2 { background-position: -72px -1800px; } |
| 1485 | .ic-pin_map { background-position: -72px -1836px; } |
| 1486 | .ic-pin_map_down { background-position: -72px -1872px; } |
| 1487 | .ic-pin_map_left { background-position: -72px -1908px; } |
| 1488 | .ic-pin_map_right { background-position: -72px -1944px; } |
| 1489 | .ic-pin_map_top { background-position: -108px 0; } |
| 1490 | .ic-pin_sq_down { background-position: -108px -36px; } |
| 1491 | .ic-pin_sq_left { background-position: -108px -72px; } |
| 1492 | .ic-pin_sq_right { background-position: -108px -108px; } |
| 1493 | .ic-pin_sq_top { background-position: -108px -144px; } |
| 1494 | .ic-playback_ff { background-position: -108px -180px; } |
| 1495 | .ic-playback_next { background-position: -108px -216px; } |
| 1496 | .ic-playback_pause { background-position: -108px -252px; } |
| 1497 | .ic-playback_play { background-position: -108px -288px; } |
| 1498 | .ic-playback_prev { background-position: -108px -324px; } |
| 1499 | .ic-playback_rec { background-position: -108px -360px; } |
| 1500 | .ic-playback_reload { background-position: -108px -396px; } |
| 1501 | .ic-playback_rew { background-position: -108px -432px; } |
| 1502 | .ic-playback_stop { background-position: -108px -468px; } |
| 1503 | .ic-preso { background-position: -108px -504px; } |
| 1504 | .ic-print { background-position: -108px -540px; } |
| 1505 | .ic-question { background-position: -108px -576px; } |
| 1506 | .ic-redo { background-position: -108px -612px; } |
| 1507 | .ic-rnd_br_down { background-position: -108px -648px; } |
| 1508 | .ic-rnd_br_first { background-position: -108px -684px; } |
| 1509 | .ic-rnd_br_last { background-position: -108px -720px; } |
| 1510 | .ic-rnd_br_next { background-position: -108px -756px; } |
| 1511 | .ic-rnd_br_prev { background-position: -108px -792px; } |
| 1512 | .ic-rnd_br_up { background-position: -108px -828px; } |
| 1513 | .ic-round { background-position: -108px -864px; } |
| 1514 | .ic-round_and_up { background-position: -108px -900px; } |
| 1515 | .ic-round_arrow_left { background-position: -108px -936px; } |
| 1516 | .ic-round_arrow_right { background-position: -108px -972px; } |
| 1517 | .ic-round_checkmark { background-position: -108px -1008px; } |
| 1518 | .ic-round_delete { background-position: -108px -1044px; } |
| 1519 | .ic-round_minus { background-position: -108px -1080px; } |
| 1520 | .ic-round_plus { background-position: -108px -1116px; } |
| 1521 | .ic-rss { background-position: -108px -1152px; } |
| 1522 | .ic-rss_sq { background-position: -108px -1188px; } |
| 1523 | .ic-sand { background-position: -108px -1224px; } |
| 1524 | .ic-sat_dish { background-position: -108px -1260px; } |
| 1525 | .ic-save { background-position: -108px -1296px; } |
| 1526 | .ic-server { background-position: -108px -1332px; } |
| 1527 | .ic-share { background-position: -108px -1368px; } |
| 1528 | .ic-shop_cart { background-position: -108px -1404px; } |
| 1529 | .ic-sound_high { background-position: -108px -1440px; } |
| 1530 | .ic-sound_low { background-position: -108px -1476px; } |
| 1531 | .ic-sound_mute { background-position: -108px -1512px; } |
| 1532 | .ic-spechbubble { background-position: -108px -1548px; } |
| 1533 | .ic-spechbubble_2 { background-position: -108px -1584px; } |
| 1534 | .ic-spechbubble_sq { background-position: -108px -1620px; } |
| 1535 | .ic-spechbubble_sq_line { background-position: -108px -1656px; } |
| 1536 | .ic-sq_br_down { background-position: -108px -1692px; } |
| 1537 | .ic-sq_br_first { background-position: -108px -1728px; } |
| 1538 | .ic-sq_br_last { background-position: -108px -1764px; } |
| 1539 | .ic-sq_br_next { background-position: -108px -1800px; } |
| 1540 | .ic-sq_br_prev { background-position: -108px -1836px; } |
| 1541 | .ic-sq_br_up { background-position: -108px -1872px; } |
| 1542 | .ic-sq_down { background-position: -108px -1908px; } |
| 1543 | .ic-sq_minus { background-position: -108px -1944px; } |
| 1544 | .ic-sq_next { background-position: -144px 0; } |
| 1545 | .ic-sq_plus { background-position: -144px -36px; } |
| 1546 | .ic-sq_prev { background-position: -144px -72px; } |
| 1547 | .ic-sq_up { background-position: -144px -108px; } |
| 1548 | .ic-square_shape { background-position: -144px -144px; } |
| 1549 | .ic-star { background-position: -144px -180px; } |
| 1550 | .ic-star_fav { background-position: -144px -216px; } |
| 1551 | .ic-star_fav_empty { background-position: -144px -252px; } |
| 1552 | .ic-sun { background-position: -144px -288px; } |
| 1553 | .ic-tag { background-position: -144px -324px; } |
| 1554 | .ic-tape { background-position: -144px -360px; } |
| 1555 | .ic-target { background-position: -144px -396px; } |
| 1556 | .ic-text_curstor { background-position: -144px -432px; } |
| 1557 | .ic-text_letter_t { background-position: -144px -468px; } |
| 1558 | .ic-top_right_expand { background-position: -144px -504px; } |
| 1559 | .ic-trash { background-position: -144px -540px; } |
| 1560 | .ic-twitter { background-position: -144px -576px; } |
| 1561 | .ic-twitter_2 { background-position: -144px -612px; } |
| 1562 | .ic-undo { background-position: -144px -648px; } |
| 1563 | .ic-user { background-position: -144px -684px; } |
| 1564 | .ic-users { background-position: -144px -720px; } |
| 1565 | .ic-wrench { background-position: -144px -756px; } |
| 1566 | .ic-wrench_plus { background-position: -144px -792px; } |
| 1567 | .ic-wrench_plus_2 { background-position: -144px -828px; } |
| 1568 | .ic-zoom { background-position: -144px -864px; } |
| 1569 | |
| 1570 | |
| 1571 | /* |
| 1572 | * lib/css/legacy/sidebar.css |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1573 | */div.psidebar { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1574 | } |
| 1575 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1576 | div.psidebar div.head { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1577 | font-size: 14px; |
| 1578 | font-weight: bold; |
| 1579 | color: #555; |
| 1580 | margin-bottom: 12px; |
| 1581 | } |
| 1582 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1583 | div.psidebar div.section { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1584 | margin-bottom: 11px; |
| 1585 | overflow: hidden; |
| 1586 | } |
| 1587 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1588 | div.psidebar div.section-head { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1589 | font-size: 12px; |
| 1590 | padding: 5px 11px; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 1591 | border-bottom: 2px solid #444; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1592 | } |
| 1593 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1594 | div.psidebar div.section-body { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1595 | margin: 7px 11px 11px 11px; |
| 1596 | } |
| 1597 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1598 | div.psidebar div.section-item { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1599 | margin-bottom: 7px; |
| 1600 | } |
| 1601 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 1602 | div.psidebar div.section-item, div.psidebar .section-link { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1603 | font-size: 11px; |
| 1604 | color: #666; |
| 1605 | } |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1606 | /* |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1607 | * lib/css/bootstrap/headings.css |
| 1608 | *//* heading from bootstrap */ |
| 1609 | |
| 1610 | h1, |
| 1611 | h2, |
| 1612 | h3, |
| 1613 | h4, |
| 1614 | h5, |
| 1615 | h6 { |
| 1616 | margin: 0; |
| 1617 | font-weight: bold; |
| 1618 | color: #333333; |
| 1619 | text-rendering: optimizelegibility; |
| 1620 | margin-bottom: 0.3em; |
| 1621 | } |
| 1622 | h1 small, |
| 1623 | h2 small, |
| 1624 | h3 small, |
| 1625 | h4 small, |
| 1626 | h5 small, |
| 1627 | h6 small { |
| 1628 | font-weight: normal; |
| 1629 | color: #999999; |
| 1630 | } |
| 1631 | h1 { |
| 1632 | font-size: 30px; |
| 1633 | line-height: 36px; |
| 1634 | } |
| 1635 | h1 small { |
| 1636 | font-size: 18px; |
| 1637 | } |
| 1638 | h2 { |
| 1639 | font-size: 24px; |
| 1640 | line-height: 36px; |
| 1641 | } |
| 1642 | h2 small { |
| 1643 | font-size: 18px; |
| 1644 | } |
| 1645 | h3 { |
| 1646 | line-height: 27px; |
| 1647 | font-size: 18px; |
| 1648 | } |
| 1649 | h3 small { |
| 1650 | font-size: 14px; |
| 1651 | } |
| 1652 | h4, h5, h6 { |
| 1653 | line-height: 18px; |
| 1654 | } |
| 1655 | h4 { |
| 1656 | font-size: 14px; |
| 1657 | } |
| 1658 | h4 small { |
| 1659 | font-size: 12px; |
| 1660 | } |
| 1661 | h5 { |
| 1662 | font-size: 12px; |
| 1663 | } |
| 1664 | h6 { |
| 1665 | font-size: 11px; |
| 1666 | color: #999999; |
| 1667 | text-transform: uppercase; |
| 1668 | } |
| 1669 | /* |
| 1670 | * lib/css/bootstrap/buttons.css |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1671 | */.close { |
| 1672 | float: right; |
| 1673 | font-size: 20px; |
| 1674 | font-weight: bold; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1675 | line-height: 18px; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1676 | color: #000000; |
| 1677 | text-shadow: 0 1px 0 #ffffff; |
| 1678 | opacity: 0.2; |
| 1679 | filter: alpha(opacity=20); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1680 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1681 | .close:hover { |
| 1682 | color: #000000; |
| 1683 | text-decoration: none; |
| 1684 | opacity: 0.4; |
| 1685 | filter: alpha(opacity=40); |
| 1686 | cursor: pointer; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1687 | } |
| 1688 | .btn { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1689 | display: inline-block; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1690 | padding: 4px 10px 4px; |
| 1691 | font-size: 13px; |
| 1692 | line-height: 18px; |
| 1693 | color: #333333; |
| 1694 | text-align: center; |
| 1695 | text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); |
| 1696 | background-color: #fafafa; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1697 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); |
| 1698 | background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| 1699 | background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); |
| 1700 | background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| 1701 | background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
| 1702 | background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1703 | background-repeat: no-repeat; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1704 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1705 | border: 1px solid #ccc; |
| 1706 | border-bottom-color: #bbb; |
| 1707 | -webkit-border-radius: 4px; |
| 1708 | -moz-border-radius: 4px; |
| 1709 | border-radius: 4px; |
| 1710 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1711 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1712 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1713 | cursor: pointer; |
| 1714 | *margin-left: .3em; |
| 1715 | } |
| 1716 | .btn:first-child { |
| 1717 | *margin-left: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1718 | } |
| 1719 | .btn:hover { |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1720 | color: #333333; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1721 | text-decoration: none; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1722 | background-color: #e6e6e6; |
| 1723 | background-position: 0 -15px; |
| 1724 | -webkit-transition: background-position 0.1s linear; |
| 1725 | -moz-transition: background-position 0.1s linear; |
| 1726 | -ms-transition: background-position 0.1s linear; |
| 1727 | -o-transition: background-position 0.1s linear; |
| 1728 | transition: background-position 0.1s linear; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1729 | } |
| 1730 | .btn:focus { |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1731 | outline: thin dotted; |
| 1732 | outline: 5px auto -webkit-focus-ring-color; |
| 1733 | outline-offset: -2px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1734 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1735 | .btn.active, .btn:active { |
| 1736 | background-image: none; |
| 1737 | -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1738 | -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1739 | box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1740 | background-color: #e6e6e6; |
| 1741 | background-color: #d9d9d9 \9; |
| 1742 | color: rgba(0, 0, 0, 0.5); |
| 1743 | outline: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1744 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1745 | .btn.disabled, .btn[disabled] { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1746 | cursor: default; |
| 1747 | background-image: none; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1748 | background-color: #e6e6e6; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1749 | opacity: 0.65; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1750 | filter: alpha(opacity=65); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1751 | -webkit-box-shadow: none; |
| 1752 | -moz-box-shadow: none; |
| 1753 | box-shadow: none; |
| 1754 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1755 | .btn-large { |
| 1756 | padding: 9px 14px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1757 | font-size: 15px; |
| 1758 | line-height: normal; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1759 | -webkit-border-radius: 5px; |
| 1760 | -moz-border-radius: 5px; |
| 1761 | border-radius: 5px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1762 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1763 | .btn-large .icon { |
| 1764 | margin-top: 1px; |
| 1765 | } |
| 1766 | .btn-small { |
| 1767 | padding: 5px 9px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1768 | font-size: 11px; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1769 | line-height: 16px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1770 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1771 | .btn-small .icon { |
| 1772 | margin-top: -1px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1773 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1774 | .btn-primary, |
| 1775 | .btn-primary:hover, |
| 1776 | .btn-warning, |
| 1777 | .btn-warning:hover, |
| 1778 | .btn-danger, |
| 1779 | .btn-danger:hover, |
| 1780 | .btn-success, |
| 1781 | .btn-success:hover, |
| 1782 | .btn-info, |
| 1783 | .btn-info:hover { |
| 1784 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
| 1785 | color: #ffffff; |
| 1786 | } |
| 1787 | .btn-primary.active, |
| 1788 | .btn-warning.active, |
| 1789 | .btn-danger.active, |
| 1790 | .btn-success.active, |
| 1791 | .btn-info.active { |
| 1792 | color: rgba(255, 255, 255, 0.75); |
| 1793 | } |
| 1794 | .btn-primary { |
| 1795 | background-color: #006dcc; |
| 1796 | background-image: -moz-linear-gradient(top, #0088cc, #0044cc); |
| 1797 | background-image: -ms-linear-gradient(top, #0088cc, #0044cc); |
| 1798 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); |
| 1799 | background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); |
| 1800 | background-image: -o-linear-gradient(top, #0088cc, #0044cc); |
| 1801 | background-image: linear-gradient(top, #0088cc, #0044cc); |
| 1802 | background-repeat: repeat-x; |
| 1803 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); |
| 1804 | border-color: #0044cc #0044cc #002a80; |
| 1805 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1806 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1807 | } |
| 1808 | .btn-primary:hover, |
| 1809 | .btn-primary:active, |
| 1810 | .btn-primary.active, |
| 1811 | .btn-primary.disabled, |
| 1812 | .btn-primary[disabled] { |
| 1813 | background-color: #0044cc; |
| 1814 | } |
| 1815 | .btn-primary:active, .btn-primary.active { |
| 1816 | background-color: #003399 \9; |
| 1817 | } |
| 1818 | .btn-warning { |
| 1819 | background-color: #faa732; |
| 1820 | background-image: -moz-linear-gradient(top, #fbb450, #f89406); |
| 1821 | background-image: -ms-linear-gradient(top, #fbb450, #f89406); |
| 1822 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); |
| 1823 | background-image: -webkit-linear-gradient(top, #fbb450, #f89406); |
| 1824 | background-image: -o-linear-gradient(top, #fbb450, #f89406); |
| 1825 | background-image: linear-gradient(top, #fbb450, #f89406); |
| 1826 | background-repeat: repeat-x; |
| 1827 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); |
| 1828 | border-color: #f89406 #f89406 #ad6704; |
| 1829 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1830 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1831 | } |
| 1832 | .btn-warning:hover, |
| 1833 | .btn-warning:active, |
| 1834 | .btn-warning.active, |
| 1835 | .btn-warning.disabled, |
| 1836 | .btn-warning[disabled] { |
| 1837 | background-color: #f89406; |
| 1838 | } |
| 1839 | .btn-warning:active, .btn-warning.active { |
| 1840 | background-color: #c67605 \9; |
| 1841 | } |
| 1842 | .btn-danger { |
| 1843 | background-color: #da4f49; |
| 1844 | background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); |
| 1845 | background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); |
| 1846 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); |
| 1847 | background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); |
| 1848 | background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); |
| 1849 | background-image: linear-gradient(top, #ee5f5b, #bd362f); |
| 1850 | background-repeat: repeat-x; |
| 1851 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); |
| 1852 | border-color: #bd362f #bd362f #802420; |
| 1853 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1854 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1855 | } |
| 1856 | .btn-danger:hover, |
| 1857 | .btn-danger:active, |
| 1858 | .btn-danger.active, |
| 1859 | .btn-danger.disabled, |
| 1860 | .btn-danger[disabled] { |
| 1861 | background-color: #bd362f; |
| 1862 | } |
| 1863 | .btn-danger:active, .btn-danger.active { |
| 1864 | background-color: #942a25 \9; |
| 1865 | } |
| 1866 | .btn-success { |
| 1867 | background-color: #5bb75b; |
| 1868 | background-image: -moz-linear-gradient(top, #62c462, #51a351); |
| 1869 | background-image: -ms-linear-gradient(top, #62c462, #51a351); |
| 1870 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); |
| 1871 | background-image: -webkit-linear-gradient(top, #62c462, #51a351); |
| 1872 | background-image: -o-linear-gradient(top, #62c462, #51a351); |
| 1873 | background-image: linear-gradient(top, #62c462, #51a351); |
| 1874 | background-repeat: repeat-x; |
| 1875 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); |
| 1876 | border-color: #51a351 #51a351 #387038; |
| 1877 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1878 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1879 | } |
| 1880 | .btn-success:hover, |
| 1881 | .btn-success:active, |
| 1882 | .btn-success.active, |
| 1883 | .btn-success.disabled, |
| 1884 | .btn-success[disabled] { |
| 1885 | background-color: #51a351; |
| 1886 | } |
| 1887 | .btn-success:active, .btn-success.active { |
| 1888 | background-color: #408140 \9; |
| 1889 | } |
| 1890 | .btn-info { |
| 1891 | background-color: #49afcd; |
| 1892 | background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); |
| 1893 | background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); |
| 1894 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); |
| 1895 | background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); |
| 1896 | background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); |
| 1897 | background-image: linear-gradient(top, #5bc0de, #2f96b4); |
| 1898 | background-repeat: repeat-x; |
| 1899 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); |
| 1900 | border-color: #2f96b4 #2f96b4 #1f6377; |
| 1901 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1902 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1903 | } |
| 1904 | .btn-info:hover, |
| 1905 | .btn-info:active, |
| 1906 | .btn-info.active, |
| 1907 | .btn-info.disabled, |
| 1908 | .btn-info[disabled] { |
| 1909 | background-color: #2f96b4; |
| 1910 | } |
| 1911 | .btn-info:active, .btn-info.active { |
| 1912 | background-color: #24748c \9; |
| 1913 | } |
| 1914 | button.btn, input[type="submit"].btn { |
| 1915 | *padding-top: 2px; |
| 1916 | *padding-bottom: 2px; |
| 1917 | } |
| 1918 | button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1919 | padding: 0; |
| 1920 | border: 0; |
| 1921 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1922 | button.btn.large, input[type="submit"].btn.large { |
| 1923 | *padding-top: 7px; |
| 1924 | *padding-bottom: 7px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1925 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1926 | button.btn.small, input[type="submit"].btn.small { |
| 1927 | *padding-top: 3px; |
| 1928 | *padding-bottom: 3px; |
| 1929 | } |
| 1930 | .btn-group { |
| 1931 | position: relative; |
| 1932 | *zoom: 1; |
| 1933 | *margin-left: .3em; |
| 1934 | } |
| 1935 | .btn-group:before, .btn-group:after { |
| 1936 | display: table; |
| 1937 | content: ""; |
| 1938 | } |
| 1939 | .btn-group:after { |
| 1940 | clear: both; |
| 1941 | } |
| 1942 | .btn-group:first-child { |
| 1943 | *margin-left: 0; |
| 1944 | } |
| 1945 | .btn-group + .btn-group { |
| 1946 | margin-left: 5px; |
| 1947 | } |
| 1948 | .btn-toolbar { |
| 1949 | margin-top: 9px; |
| 1950 | margin-bottom: 9px; |
| 1951 | } |
| 1952 | .btn-toolbar .btn-group { |
| 1953 | display: inline-block; |
| 1954 | *display: inline; |
| 1955 | /* IE7 inline-block hack */ |
| 1956 | |
| 1957 | *zoom: 1; |
| 1958 | } |
| 1959 | .btn-group .btn { |
| 1960 | position: relative; |
| 1961 | float: left; |
| 1962 | margin-left: -1px; |
| 1963 | -webkit-border-radius: 0; |
| 1964 | -moz-border-radius: 0; |
| 1965 | border-radius: 0; |
| 1966 | } |
| 1967 | .btn-group .btn:first-child { |
| 1968 | margin-left: 0; |
| 1969 | -webkit-border-top-left-radius: 4px; |
| 1970 | -moz-border-radius-topleft: 4px; |
| 1971 | border-top-left-radius: 4px; |
| 1972 | -webkit-border-bottom-left-radius: 4px; |
| 1973 | -moz-border-radius-bottomleft: 4px; |
| 1974 | border-bottom-left-radius: 4px; |
| 1975 | } |
| 1976 | .btn-group .btn:last-child, .btn-group .dropdown-toggle { |
| 1977 | -webkit-border-top-right-radius: 4px; |
| 1978 | -moz-border-radius-topright: 4px; |
| 1979 | border-top-right-radius: 4px; |
| 1980 | -webkit-border-bottom-right-radius: 4px; |
| 1981 | -moz-border-radius-bottomright: 4px; |
| 1982 | border-bottom-right-radius: 4px; |
| 1983 | } |
| 1984 | .btn-group .btn.large:first-child { |
| 1985 | margin-left: 0; |
| 1986 | -webkit-border-top-left-radius: 6px; |
| 1987 | -moz-border-radius-topleft: 6px; |
| 1988 | border-top-left-radius: 6px; |
| 1989 | -webkit-border-bottom-left-radius: 6px; |
| 1990 | -moz-border-radius-bottomleft: 6px; |
| 1991 | border-bottom-left-radius: 6px; |
| 1992 | } |
| 1993 | .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle { |
| 1994 | -webkit-border-top-right-radius: 6px; |
| 1995 | -moz-border-radius-topright: 6px; |
| 1996 | border-top-right-radius: 6px; |
| 1997 | -webkit-border-bottom-right-radius: 6px; |
| 1998 | -moz-border-radius-bottomright: 6px; |
| 1999 | border-bottom-right-radius: 6px; |
| 2000 | } |
| 2001 | .btn-group .btn:hover, |
| 2002 | .btn-group .btn:focus, |
| 2003 | .btn-group .btn:active, |
| 2004 | .btn-group .btn.active { |
| 2005 | z-index: 2; |
| 2006 | } |
| 2007 | .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { |
| 2008 | outline: 0; |
| 2009 | } |
| 2010 | .btn-group .dropdown-toggle { |
| 2011 | padding-left: 8px; |
| 2012 | padding-right: 8px; |
| 2013 | -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); |
| 2014 | -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); |
| 2015 | 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); |
| 2016 | *padding-top: 5px; |
| 2017 | *padding-bottom: 5px; |
| 2018 | } |
| 2019 | .btn-group.open { |
| 2020 | *z-index: 1000; |
| 2021 | } |
| 2022 | .btn-group.open .dropdown-menu { |
| 2023 | display: block; |
| 2024 | margin-top: 1px; |
| 2025 | -webkit-border-radius: 5px; |
| 2026 | -moz-border-radius: 5px; |
| 2027 | border-radius: 5px; |
| 2028 | } |
| 2029 | .btn-group.open .dropdown-toggle { |
| 2030 | background-image: none; |
| 2031 | -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 2032 | -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 2033 | box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 2034 | } |
| 2035 | .btn .caret { |
| 2036 | margin-top: 7px; |
| 2037 | margin-left: 0; |
| 2038 | } |
| 2039 | .btn:hover .caret, .open.btn-group .caret { |
| 2040 | opacity: 1; |
| 2041 | filter: alpha(opacity=100); |
| 2042 | } |
| 2043 | .btn-primary .caret, |
| 2044 | .btn-danger .caret, |
| 2045 | .btn-info .caret, |
| 2046 | .btn-success .caret { |
| 2047 | border-top-color: #ffffff; |
| 2048 | opacity: 0.75; |
| 2049 | filter: alpha(opacity=75); |
| 2050 | } |
| 2051 | .btn-small .caret { |
| 2052 | margin-top: 4px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2053 | } |
| 2054 | /* |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2055 | * lib/css/bootstrap/navbar.css |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2056 | */.nav { |
| 2057 | margin-left: 0; |
| 2058 | margin-bottom: 18px; |
| 2059 | list-style: none; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2060 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2061 | .nav > li > a { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2062 | display: block; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2063 | } |
| 2064 | .nav > li > a:hover { |
| 2065 | text-decoration: none; |
| 2066 | background-color: #eeeeee; |
| 2067 | } |
| 2068 | .nav-list { |
| 2069 | padding-left: 14px; |
| 2070 | padding-right: 14px; |
| 2071 | margin-bottom: 0; |
| 2072 | } |
| 2073 | .nav-list > li > a, .nav-list .nav-header { |
| 2074 | display: block; |
| 2075 | padding: 3px 15px; |
| 2076 | margin-left: -15px; |
| 2077 | margin-right: -15px; |
| 2078 | text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
| 2079 | } |
| 2080 | .nav-list .nav-header { |
| 2081 | font-size: 11px; |
| 2082 | font-weight: bold; |
| 2083 | line-height: 18px; |
| 2084 | color: #999999; |
| 2085 | text-transform: uppercase; |
| 2086 | } |
| 2087 | .nav-list > li + .nav-header { |
| 2088 | margin-top: 9px; |
| 2089 | } |
| 2090 | .nav-list .active > a, .nav-list .active > a:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2091 | color: #ffffff; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2092 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); |
| 2093 | background-color: #0088cc; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2094 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2095 | .nav-list [class^="icon-"] { |
| 2096 | margin-right: 2px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2097 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2098 | .nav-tabs, .nav-pills { |
| 2099 | *zoom: 1; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2100 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2101 | .nav-tabs:before, |
| 2102 | .nav-pills:before, |
| 2103 | .nav-tabs:after, |
| 2104 | .nav-pills:after { |
| 2105 | display: table; |
| 2106 | content: ""; |
| 2107 | } |
| 2108 | .nav-tabs:after, .nav-pills:after { |
| 2109 | clear: both; |
| 2110 | } |
| 2111 | .nav-tabs > li, .nav-pills > li { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2112 | float: left; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2113 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2114 | .nav-tabs > li > a, .nav-pills > li > a { |
| 2115 | padding-right: 12px; |
| 2116 | padding-left: 12px; |
| 2117 | margin-right: 2px; |
| 2118 | line-height: 14px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2119 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2120 | .nav-tabs { |
| 2121 | border-bottom: 1px solid #ddd; |
| 2122 | } |
| 2123 | .nav-tabs > li { |
| 2124 | margin-bottom: -1px; |
| 2125 | } |
| 2126 | .nav-tabs > li > a { |
| 2127 | padding-top: 9px; |
| 2128 | padding-bottom: 9px; |
| 2129 | border: 1px solid transparent; |
| 2130 | -webkit-border-radius: 4px 4px 0 0; |
| 2131 | -moz-border-radius: 4px 4px 0 0; |
| 2132 | border-radius: 4px 4px 0 0; |
| 2133 | } |
| 2134 | .nav-tabs > li > a:hover { |
| 2135 | border-color: #eeeeee #eeeeee #dddddd; |
| 2136 | } |
| 2137 | .nav-tabs > .active > a, .nav-tabs > .active > a:hover { |
| 2138 | color: #555555; |
| 2139 | background-color: #ffffff; |
| 2140 | border: 1px solid #ddd; |
| 2141 | border-bottom-color: transparent; |
| 2142 | cursor: default; |
| 2143 | } |
| 2144 | .nav-pills > li > a { |
| 2145 | padding-top: 8px; |
| 2146 | padding-bottom: 8px; |
| 2147 | margin-top: 2px; |
| 2148 | margin-bottom: 2px; |
| 2149 | -webkit-border-radius: 5px; |
| 2150 | -moz-border-radius: 5px; |
| 2151 | border-radius: 5px; |
| 2152 | } |
| 2153 | .nav-pills .active > a, .nav-pills .active > a:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2154 | color: #ffffff; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2155 | background-color: #0088cc; |
| 2156 | } |
| 2157 | .nav-stacked > li { |
| 2158 | float: none; |
| 2159 | } |
| 2160 | .nav-stacked > li > a { |
| 2161 | margin-right: 0; |
| 2162 | } |
| 2163 | .nav-tabs.nav-stacked { |
| 2164 | border-bottom: 0; |
| 2165 | } |
| 2166 | .nav-tabs.nav-stacked > li > a { |
| 2167 | border: 1px solid #ddd; |
| 2168 | -webkit-border-radius: 0; |
| 2169 | -moz-border-radius: 0; |
| 2170 | border-radius: 0; |
| 2171 | } |
| 2172 | .nav-tabs.nav-stacked > li:first-child > a { |
| 2173 | -webkit-border-radius: 4px 4px 0 0; |
| 2174 | -moz-border-radius: 4px 4px 0 0; |
| 2175 | border-radius: 4px 4px 0 0; |
| 2176 | } |
| 2177 | .nav-tabs.nav-stacked > li:last-child > a { |
| 2178 | -webkit-border-radius: 0 0 4px 4px; |
| 2179 | -moz-border-radius: 0 0 4px 4px; |
| 2180 | border-radius: 0 0 4px 4px; |
| 2181 | } |
| 2182 | .nav-tabs.nav-stacked > li > a:hover { |
| 2183 | border-color: #ddd; |
| 2184 | z-index: 2; |
| 2185 | } |
| 2186 | .nav-pills.nav-stacked > li > a { |
| 2187 | margin-bottom: 3px; |
| 2188 | } |
| 2189 | .nav-pills.nav-stacked > li:last-child > a { |
| 2190 | margin-bottom: 1px; |
| 2191 | } |
| 2192 | .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu { |
| 2193 | margin-top: 1px; |
| 2194 | border-width: 1px; |
| 2195 | } |
| 2196 | .nav-pills .dropdown-menu { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2197 | -webkit-border-radius: 4px; |
| 2198 | -moz-border-radius: 4px; |
| 2199 | border-radius: 4px; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2200 | } |
| 2201 | .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret { |
| 2202 | border-top-color: #0088cc; |
| 2203 | margin-top: 6px; |
| 2204 | } |
| 2205 | .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret { |
| 2206 | border-top-color: #005580; |
| 2207 | } |
| 2208 | .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret { |
| 2209 | border-top-color: #333333; |
| 2210 | } |
| 2211 | .nav > .dropdown.active > a:hover { |
| 2212 | color: #000000; |
| 2213 | cursor: pointer; |
| 2214 | } |
| 2215 | .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover { |
| 2216 | color: #ffffff; |
| 2217 | background-color: #999999; |
| 2218 | border-color: #999999; |
| 2219 | } |
| 2220 | .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret { |
| 2221 | border-top-color: #ffffff; |
| 2222 | opacity: 1; |
| 2223 | filter: alpha(opacity=100); |
| 2224 | } |
| 2225 | |
| 2226 | .navbar { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2227 | overflow: visible; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2228 | margin-bottom: 18px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2229 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2230 | .navbar-inner { |
| 2231 | padding-left: 20px; |
| 2232 | padding-right: 20px; |
| 2233 | background-color: #2c2c2c; |
| 2234 | background-image: -moz-linear-gradient(top, #333333, #222222); |
| 2235 | background-image: -ms-linear-gradient(top, #333333, #222222); |
| 2236 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
| 2237 | background-image: -webkit-linear-gradient(top, #333333, #222222); |
| 2238 | background-image: -o-linear-gradient(top, #333333, #222222); |
| 2239 | background-image: linear-gradient(top, #333333, #222222); |
| 2240 | background-repeat: repeat-x; |
| 2241 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| 2242 | -webkit-border-radius: 4px; |
| 2243 | -moz-border-radius: 4px; |
| 2244 | border-radius: 4px; |
| 2245 | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 2246 | -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 2247 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 2248 | } |
| 2249 | .btn-navbar { |
| 2250 | display: none; |
| 2251 | float: right; |
| 2252 | padding: 7px 10px; |
| 2253 | margin-left: 5px; |
| 2254 | margin-right: 5px; |
| 2255 | background-color: #2c2c2c; |
| 2256 | background-image: -moz-linear-gradient(top, #333333, #222222); |
| 2257 | background-image: -ms-linear-gradient(top, #333333, #222222); |
| 2258 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
| 2259 | background-image: -webkit-linear-gradient(top, #333333, #222222); |
| 2260 | background-image: -o-linear-gradient(top, #333333, #222222); |
| 2261 | background-image: linear-gradient(top, #333333, #222222); |
| 2262 | background-repeat: repeat-x; |
| 2263 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| 2264 | border-color: #222222 #222222 #000000; |
| 2265 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 2266 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 2267 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| 2268 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| 2269 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| 2270 | } |
| 2271 | .btn-navbar:hover, |
| 2272 | .btn-navbar:active, |
| 2273 | .btn-navbar.active, |
| 2274 | .btn-navbar.disabled, |
| 2275 | .btn-navbar[disabled] { |
| 2276 | background-color: #222222; |
| 2277 | } |
| 2278 | .btn-navbar:active, .btn-navbar.active { |
| 2279 | background-color: #080808 \9; |
| 2280 | } |
| 2281 | .btn-navbar .icon-bar { |
| 2282 | display: block; |
| 2283 | width: 18px; |
| 2284 | height: 2px; |
| 2285 | background-color: #f5f5f5; |
| 2286 | -webkit-border-radius: 1px; |
| 2287 | -moz-border-radius: 1px; |
| 2288 | border-radius: 1px; |
| 2289 | -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 2290 | -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 2291 | box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 2292 | } |
| 2293 | .btn-navbar .icon-bar + .icon-bar { |
| 2294 | margin-top: 3px; |
| 2295 | } |
| 2296 | .nav-collapse.collapse { |
| 2297 | height: auto; |
| 2298 | } |
| 2299 | .navbar .brand:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2300 | text-decoration: none; |
| 2301 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2302 | .navbar .brand { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2303 | float: left; |
| 2304 | display: block; |
| 2305 | padding: 8px 20px 12px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2306 | font-size: 20px; |
| 2307 | font-weight: 200; |
| 2308 | line-height: 1; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2309 | color: #ffffff; |
| 2310 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2311 | .navbar .navbar-text { |
| 2312 | margin-bottom: 0; |
| 2313 | line-height: 40px; |
| 2314 | color: #999999; |
| 2315 | } |
| 2316 | .navbar .navbar-text a:hover { |
| 2317 | color: #ffffff; |
| 2318 | background-color: transparent; |
| 2319 | } |
| 2320 | .navbar .btn, .navbar .btn-group { |
| 2321 | margin-top: 5px; |
| 2322 | } |
| 2323 | .navbar .btn-group .btn { |
| 2324 | margin-top: 0; |
| 2325 | } |
| 2326 | .navbar-form { |
| 2327 | margin-bottom: 0; |
| 2328 | *zoom: 1; |
| 2329 | } |
| 2330 | .navbar-form:before, .navbar-form:after { |
| 2331 | display: table; |
| 2332 | content: ""; |
| 2333 | } |
| 2334 | .navbar-form:after { |
| 2335 | clear: both; |
| 2336 | } |
| 2337 | .navbar-form input, .navbar-form select { |
| 2338 | display: inline-block; |
| 2339 | margin-top: 5px; |
| 2340 | margin-bottom: 0; |
| 2341 | } |
| 2342 | .navbar-form .radio, .navbar-form .checkbox { |
| 2343 | margin-top: 5px; |
| 2344 | } |
| 2345 | .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { |
| 2346 | margin-top: 3px; |
| 2347 | } |
| 2348 | .navbar-search { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2349 | position: relative; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2350 | float: left; |
| 2351 | margin-top: 6px; |
| 2352 | margin-bottom: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2353 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2354 | .navbar-search .search-query { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2355 | padding: 4px 9px; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2356 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 2357 | font-size: 13px; |
| 2358 | font-weight: normal; |
| 2359 | line-height: 1; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2360 | color: #ffffff; |
| 2361 | color: rgba(255, 255, 255, 0.75); |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2362 | background: #666; |
| 2363 | background: rgba(255, 255, 255, 0.3); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2364 | border: 1px solid #111; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2365 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
| 2366 | -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
| 2367 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2368 | -webkit-transition: none; |
| 2369 | -moz-transition: none; |
| 2370 | -ms-transition: none; |
| 2371 | -o-transition: none; |
| 2372 | transition: none; |
| 2373 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2374 | .navbar-search .search-query :-moz-placeholder { |
| 2375 | color: #eeeeee; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2376 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2377 | .navbar-search .search-query::-webkit-input-placeholder { |
| 2378 | color: #eeeeee; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2379 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2380 | .navbar-search .search-query:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2381 | color: #ffffff; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2382 | background-color: #999999; |
| 2383 | background-color: rgba(255, 255, 255, 0.5); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2384 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2385 | .navbar-search .search-query:focus, .navbar-search .search-query.focused { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2386 | padding: 5px 10px; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2387 | color: #333333; |
| 2388 | text-shadow: 0 1px 0 #ffffff; |
| 2389 | background-color: #ffffff; |
| 2390 | border: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2391 | -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| 2392 | -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| 2393 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2394 | outline: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2395 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2396 | .navbar-fixed-top { |
| 2397 | position: fixed; |
| 2398 | top: 0; |
| 2399 | right: 0; |
| 2400 | left: 0; |
| 2401 | z-index: 1030; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2402 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2403 | .navbar-fixed-top .navbar-inner { |
| 2404 | padding-left: 0; |
| 2405 | padding-right: 0; |
| 2406 | -webkit-border-radius: 0; |
| 2407 | -moz-border-radius: 0; |
| 2408 | border-radius: 0; |
| 2409 | } |
| 2410 | .navbar .nav { |
| 2411 | position: relative; |
| 2412 | left: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2413 | display: block; |
| 2414 | float: left; |
| 2415 | margin: 0 10px 0 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2416 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2417 | .navbar .nav.pull-right { |
| 2418 | float: right; |
| 2419 | } |
| 2420 | .navbar .nav > li { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2421 | display: block; |
| 2422 | float: left; |
| 2423 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2424 | .navbar .nav > li > a { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2425 | float: none; |
| 2426 | padding: 10px 10px 11px; |
| 2427 | line-height: 19px; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2428 | color: #999999; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2429 | text-decoration: none; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2430 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2431 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2432 | .navbar .nav > li > a:hover { |
| 2433 | background-color: transparent; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2434 | color: #ffffff; |
| 2435 | text-decoration: none; |
| 2436 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2437 | .navbar .nav .active > a, .navbar .nav .active > a:hover { |
| 2438 | color: #ffffff; |
| 2439 | text-decoration: none; |
| 2440 | background-color: #222222; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2441 | background-color: rgba(0, 0, 0, 0.5); |
| 2442 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2443 | .navbar .divider-vertical { |
| 2444 | height: 40px; |
| 2445 | width: 1px; |
| 2446 | margin: 0 9px; |
| 2447 | overflow: hidden; |
| 2448 | background-color: #222222; |
| 2449 | border-right: 1px solid #333333; |
| 2450 | } |
| 2451 | .navbar .nav.pull-right { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2452 | margin-left: 10px; |
| 2453 | margin-right: 0; |
| 2454 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2455 | .navbar .dropdown-menu { |
| 2456 | margin-top: 1px; |
| 2457 | -webkit-border-radius: 4px; |
| 2458 | -moz-border-radius: 4px; |
| 2459 | border-radius: 4px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2460 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2461 | .navbar .dropdown-menu:before { |
| 2462 | content: ''; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2463 | display: inline-block; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2464 | border-left: 7px solid transparent; |
| 2465 | border-right: 7px solid transparent; |
| 2466 | border-bottom: 7px solid #ccc; |
| 2467 | border-bottom-color: rgba(0, 0, 0, 0.2); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2468 | position: absolute; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2469 | top: -7px; |
| 2470 | left: 9px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2471 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2472 | .navbar .dropdown-menu:after { |
| 2473 | content: ''; |
| 2474 | display: inline-block; |
| 2475 | border-left: 6px solid transparent; |
| 2476 | border-right: 6px solid transparent; |
| 2477 | border-bottom: 6px solid #ffffff; |
| 2478 | position: absolute; |
| 2479 | top: -6px; |
| 2480 | left: 10px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2481 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2482 | .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret { |
| 2483 | border-top-color: #ffffff; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2484 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2485 | .navbar .nav .active .caret { |
| 2486 | opacity: 1; |
| 2487 | filter: alpha(opacity=100); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2488 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2489 | .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle { |
| 2490 | background-color: transparent; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2491 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2492 | .navbar .nav .active > .dropdown-toggle:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2493 | color: #ffffff; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2494 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2495 | .navbar .nav.pull-right .dropdown-menu { |
| 2496 | left: auto; |
| 2497 | right: 0; |
| 2498 | } |
| 2499 | .navbar .nav.pull-right .dropdown-menu:before { |
| 2500 | left: auto; |
| 2501 | right: 12px; |
| 2502 | } |
| 2503 | .navbar .nav.pull-right .dropdown-menu:after { |
| 2504 | left: auto; |
| 2505 | right: 13px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2506 | } |
| 2507 | |
| 2508 | /*extra size menus for recent*/ |
| 2509 | .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| 2510 | width: 260px !important; |
| 2511 | max-width: 260px !important; |
| 2512 | } |
| 2513 | |
| 2514 | /* ajax spinner */ |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2515 | .navbar #spinner { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2516 | display: block; |
| 2517 | float: right; |
| 2518 | width: 20px; |
| 2519 | margin-bottom: -5px; |
| 2520 | margin-top: 10px; |
| 2521 | visibility: hidden; |
| 2522 | } |
| 2523 | |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2524 | .navbar-inner { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2525 | padding: 0px 20px; |
| 2526 | } |
| 2527 | /* |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2528 | * lib/css/bootstrap/dropdown.css |
| 2529 | */.dropdown { |
| 2530 | position: relative; |
| 2531 | } |
| 2532 | .dropdown-toggle { |
| 2533 | *margin-bottom: -3px; |
| 2534 | } |
| 2535 | .dropdown-toggle:active, .open .dropdown-toggle { |
| 2536 | outline: 0; |
| 2537 | } |
| 2538 | .caret { |
| 2539 | display: inline-block; |
| 2540 | width: 0; |
| 2541 | height: 0; |
| 2542 | text-indent: -99999px; |
| 2543 | *text-indent: 0; |
| 2544 | vertical-align: top; |
| 2545 | border-left: 4px solid transparent; |
| 2546 | border-right: 4px solid transparent; |
| 2547 | border-top: 4px solid #000000; |
| 2548 | opacity: 0.3; |
| 2549 | filter: alpha(opacity=30); |
| 2550 | content: "\2193"; |
| 2551 | } |
| 2552 | .dropdown .caret { |
| 2553 | margin-top: 8px; |
| 2554 | margin-left: 2px; |
| 2555 | } |
| 2556 | .dropdown:hover .caret, .open.dropdown .caret { |
| 2557 | opacity: 1; |
| 2558 | filter: alpha(opacity=100); |
| 2559 | } |
| 2560 | .dropdown-menu { |
| 2561 | position: absolute; |
| 2562 | top: 100%; |
| 2563 | left: 0; |
| 2564 | z-index: 1000; |
| 2565 | float: left; |
| 2566 | display: none; |
| 2567 | min-width: 160px; |
| 2568 | max-width: 220px; |
| 2569 | _width: 160px; |
| 2570 | padding: 4px 0; |
| 2571 | margin: 0; |
| 2572 | list-style: none; |
| 2573 | background-color: #ffffff; |
| 2574 | border-color: #ccc; |
| 2575 | border-color: rgba(0, 0, 0, 0.2); |
| 2576 | border-style: solid; |
| 2577 | border-width: 1px; |
| 2578 | -webkit-border-radius: 0 0 5px 5px; |
| 2579 | -moz-border-radius: 0 0 5px 5px; |
| 2580 | border-radius: 0 0 5px 5px; |
| 2581 | -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 2582 | -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 2583 | box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 2584 | -webkit-background-clip: padding-box; |
| 2585 | -moz-background-clip: padding; |
| 2586 | background-clip: padding-box; |
| 2587 | *border-right-width: 2px; |
| 2588 | *border-bottom-width: 2px; |
| 2589 | } |
| 2590 | .dropdown-menu.bottom-up { |
| 2591 | top: auto; |
| 2592 | bottom: 100%; |
| 2593 | margin-bottom: 2px; |
| 2594 | } |
| 2595 | .dropdown-menu .divider { |
| 2596 | height: 1px; |
| 2597 | margin: 5px 1px; |
| 2598 | overflow: hidden; |
| 2599 | background-color: #e5e5e5; |
| 2600 | border-bottom: 1px solid #ffffff; |
| 2601 | *width: 100%; |
| 2602 | *margin: -5px 0 5px; |
| 2603 | } |
| 2604 | .dropdown-menu a { |
| 2605 | display: block; |
| 2606 | padding: 3px 15px; |
| 2607 | clear: both; |
| 2608 | font-weight: normal; |
| 2609 | line-height: 18px; |
| 2610 | color: #555555; |
| 2611 | white-space: nowrap; |
| 2612 | } |
| 2613 | .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { |
| 2614 | color: #ffffff; |
| 2615 | text-decoration: none; |
| 2616 | background-color: #0088cc; |
| 2617 | } |
| 2618 | .dropdown.open { |
| 2619 | *z-index: 1000; |
| 2620 | } |
| 2621 | .dropdown.open .dropdown-toggle { |
| 2622 | color: #ffffff; |
| 2623 | background: #ccc; |
| 2624 | background: rgba(0, 0, 0, 0.3); |
| 2625 | } |
| 2626 | .dropdown.open .dropdown-menu { |
| 2627 | display: block; |
| 2628 | } |
| 2629 | /* |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 2630 | * lib/css/bootstrap/tooltip.css |
| 2631 | */.tooltip { |
| 2632 | position: absolute; |
| 2633 | z-index: 1020; |
| 2634 | display: block; |
| 2635 | visibility: visible; |
| 2636 | padding: 5px; |
| 2637 | font-size: 11px; |
| 2638 | opacity: 0; |
| 2639 | filter: alpha(opacity=0); |
| 2640 | } |
| 2641 | .tooltip.in { |
| 2642 | opacity: 0.8; |
| 2643 | filter: alpha(opacity=80); |
| 2644 | } |
| 2645 | .tooltip.top { |
| 2646 | margin-top: -2px; |
| 2647 | } |
| 2648 | .tooltip.right { |
| 2649 | margin-left: 2px; |
| 2650 | } |
| 2651 | .tooltip.bottom { |
| 2652 | margin-top: 2px; |
| 2653 | } |
| 2654 | .tooltip.left { |
| 2655 | margin-left: -2px; |
| 2656 | } |
| 2657 | .tooltip.top .tooltip-arrow { |
| 2658 | bottom: 0; |
| 2659 | left: 50%; |
| 2660 | margin-left: -5px; |
| 2661 | border-left: 5px solid transparent; |
| 2662 | border-right: 5px solid transparent; |
| 2663 | border-top: 5px solid #000000; |
| 2664 | } |
| 2665 | .tooltip.left .tooltip-arrow { |
| 2666 | top: 50%; |
| 2667 | right: 0; |
| 2668 | margin-top: -5px; |
| 2669 | border-top: 5px solid transparent; |
| 2670 | border-bottom: 5px solid transparent; |
| 2671 | border-left: 5px solid #000000; |
| 2672 | } |
| 2673 | .tooltip.bottom .tooltip-arrow { |
| 2674 | top: 0; |
| 2675 | left: 50%; |
| 2676 | margin-left: -5px; |
| 2677 | border-left: 5px solid transparent; |
| 2678 | border-right: 5px solid transparent; |
| 2679 | border-bottom: 5px solid #000000; |
| 2680 | } |
| 2681 | .tooltip.right .tooltip-arrow { |
| 2682 | top: 50%; |
| 2683 | left: 0; |
| 2684 | margin-top: -5px; |
| 2685 | border-top: 5px solid transparent; |
| 2686 | border-bottom: 5px solid transparent; |
| 2687 | border-right: 5px solid #000000; |
| 2688 | } |
| 2689 | .tooltip-inner { |
| 2690 | max-width: 200px; |
| 2691 | padding: 3px 8px; |
| 2692 | color: #ffffff; |
| 2693 | text-align: center; |
| 2694 | text-decoration: none; |
| 2695 | background-color: #000000; |
| 2696 | -webkit-border-radius: 4px; |
| 2697 | -moz-border-radius: 4px; |
| 2698 | border-radius: 4px; |
| 2699 | } |
| 2700 | .tooltip-arrow { |
| 2701 | position: absolute; |
| 2702 | width: 0; |
| 2703 | height: 0; |
| 2704 | } |
| 2705 | .popover { |
| 2706 | position: absolute; |
| 2707 | top: 0; |
| 2708 | left: 0; |
| 2709 | z-index: 1010; |
| 2710 | display: none; |
| 2711 | padding: 5px; |
| 2712 | } |
| 2713 | .popover.top { |
| 2714 | margin-top: -5px; |
| 2715 | } |
| 2716 | .popover.right { |
| 2717 | margin-left: 5px; |
| 2718 | } |
| 2719 | .popover.bottom { |
| 2720 | margin-top: 5px; |
| 2721 | } |
| 2722 | .popover.left { |
| 2723 | margin-left: -5px; |
| 2724 | } |
| 2725 | .popover.top .arrow { |
| 2726 | bottom: 0; |
| 2727 | left: 50%; |
| 2728 | margin-left: -5px; |
| 2729 | border-left: 5px solid transparent; |
| 2730 | border-right: 5px solid transparent; |
| 2731 | border-top: 5px solid #000000; |
| 2732 | } |
| 2733 | .popover.right .arrow { |
| 2734 | top: 50%; |
| 2735 | left: 0; |
| 2736 | margin-top: -5px; |
| 2737 | border-top: 5px solid transparent; |
| 2738 | border-bottom: 5px solid transparent; |
| 2739 | border-right: 5px solid #000000; |
| 2740 | } |
| 2741 | .popover.bottom .arrow { |
| 2742 | top: 0; |
| 2743 | left: 50%; |
| 2744 | margin-left: -5px; |
| 2745 | border-left: 5px solid transparent; |
| 2746 | border-right: 5px solid transparent; |
| 2747 | border-bottom: 5px solid #000000; |
| 2748 | } |
| 2749 | .popover.left .arrow { |
| 2750 | top: 50%; |
| 2751 | right: 0; |
| 2752 | margin-top: -5px; |
| 2753 | border-top: 5px solid transparent; |
| 2754 | border-bottom: 5px solid transparent; |
| 2755 | border-left: 5px solid #000000; |
| 2756 | } |
| 2757 | .popover .arrow { |
| 2758 | position: absolute; |
| 2759 | width: 0; |
| 2760 | height: 0; |
| 2761 | } |
| 2762 | .popover-inner { |
| 2763 | padding: 3px; |
| 2764 | width: 280px; |
| 2765 | overflow: hidden; |
| 2766 | background: #000000; |
| 2767 | background: rgba(0, 0, 0, 0.8); |
| 2768 | -webkit-border-radius: 6px; |
| 2769 | -moz-border-radius: 6px; |
| 2770 | border-radius: 6px; |
| 2771 | -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| 2772 | -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| 2773 | box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| 2774 | } |
| 2775 | .popover-title { |
| 2776 | padding: 9px 15px; |
| 2777 | line-height: 1; |
| 2778 | background-color: #f5f5f5; |
| 2779 | border-bottom: 1px solid #eee; |
| 2780 | -webkit-border-radius: 3px 3px 0 0; |
| 2781 | -moz-border-radius: 3px 3px 0 0; |
| 2782 | border-radius: 3px 3px 0 0; |
| 2783 | } |
| 2784 | .popover-content { |
| 2785 | padding: 14px; |
| 2786 | background-color: #ffffff; |
| 2787 | -webkit-border-radius: 0 0 3px 3px; |
| 2788 | -moz-border-radius: 0 0 3px 3px; |
| 2789 | border-radius: 0 0 3px 3px; |
| 2790 | -webkit-background-clip: padding-box; |
| 2791 | -moz-background-clip: padding-box; |
| 2792 | background-clip: padding-box; |
| 2793 | } |
| 2794 | .popover-content p, .popover-content ul, .popover-content ol { |
| 2795 | margin-bottom: 0; |
| 2796 | } |
| 2797 | /* |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2798 | * erpnext/startup/startup.css |
| 2799 | */h1, h2, h3, h4, h5 { |
| 2800 | font-family: Tahoma, Arial, Verdana, sans-serif; |
| 2801 | font-weight: bold; |
| 2802 | } |
| 2803 | |
| 2804 | body { |
| 2805 | font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; |
| 2806 | font-size: 12px; |
| 2807 | } |
| 2808 | |
| 2809 | span, div, td, input, textarea, button, select { |
| 2810 | font-family: inherit; |
| 2811 | } |
| 2812 | |
| 2813 | body { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2814 | } |
| 2815 | |
| 2816 | .erpnext-footer { |
| 2817 | margin: 3px auto; |
| 2818 | color: #888; |
| 2819 | text-align: center; |
| 2820 | } |
| 2821 | |
| 2822 | .erpnext-footer a, .erpnext-footer a:hover, .erpnext-footer a:visited { |
| 2823 | color: #666; |
| 2824 | } |
| 2825 | |
| 2826 | .module-icons { |
| 2827 | background: url(../images/module-icons.png) no-repeat top left; |
| 2828 | width:16px; |
| 2829 | height:16px; |
| 2830 | } |
| 2831 | |
| 2832 | .module-icons-accounts{ background-position: 0 0; } |
| 2833 | .module-icons-analysis{ background-position: 0 -66px; } |
| 2834 | .module-icons-buying{ background-position: 0 -132px; } |
| 2835 | .module-icons-home{ background-position: 0 -198px; } |
| 2836 | .module-icons-hr{ background-position: 0 -264px; } |
| 2837 | .module-icons-people{ background-position: 0 -330px; } |
| 2838 | .module-icons-production{ background-position: 0 -396px; } |
| 2839 | .module-icons-projects{ background-position: 0 -462px; } |
| 2840 | .module-icons-selling{ background-position: 0 -528px; } |
| 2841 | .module-icons-setup{ background-position: 0 -594px; } |
| 2842 | .module-icons-stock{ background-position: 0 -660px; } |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 2843 | .module-icons-support{ background-position: 0 -726px; } |
| 2844 | |
| 2845 | .topbar-new-comments { |
| 2846 | margin: -3px 0px; |
| 2847 | padding: 2px; |
| 2848 | font-size: 14px; |
| 2849 | color: #fff; |
| 2850 | background-color: #B00D07; |
| 2851 | min-width: 20px; |
| 2852 | text-align: center; |
| 2853 | display: inline-block; |
| 2854 | border-radius: 2px; |
| 2855 | } |