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