Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1 | |
| 2 | /* |
| 3 | * lib/css/legacy/body.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 4 | */ |
| 5 | html { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 6 | margin: 0px; |
| 7 | padding: 0px; |
| 8 | } |
| 9 | |
| 10 | body { |
| 11 | margin: 0px; |
| 12 | padding: 0px; |
| 13 | font-family: Arial, Helvetica, Sans; |
| 14 | font-size: 12px; |
| 15 | color: #000; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 16 | background-color: #e2e2e2; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 17 | } |
| 18 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 19 | pre { margin: 0px; padding: 0px; } |
| 20 | |
| 21 | button { margin: 2px; margin-left: 0px; } |
| 22 | |
| 23 | label { |
| 24 | padding-top: 15px; |
| 25 | color: #404040; |
| 26 | } |
| 27 | |
| 28 | select, input, textarea { |
| 29 | border: 1px solid #AAA; |
| 30 | -moz-border-radius: 4px; |
| 31 | -webkit-border-radius: 4px; |
| 32 | font-size: 13px; |
| 33 | padding: 4px; |
| 34 | color: #222; |
| 35 | } |
| 36 | |
| 37 | textarea { |
| 38 | font-family: inherit; |
| 39 | height: 120px; |
| 40 | width: 90%; |
| 41 | font-size: 12px; |
| 42 | white-space: normal; |
| 43 | } |
| 44 | |
| 45 | table { padding: 0px; border-collapse: 'collapse'} |
| 46 | |
| 47 | td { |
| 48 | padding:0px; |
| 49 | margin: 0px; |
| 50 | vertical-align: top; |
| 51 | } |
| 52 | |
| 53 | p { |
| 54 | margin: 0px 0px 9px 0px; |
| 55 | line-height: 1.5em; |
| 56 | } |
| 57 | |
| 58 | li { |
| 59 | line-height: 1.5em; |
| 60 | } |
| 61 | |
Rushabh Mehta | aa848be | 2012-02-17 12:06:33 +0530 | [diff] [blame] | 62 | hr { |
| 63 | margin: 18px 0; |
| 64 | border: 0; |
| 65 | border-top: 1px solid #e5e5e5; |
| 66 | border-bottom: 1px solid #ffffff; |
| 67 | } |
| 68 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 69 | /* links */ |
| 70 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 71 | a:active { outline:none; } |
| 72 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 73 | a { |
| 74 | color: #0088cc; |
| 75 | text-decoration: none; |
| 76 | } |
| 77 | a:hover { |
| 78 | color: #005580; |
| 79 | text-decoration: underline; |
| 80 | } |
| 81 | |
| 82 | .link_type { |
| 83 | padding:2px; |
| 84 | color: #0088cc; |
| 85 | cursor: pointer; |
| 86 | } |
| 87 | |
| 88 | .link_type:hover { |
| 89 | color: #005580; |
| 90 | text-decoration: underline; |
| 91 | } |
| 92 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 93 | :focus { -moz-outline-style:none; } |
| 94 | |
| 95 | table.simpletable { border-collapse: collapse; margin-bottom: 10px;} |
| 96 | table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; } |
| 97 | |
| 98 | div.fix_ff_cursor { overflow: auto; } |
| 99 | |
| 100 | /* --- Layout --- */ |
| 101 | |
| 102 | div.comment { color: #444; } |
| 103 | |
| 104 | div#body_div { |
| 105 | position: relative; |
| 106 | display: none; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 107 | padding-right: 7px; |
Rushabh Mehta | c5471dd | 2012-02-22 12:07:42 +0530 | [diff] [blame] | 108 | width: 900px; |
| 109 | margin: auto; |
| 110 | margin-top: 56px; |
| 111 | } |
| 112 | |
| 113 | footer { |
| 114 | width: 900px; |
| 115 | margin: auto; |
| 116 | } |
| 117 | header .container { |
| 118 | width: 900px; |
| 119 | margin: auto; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 120 | } |
| 121 | |
| 122 | div.no_script { |
| 123 | display: none; |
| 124 | } |
| 125 | |
| 126 | div.loading_div { |
| 127 | position: absolute; |
| 128 | background-color: #FFFFCC; |
| 129 | z-index: 1999; |
| 130 | right: 5px; |
| 131 | width: 90px; |
| 132 | display: none; |
| 133 | text-align: center; |
| 134 | padding: 2px; |
| 135 | font-size: 12px; |
| 136 | border: 1px solid #FF4; |
| 137 | } |
| 138 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 139 | div.std-footer { |
| 140 | margin: 13px 0px; |
| 141 | border-top: 1px solid #AAA; |
| 142 | padding: 13px; |
| 143 | } |
| 144 | |
| 145 | div.std-footer-item { |
| 146 | margin: 0px 13px 13px 0px; |
| 147 | } |
| 148 | |
| 149 | .shadow { |
| 150 | -moz-box-shadow: 0px 2px 2px #888; |
| 151 | -webkit-box-shadow: 0px 2px 2px #888; |
| 152 | box-shadow: 0px 2px 2px #888; |
| 153 | } |
| 154 | |
| 155 | .round { |
| 156 | -webkit-border-radius: 5px; |
| 157 | -moz-border-radius: 5px; |
| 158 | border-radius: 5px; |
| 159 | } |
| 160 | .gradient { |
| 161 | background: #ededed; /* Old browsers */ |
| 162 | background: -moz-linear-gradient(top, #ededed 0%, #d1d1d1 47%, #b7b7b7 100%); /* FF3.6+ */ |
| 163 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#d1d1d1), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */ |
| 164 | background: -webkit-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */ |
| 165 | background: -o-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Opera11.10+ */ |
| 166 | background: -ms-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* IE10+ */ |
| 167 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */ |
| 168 | background: linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* W3C */ |
| 169 | } |
| 170 | |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 171 | .layout_wrapper, .layout-wrapper { |
Anand Doshi | 40ee8d6 | 2012-02-24 19:21:47 +0530 | [diff] [blame] | 172 | -moz-box-shadow: 1px 1px 8px #555; |
| 173 | -webkit-box-shadow: 1px 1px 8px #555; |
| 174 | box-shadow: 1px 1px 8px #555; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 175 | background-color: #fff; |
| 176 | padding: 15px; |
| 177 | } |
| 178 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 179 | .layout-wrapper-background { |
| 180 | background-color: #f2f2f2 !important; |
| 181 | padding: 0px; |
| 182 | } |
| 183 | |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 184 | .layout-main-section { |
Anand Doshi | 40ee8d6 | 2012-02-24 19:21:47 +0530 | [diff] [blame] | 185 | width: 71%; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 186 | float: left; |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 187 | padding: 15px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 188 | background-color: #FFF; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 189 | min-height: 450px; |
Rushabh Mehta | fdea966 | 2012-02-27 18:03:54 +0530 | [diff] [blame] | 190 | -moz-box-shadow: 7px 0px 6px -2px #ddd; |
| 191 | -webkit-box-shadow: 7px 0px 6px -2px #ddd; |
| 192 | box-shadow: 7px 0px 6px -2px #ddd; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 193 | } |
| 194 | |
| 195 | .layout-side-section { |
Rushabh Mehta | c5471dd | 2012-02-22 12:07:42 +0530 | [diff] [blame] | 196 | width: 22%; |
Anand Doshi | 40ee8d6 | 2012-02-24 19:21:47 +0530 | [diff] [blame] | 197 | /*float: right;*/ |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 198 | color: #606060; |
| 199 | overflow-x: hidden; |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 200 | padding: 15px; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 201 | min-height: 450px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 202 | } |
| 203 | |
| 204 | /* from bootstrap */ |
| 205 | .container { |
| 206 | margin-left: auto; |
| 207 | margin-right: auto; |
| 208 | zoom: 1; |
| 209 | } |
| 210 | .container:before, .container:after { |
| 211 | display: table; |
| 212 | content: ""; |
| 213 | zoom: 1; |
| 214 | } |
| 215 | .container:after { |
| 216 | clear: both; |
| 217 | } |
| 218 | |
Anand Doshi | 40ee8d6 | 2012-02-24 19:21:47 +0530 | [diff] [blame] | 219 | .well { |
| 220 | min-height: 20px; |
| 221 | padding: 19px; |
| 222 | margin-bottom: 20px; |
| 223 | background-color: #f5f5f5; |
| 224 | border: 1px solid #eee; |
| 225 | border: 1px solid rgba(0, 0, 0, 0.05); |
| 226 | -webkit-border-radius: 4px; |
| 227 | -moz-border-radius: 4px; |
| 228 | border-radius: 4px; |
| 229 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| 230 | -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| 231 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| 232 | } |
| 233 | |
Rushabh Mehta | df33cb3 | 2012-03-01 13:44:09 +0530 | [diff] [blame] | 234 | .avatar-small { |
| 235 | display: inline-block; |
| 236 | min-width: 29px; |
| 237 | } |
| 238 | .avatar-small img { |
| 239 | height: 24px; |
| 240 | margin-bottom: -7px; |
| 241 | max-width: 24px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 242 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 243 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 244 | /* |
| 245 | * lib/css/legacy/messages.css |
| 246 | */ |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 247 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 248 | /* FLOATING MESSAGE */ |
| 249 | |
| 250 | .btn-img { cursor: pointer; } |
| 251 | |
| 252 | div.fetching { color: #888; text-align:right; } |
| 253 | |
| 254 | div.notice { |
| 255 | postion: absolute; |
| 256 | background-color: #000; |
| 257 | -moz-border-radius: 5px; -webkit-border-radius: 5px; |
| 258 | opacity: 0.6; |
| 259 | right: 0; |
| 260 | top: 0; |
| 261 | margin-top: 8px; |
| 262 | z-index: -1; |
| 263 | padding: 8px; |
| 264 | } |
| 265 | |
| 266 | /** help **/ |
| 267 | |
| 268 | .info-box { |
| 269 | background-color: #F8F8F8; |
| 270 | border: 1px solid #CCCCCC; |
| 271 | border-radius: 3px 3px 3px 3px; |
| 272 | line-height: 1.6em; |
| 273 | overflow: auto; |
| 274 | padding: 6px 10px; |
| 275 | margin-bottom: 9px; |
| 276 | } |
| 277 | |
| 278 | .help_box, .help-box { |
| 279 | background-color:#FFC; |
| 280 | font-size: 13px; |
| 281 | color: #864; |
| 282 | padding: 7px; |
| 283 | margin: 11px 0px; |
| 284 | border: 1px solid #EEB; |
| 285 | } |
| 286 | |
| 287 | .help_box_big { |
| 288 | background-color:#FFC; |
| 289 | color: #864; |
| 290 | padding: 7px; |
| 291 | margin: 7px 0px; |
| 292 | border: 1px solid #EEB; |
| 293 | text-align: center; |
| 294 | font-size: 14px; |
| 295 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 296 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 297 | /* |
| 298 | * lib/css/legacy/forms.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 299 | */ |
| 300 | /* FORMS */ |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 301 | |
| 302 | |
| 303 | div.frm_print_wrapper { |
| 304 | background-color:#FFF; |
| 305 | border:1px solid #444; |
| 306 | padding: 40px; |
| 307 | |
| 308 | box-shadow:1px 1px 8px #229; |
| 309 | -moz-box-shadow: 1px 1px 8px #229; |
| 310 | -webkit-box-shadow: 1px 1px 8px #229; |
| 311 | } |
| 312 | |
| 313 | div.page_break { |
| 314 | margin: 24px 0px; |
| 315 | border-top: 1px dashed #888; |
| 316 | } |
| 317 | |
| 318 | div.grid_tbarlinks { |
| 319 | border-bottom: 0px; |
| 320 | background-color: #CCC; |
| 321 | padding: 4px 4px 2px 4px; |
Rushabh Mehta | a2713f8 | 2012-02-17 14:04:55 +0530 | [diff] [blame] | 322 | width: 190px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 323 | float: right; |
| 324 | |
| 325 | -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; |
| 326 | -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; |
| 327 | } |
| 328 | |
| 329 | |
| 330 | div.frm_tip_box { |
| 331 | margin: 0px; |
| 332 | padding: 8px; |
| 333 | background-color: #FFC; |
| 334 | display: none; |
| 335 | font-size: 11px; |
| 336 | border: 1px solid #FFB; |
| 337 | } |
| 338 | |
| 339 | div.frm_tip_box table { |
| 340 | border-collapse: collapse; |
| 341 | vertical-align: top; |
| 342 | } |
| 343 | |
| 344 | td.frm_tray_area { |
| 345 | width: 122px; |
| 346 | } |
| 347 | |
| 348 | div.dialog_frm { |
| 349 | position: relative; |
| 350 | margin: 10px; |
| 351 | } |
| 352 | |
| 353 | |
| 354 | |
| 355 | /*------------------*/ |
| 356 | |
| 357 | .top_cell { |
| 358 | height: 50px; |
| 359 | } |
| 360 | |
| 361 | div.attach_area { |
| 362 | padding: 8px; |
| 363 | margin: 8px; |
| 364 | background-color: #EEE; |
| 365 | } |
| 366 | |
| 367 | div.attach_area table { |
| 368 | width: 100%; |
| 369 | } |
| 370 | |
| 371 | .tablabel_normal { |
| 372 | margin: 0 4px 0 0; |
| 373 | padding: 3px 5px; |
| 374 | line-height: 1.3em; |
| 375 | display: inline; |
| 376 | cursor: pointer; |
| 377 | } |
| 378 | |
| 379 | .tablabel_selected { |
| 380 | margin: 0 4px 0 0; |
| 381 | padding: 3px 5px; |
| 382 | line-height: 1.3em; |
| 383 | font-weight: bold; |
| 384 | display: inline; |
| 385 | cursor: pointer; |
| 386 | color: #000; |
| 387 | } |
| 388 | |
| 389 | .scrollhead_wrapper { |
| 390 | position: absolute; |
| 391 | z-index: 1; |
| 392 | height: 30px; |
| 393 | } |
| 394 | |
| 395 | .treeimg { |
| 396 | cursor: pointer; |
| 397 | margin-right: 3px; |
| 398 | } |
| 399 | |
| 400 | |
| 401 | .sectionCell { |
| 402 | padding: 5px; |
| 403 | vertical-align: top; |
| 404 | } |
| 405 | |
| 406 | .code_area { |
| 407 | width: 80%; |
| 408 | margin: 8px; |
| 409 | padding: 4px; |
| 410 | background-color: #F8F8F8; |
| 411 | border: 1px solid #CCC; |
| 412 | overflow-x: auto; |
| 413 | } |
| 414 | |
| 415 | .code_text { |
| 416 | width: 100%; |
| 417 | height: 360px; |
| 418 | margin-top: 3px; |
| 419 | font-family: Courier, Fixed; |
| 420 | font-size: 12px; |
| 421 | } |
| 422 | |
| 423 | div.time_field select{ |
| 424 | display: inline; |
| 425 | margin: 2px; |
| 426 | width: 45px; |
| 427 | } |
| 428 | |
| 429 | /* Documents */ |
| 430 | |
| 431 | .frm_field_table { |
| 432 | width: 100%; |
| 433 | border-collapse: collapse; |
| 434 | } |
| 435 | |
| 436 | .datalabelcell { |
| 437 | padding: 2px 0px; |
| 438 | width: 160px; |
| 439 | vertical-align: top; |
| 440 | } |
| 441 | .datainputcell { padding: 2px 0px; } |
| 442 | |
| 443 | |
| 444 | .field_description, .help { |
| 445 | margin: 3px 0px 11px 0px; |
| 446 | color: #888; |
| 447 | font-style: italic; |
| 448 | } |
| 449 | |
| 450 | .field_description_top { |
| 451 | margin-bottom: 3px; |
| 452 | } |
| 453 | |
| 454 | .field_label { |
| 455 | font-size:11px; |
| 456 | } |
| 457 | .input_area input, select, textarea { |
| 458 | font-size: 14px; |
| 459 | padding: 2px; |
| 460 | } |
| 461 | |
| 462 | .input_area input { |
| 463 | width: 80%; |
| 464 | margin: 0px; |
| 465 | } |
| 466 | .input_area select { |
| 467 | width: 80%; |
| 468 | } |
| 469 | .input_area textarea { |
| 470 | width: 90%; |
| 471 | } |
| 472 | |
| 473 | .disp_area { |
| 474 | width: 80%; |
| 475 | padding: 2px 0px; |
| 476 | font-size: 12px; |
| 477 | } |
| 478 | .disp_area_no_val { |
| 479 | height: 14px; |
| 480 | } |
| 481 | |
| 482 | .no_img { |
| 483 | padding: 40px; |
| 484 | width: 100px; |
| 485 | height: 20px; |
| 486 | color: #888; |
| 487 | text-align: center; |
| 488 | border: 1px solid #AAA; |
| 489 | } |
| 490 | |
| 491 | .input-mandatory { |
| 492 | font-size: 14px !important; |
| 493 | font-weight: bold; |
| 494 | } |
| 495 | |
| 496 | .field-to-update { |
| 497 | background-color:#FEE; |
| 498 | } |
| 499 | |
| 500 | /* sidebar */ |
| 501 | |
| 502 | div.sidebar-comment-wrapper input { |
| 503 | width: 50%; |
| 504 | } |
| 505 | div.sidebar-comment-message { |
| 506 | margin-top: 8px; |
| 507 | font-size: 11px; |
| 508 | color: #777; |
| 509 | } |
| 510 | |
| 511 | div.sidebar-comment-text { |
| 512 | font-size: 12px; |
| 513 | font-weight: bold; |
| 514 | margin-top: 8px; |
| 515 | color: #444; |
| 516 | } |
| 517 | div.sidebar-comment-info { |
| 518 | font-size: 10px; |
| 519 | color: #777; |
| 520 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 521 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 522 | /* |
| 523 | * lib/css/legacy/grid.css |
| 524 | */ |
| 525 | |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 526 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 527 | /* Grid */ |
| 528 | |
| 529 | |
| 530 | /* --- Simple --- */ |
| 531 | .grid_wrapper_simple { |
| 532 | width: 100%; |
| 533 | margin-bottom: 8px; |
| 534 | border: 1px solid #AA9; |
| 535 | } |
| 536 | |
| 537 | .grid_head_wrapper_simple { |
| 538 | padding: 0px; |
| 539 | border-bottom: 2px solid #AAA; |
| 540 | } |
| 541 | |
| 542 | .grid_head_wrapper_simple td { |
| 543 | border-right: 1px solid #AA9; |
| 544 | } |
| 545 | |
| 546 | .grid_head_wrapper_simple td div { |
| 547 | padding: 2px; |
| 548 | } |
| 549 | |
| 550 | .grid_tab_wrapper_simple { |
| 551 | } |
| 552 | |
| 553 | .grid_cell_simple { |
| 554 | padding: 2px; |
| 555 | background-color: #fff; |
| 556 | border-right: 1px solid #AA9; |
| 557 | } |
| 558 | |
| 559 | |
| 560 | /* --- Normal --- */ |
| 561 | .grid_wrapper { |
| 562 | position: relative; |
| 563 | overflow: auto; |
| 564 | border: 1px solid #AAA; |
| 565 | width: 100%; |
| 566 | margin-bottom: 8px; |
| 567 | background-color: #fff; |
| 568 | } |
| 569 | |
| 570 | .grid_tab_wrapper { |
| 571 | position: absolute; |
| 572 | top: 40px; |
| 573 | border-bottom: 1px solid #DDD; |
| 574 | } |
| 575 | |
| 576 | .grid_table, .grid_head_table { |
| 577 | table-layout: fixed; |
| 578 | border-collapse: collapse; |
| 579 | /*width: 100%;*/ |
| 580 | } |
| 581 | |
| 582 | .grid_cell { |
| 583 | border-right: 1px solid #ddd; |
| 584 | padding: 0px; |
| 585 | background-color: #fff; |
| 586 | } |
| 587 | |
| 588 | .grid_head_wrapper { |
| 589 | position: absolute; |
| 590 | z-index: 1; |
| 591 | height: 40px; |
| 592 | padding: 0px; |
| 593 | overflow: hidden; |
| 594 | /*background-color: #fff;*/ |
| 595 | } |
| 596 | |
| 597 | .grid_head_table td { |
| 598 | background-color: #EEE; |
| 599 | border-right: 1px solid #AAA; |
| 600 | border-bottom: 1px solid #AAA; |
| 601 | height: 40px; |
| 602 | padding: 0px; |
| 603 | } |
| 604 | |
| 605 | .grid_head_table td div { |
| 606 | color: #222; |
| 607 | font-weight: bold; |
| 608 | overflow: hidden; |
| 609 | padding: 2px 0px; |
| 610 | text-align: center; |
| 611 | } |
| 612 | |
| 613 | .grid_selector { |
| 614 | padding: 1px; |
| 615 | border-right: 1px solid #DDD; |
| 616 | width: 20px; |
| 617 | background-color: #fff; |
| 618 | } |
| 619 | |
| 620 | .grid_cell_div { |
| 621 | padding: 2px; |
| 622 | cursor: pointer; |
| 623 | overflow: hidden; |
| 624 | border: 2px solid #FFF; |
| 625 | } |
| 626 | |
| 627 | .grid_cell_div_selected { |
| 628 | border: 2px solid #88f; |
| 629 | } |
| 630 | |
| 631 | .grid_cell_div input, .grid_cell_div select, .grid_cell_div div input { |
| 632 | margin: 0px; |
| 633 | border: 0px; |
| 634 | width: 100%; |
| 635 | margin: 0px; |
| 636 | } |
| 637 | |
| 638 | .grid_cell_div textarea { |
| 639 | border: 3px solid #abf; |
| 640 | height:200px; |
| 641 | width: 300px; |
| 642 | z-index: 10; |
| 643 | position:absolute; |
| 644 | } |
| 645 | |
| 646 | .gridDivSelected option { border: 0px; } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 647 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 648 | /* |
| 649 | * lib/css/legacy/listing.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 650 | */ |
| 651 | /* listing 2.0 */ |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 652 | |
| 653 | div.listing-more { |
| 654 | margin: 7px 0px 17px 0px; |
| 655 | text-align: center; |
| 656 | display: none; |
| 657 | } |
| 658 | |
| 659 | div.listing-toolbar { |
| 660 | margin: 7px 0px; |
| 661 | } |
| 662 | |
| 663 | /* SRS */ |
| 664 | |
| 665 | table.srs_result_tab { |
| 666 | border: 2px solid #AAA; |
| 667 | border-collapse: collapse; |
| 668 | } |
| 669 | |
| 670 | /* firefox bug fix for disappering borders */ |
| 671 | table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div { |
| 672 | position: static; |
| 673 | } |
| 674 | |
| 675 | table.srs_result_tab td { |
| 676 | padding: 3px 2px; |
| 677 | position: static; |
| 678 | } |
| 679 | |
| 680 | div.srs_body_area { |
| 681 | } |
| 682 | |
| 683 | div.srs_results_area { |
| 684 | } |
| 685 | |
| 686 | div.srs_filter_wrapper { |
| 687 | border: 1px solid #CCF; |
| 688 | |
| 689 | background-color: #EEF; |
| 690 | margin:0px 0px 8px 0px; |
| 691 | |
| 692 | -moz-border-radius: 5px; |
| 693 | -webkit-border-radius: 5px; |
| 694 | border-radius: 5px; |
| 695 | } |
| 696 | |
| 697 | div.srs_filter_area { |
| 698 | padding: 8px; |
| 699 | } |
| 700 | |
| 701 | div.srs_filter_area td { |
| 702 | vertical-align: middle; |
| 703 | } |
| 704 | |
| 705 | |
| 706 | |
| 707 | |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 708 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 709 | /* |
| 710 | * lib/css/legacy/report.css |
| 711 | */ |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 712 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 713 | /* Reports */ |
| 714 | |
| 715 | div.report_grid_area { |
| 716 | position: relative; |
| 717 | padding: 8px; |
| 718 | } |
| 719 | |
| 720 | |
| 721 | div.report_tab { |
| 722 | border: 1px solid #AAA; |
| 723 | position: relative; |
| 724 | overflow: auto; |
| 725 | } |
| 726 | |
| 727 | div.report_no_data { |
| 728 | padding: 8px; |
| 729 | background-color: #EEE; |
| 730 | border: 1px solid #DDD; |
| 731 | position: absolute; |
| 732 | margin-left: 40%; |
| 733 | margin-top: 50px; |
| 734 | display: none; |
| 735 | } |
| 736 | |
| 737 | div.report_htitle { |
| 738 | float: left; |
| 739 | padding: 2px; |
| 740 | font-size: 14px; |
| 741 | font-weight: bold; |
| 742 | margin-left: 4px; |
| 743 | color: #665; |
| 744 | /*font-weight: bold;*/ |
| 745 | } |
| 746 | |
| 747 | div.report_tbar { |
| 748 | background-color: #EEF; |
| 749 | border: 1px solid #CCF; |
| 750 | border-bottom: 0px; |
| 751 | height: 28px; |
| 752 | } |
| 753 | |
| 754 | div.report_tbar table{ |
| 755 | width: 100%; |
| 756 | } |
| 757 | div.report_tbar table td { |
| 758 | |
| 759 | } |
| 760 | div.report_tbar table td div { |
| 761 | position: relative; |
| 762 | } |
| 763 | div.report_tbar button, div.report_tbar select, div.report_tbar img { |
| 764 | font-size: 11px; |
| 765 | margin: 0px; |
| 766 | } |
| 767 | |
| 768 | div.report_head_wrapper { |
| 769 | position: absolute; |
| 770 | height: 24px; |
| 771 | top: 0px; |
| 772 | z-index: 1; |
| 773 | } |
| 774 | |
| 775 | div.report_tab_wrapper { |
| 776 | position: absolute; |
| 777 | border-bottom: 1px solid #AAA; |
| 778 | border-top: 1px solid #AAA; |
| 779 | } |
| 780 | |
| 781 | div.report_tab_wrapper table, div.report_head_wrapper table { |
| 782 | table-layout: fixed; |
| 783 | border-collapse: collapse; |
| 784 | /*width: 100%;*/ |
| 785 | } |
| 786 | |
| 787 | div.report_tab_wrapper table td, div.report_head_wrapper table td { |
| 788 | border-left: 1px solid #AAA; |
| 789 | border-right: 1px solid #AAA; |
| 790 | border-bottom: 1px solid #AAA; |
| 791 | overflow: hidden; |
| 792 | padding: 0px; |
| 793 | } |
| 794 | |
| 795 | div.report_tab_wrapper table td div, div.report_head_wrapper table td div { |
| 796 | padding: 3px; |
| 797 | overflow: hidden; |
| 798 | } |
| 799 | |
| 800 | .report_head_cell { |
| 801 | background-color: #EEE; |
| 802 | border-bottom: 1px solid #AA9; |
| 803 | text-align: center; |
| 804 | font-weight: bold; |
| 805 | } |
| 806 | .report_head_cell div { |
| 807 | color:#222; |
| 808 | height: 18px; |
| 809 | } |
| 810 | |
| 811 | |
| 812 | /* FINDER */ |
| 813 | |
| 814 | div.finder_wrapper { |
| 815 | } |
| 816 | |
| 817 | div.finder_body_area { |
| 818 | margin: 16px; |
| 819 | } |
| 820 | |
| 821 | div.finder_body { |
| 822 | display: none; |
| 823 | } |
| 824 | |
| 825 | div.finder_advanced_area table { |
| 826 | width: 80%; |
| 827 | } |
| 828 | |
| 829 | div.finder_advanced_area textarea { |
| 830 | width: 80%; |
| 831 | } |
| 832 | |
| 833 | div.finder_filter_area { |
| 834 | position: relative; |
| 835 | } |
| 836 | |
| 837 | div.filter_head { |
| 838 | font-size: 14px; |
| 839 | margin-bottom: 2px; |
| 840 | } |
| 841 | div.filter_dt_head { |
| 842 | font-size: 14px; |
| 843 | font-weight: bold; |
| 844 | margin-bottom: 2px; |
| 845 | } |
| 846 | table.filter_tab { |
| 847 | width: 96%; |
| 848 | border-collapse: collapse; |
| 849 | } |
| 850 | |
| 851 | table.filter_tab td { |
| 852 | width: 50%; |
| 853 | } |
| 854 | |
| 855 | div.finder_picker_area { |
| 856 | |
| 857 | } |
| 858 | div.builder_field { |
| 859 | margin: 0px; |
| 860 | } |
| 861 | div.builder_dt_head { |
| 862 | font-size: 14px; |
| 863 | font-weight: bold; |
| 864 | margin-bottom: 2px; |
| 865 | } |
| 866 | |
| 867 | div.builder_field table { |
| 868 | width: 90%; |
| 869 | border-collapse: collapse; |
| 870 | } |
| 871 | |
| 872 | div.builder_label { |
| 873 | height: 20px; |
| 874 | } |
| 875 | |
| 876 | div.builder_head { |
| 877 | font-size: 16px; |
| 878 | font-weight: bold; |
| 879 | color: #AB6; |
| 880 | } |
| 881 | |
| 882 | table.builder_tab { |
| 883 | width: 96%; |
| 884 | border-collapse: collapse; |
| 885 | } |
| 886 | |
| 887 | table.builder_tab td { |
| 888 | width: 33%; |
| 889 | padding: 2px; |
| 890 | } |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 891 | |
| 892 | /* |
| 893 | * lib/css/legacy/dialog.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 894 | */ |
| 895 | /***** Dialogs *******/ |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 896 | |
| 897 | div.dialog_wrapper { |
| 898 | position: absolute; |
| 899 | width: 440px; |
| 900 | display: none; |
| 901 | z-index: 90; |
| 902 | background-color: #FFF; |
| 903 | border: 3px solid #222; |
| 904 | box-shadow:1px 1px 5px #777; |
| 905 | -moz-box-shadow: 1px 1px 5px #777; |
| 906 | -webkit-box-shadow: 1px 1px 5px #777; |
| 907 | |
| 908 | border-radius: 5px; |
| 909 | -moz-border-radius: 5px; |
| 910 | -webkit-border-radius: 5px; |
| 911 | } |
| 912 | |
| 913 | div.dialog_head { |
| 914 | height: 22px; |
| 915 | padding: 4px; |
| 916 | background-color: #222; |
| 917 | color: #FFF; |
| 918 | } |
| 919 | |
| 920 | div.dialog_body { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 921 | padding: 8px 8px 16px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 922 | border-radius: 5px; |
| 923 | -moz-border-radius: 5px; |
| 924 | -webkit-border-radius: 5px; |
| 925 | } |
| 926 | |
| 927 | div.dialog_back { |
| 928 | position: fixed; |
| 929 | display: none; |
| 930 | top: 0px; |
| 931 | left: 0px; |
| 932 | bottom: 0px; |
| 933 | right: 0px; |
| 934 | background-color: #EEE; |
| 935 | opacity: 0.6; |
| 936 | z-index: 50; |
| 937 | text-align: center; |
| 938 | } |
| 939 | |
| 940 | div.dialog_message { |
| 941 | display: none; |
| 942 | position: absolute; |
| 943 | width: 250px; |
| 944 | font-size: 12px; |
| 945 | z-index: 91; |
| 946 | background-color:#FFF; |
| 947 | padding: 12px; |
| 948 | border: 1px solid #444; |
| 949 | } |
| 950 | |
| 951 | div.dialog_row { |
| 952 | padding: 8px 8px 0px 8px; |
| 953 | } |
| 954 | |
| 955 | div.dialog_row table { |
| 956 | width: 100%; |
| 957 | } |
| 958 | |
| 959 | div.dialog_row table td { |
| 960 | } |
| 961 | |
| 962 | div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select { |
| 963 | width: 80%; |
| 964 | font-size: 14px; |
| 965 | } |
| 966 | |
| 967 | div.dialog_row table td textarea { |
| 968 | width: 80%; |
| 969 | height: 200px; |
| 970 | font-size: 12px; |
| 971 | } |
| 972 | |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 973 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 974 | /* |
| 975 | * lib/css/legacy/tabs.css |
| 976 | */ |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 977 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 978 | /******* TABS ********/ |
| 979 | |
| 980 | div.box_label_wrapper { |
| 981 | border-bottom: 6px solid #777; |
| 982 | } |
| 983 | |
| 984 | div.box_label_body { |
| 985 | height: 22px; |
| 986 | } |
| 987 | |
| 988 | ul.box_tabs { |
| 989 | margin: 0px; |
| 990 | padding: 0px; |
| 991 | list-style: none; |
| 992 | } |
| 993 | |
| 994 | ul.box_tabs li { |
| 995 | height: 22px; |
| 996 | float:left; |
| 997 | font-size: 12px; |
| 998 | text-decoration: underline; |
| 999 | |
| 1000 | background-color: #DDD; |
| 1001 | |
| 1002 | margin:0; |
| 1003 | margin-left: 4px; |
| 1004 | padding:0 0 0 9px; |
| 1005 | cursor: pointer; |
| 1006 | } |
| 1007 | |
Rushabh Mehta | c5471dd | 2012-02-22 12:07:42 +0530 | [diff] [blame] | 1008 | ul.box_tabs li a { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1009 | display:block; |
| 1010 | padding:3px 15px 3px 6px; |
Rushabh Mehta | c5471dd | 2012-02-22 12:07:42 +0530 | [diff] [blame] | 1011 | text-decoration: none; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1012 | } |
| 1013 | |
| 1014 | ul.box_tabs li.box_tab_mouseover { |
| 1015 | background-color: #BBB; |
| 1016 | } |
| 1017 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1018 | ul.box_tabs li.box_tab_selected { |
| 1019 | background-color: #777; |
| 1020 | |
| 1021 | background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777)); |
| 1022 | background: -moz-linear-gradient(top, #999, #777); |
| 1023 | |
| 1024 | color: #FFF; |
| 1025 | font-weight:bold; |
| 1026 | |
| 1027 | } |
| 1028 | ul.box_tabs li.box_tab_selected a { |
Rushabh Mehta | c5471dd | 2012-02-22 12:07:42 +0530 | [diff] [blame] | 1029 | color: #fff; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1030 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1031 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1032 | /* |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1033 | * lib/css/legacy/sidebar.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1034 | */ |
| 1035 | div.psidebar { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1036 | } |
| 1037 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1038 | div.psidebar div.head { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1039 | font-size: 14px; |
| 1040 | font-weight: bold; |
| 1041 | color: #555; |
| 1042 | margin-bottom: 12px; |
| 1043 | } |
| 1044 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1045 | div.psidebar div.section { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1046 | margin-bottom: 11px; |
| 1047 | overflow: hidden; |
| 1048 | } |
| 1049 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1050 | div.psidebar div.section-head { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1051 | font-size: 12px; |
| 1052 | padding: 5px 11px; |
Rushabh Mehta | 3f29b85 | 2012-02-20 15:40:29 +0530 | [diff] [blame] | 1053 | border-bottom: 2px solid #444; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1054 | } |
| 1055 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1056 | div.psidebar div.section-body { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1057 | margin: 7px 11px 11px 11px; |
| 1058 | } |
| 1059 | |
Rushabh Mehta | 09a897a | 2012-02-20 18:30:52 +0530 | [diff] [blame] | 1060 | div.psidebar div.section-item { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1061 | margin-bottom: 7px; |
| 1062 | } |
| 1063 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 1064 | div.psidebar div.section-item, div.psidebar .section-link { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1065 | font-size: 11px; |
| 1066 | color: #666; |
| 1067 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1068 | |
| 1069 | /* |
| 1070 | * lib/css/Aristo/aristo.selected.css |
| 1071 | */ |
| 1072 | /* |
| 1073 | * jQuery UI CSS Framework 1.8.7 |
| 1074 | * |
| 1075 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| 1076 | * Dual licensed under the MIT or GPL Version 2 licenses. |
| 1077 | * http://jquery.org/license |
| 1078 | * |
| 1079 | * http://docs.jquery.com/UI/Theming/API |
| 1080 | */ |
| 1081 | |
| 1082 | /* Layout helpers |
| 1083 | ----------------------------------*/ |
| 1084 | .ui-helper-hidden { display: none; } |
| 1085 | .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } |
| 1086 | .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } |
| 1087 | .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
| 1088 | .ui-helper-clearfix { display: inline-block; } |
| 1089 | /* required comment for clearfix to work in Opera \*/ |
| 1090 | * html .ui-helper-clearfix { height:1%; } |
| 1091 | .ui-helper-clearfix { display:block; } |
| 1092 | /* end clearfix */ |
| 1093 | .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
| 1094 | |
| 1095 | |
| 1096 | /* Interaction Cues |
| 1097 | ----------------------------------*/ |
| 1098 | .ui-state-disabled { cursor: default !important; } |
| 1099 | |
| 1100 | |
| 1101 | /* Icons |
| 1102 | ----------------------------------*/ |
| 1103 | |
| 1104 | /* states and images */ |
| 1105 | .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
| 1106 | |
| 1107 | |
| 1108 | /* Misc visuals |
| 1109 | ----------------------------------*/ |
| 1110 | |
| 1111 | /* Overlays */ |
| 1112 | .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |
| 1113 | |
| 1114 | |
| 1115 | /* |
| 1116 | * jQuery UI CSS Framework 1.8.7 |
| 1117 | * |
| 1118 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| 1119 | * Dual licensed under the MIT or GPL Version 2 licenses. |
| 1120 | * http://jquery.org/license |
| 1121 | * |
| 1122 | * http://docs.jquery.com/UI/Theming/API |
| 1123 | * |
| 1124 | * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller |
| 1125 | */ |
| 1126 | |
| 1127 | |
| 1128 | /* Component containers |
| 1129 | ----------------------------------*/ |
| 1130 | .ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; } |
| 1131 | .ui-widget .ui-widget { font-size: 1em; } |
| 1132 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; } |
| 1133 | .ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; } |
| 1134 | .ui-widget-content a { color: #4F4F4F; } |
| 1135 | .ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; } |
| 1136 | .ui-widget-header { |
| 1137 | background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */ |
| 1138 | background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */ |
| 1139 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */ |
| 1140 | background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */ |
| 1141 | background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */ |
| 1142 | background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */ |
| 1143 | background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */ |
| 1144 | } |
| 1145 | .ui-widget-header a { color: #4F4F4F; } |
| 1146 | |
| 1147 | /* Interaction states |
| 1148 | ----------------------------------*/ |
| 1149 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; font-weight: normal; color: #4F4F4F; } |
| 1150 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { |
| 1151 | background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */ |
| 1152 | background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */ |
| 1153 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */ |
| 1154 | background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */ |
| 1155 | background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */ |
| 1156 | background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */ |
| 1157 | background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */ |
| 1158 | -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; |
| 1159 | -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; |
| 1160 | box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset; |
| 1161 | } |
| 1162 | .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; text-decoration: none; } |
| 1163 | .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #9D9D9D; font-weight: normal; color: #313131; } |
| 1164 | .ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; } |
| 1165 | .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { |
| 1166 | outline: none; |
| 1167 | color: #1c4257; border: 1px solid #7096ab; |
| 1168 | background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */ |
| 1169 | background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */ |
| 1170 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */ |
| 1171 | background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */ |
| 1172 | background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */ |
| 1173 | background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */ |
| 1174 | background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */ |
| 1175 | -webkit-box-shadow: none; |
| 1176 | -moz-box-shadow: none; |
| 1177 | box-shadow: none; |
| 1178 | } |
| 1179 | .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; text-decoration: none; } |
| 1180 | .ui-widget :active { outline: none; } |
| 1181 | |
| 1182 | /* Interaction Cues |
| 1183 | ----------------------------------*/ |
| 1184 | .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #d2dbf4; background: #f4f8fd; color: #0d2054; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; } |
| 1185 | .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } |
| 1186 | .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #e2d0d0; background: #fcf0f0; color: #280b0b; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; } |
| 1187 | .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } |
| 1188 | .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } |
| 1189 | .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } |
| 1190 | .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } |
| 1191 | .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } |
| 1192 | |
| 1193 | /* Icons |
| 1194 | ----------------------------------*/ |
| 1195 | |
| 1196 | /* states and images */ |
| 1197 | .ui-icon { width: 16px; height: 16px; background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); } |
| 1198 | .ui-widget-content .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); } |
| 1199 | .ui-widget-header .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); } |
| 1200 | .ui-state-default .ui-icon { background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); } |
| 1201 | .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); } |
| 1202 | .ui-state-active .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); } |
| 1203 | .ui-state-highlight .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); } |
| 1204 | .ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background: url(../lib/css/Aristo/images/icon_sprite.png) -16px 0 no-repeat !important; } |
| 1205 | .ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; } |
| 1206 | |
| 1207 | /* positioning */ |
| 1208 | .ui-icon-carat-1-n { background-position: 0 0; } |
| 1209 | .ui-icon-carat-1-ne { background-position: -16px 0; } |
| 1210 | .ui-icon-carat-1-e { background-position: -32px 0; } |
| 1211 | .ui-icon-carat-1-se { background-position: -48px 0; } |
| 1212 | .ui-icon-carat-1-s { background-position: -64px 0; } |
| 1213 | .ui-icon-carat-1-sw { background-position: -80px 0; } |
| 1214 | .ui-icon-carat-1-w { background-position: -96px 0; } |
| 1215 | .ui-icon-carat-1-nw { background-position: -112px 0; } |
| 1216 | .ui-icon-carat-2-n-s { background-position: -128px 0; } |
| 1217 | .ui-icon-carat-2-e-w { background-position: -144px 0; } |
| 1218 | .ui-icon-triangle-1-n { background-position: 0 -16px; } |
| 1219 | .ui-icon-triangle-1-ne { background-position: -16px -16px; } |
| 1220 | .ui-icon-triangle-1-e { background-position: -32px -16px; } |
| 1221 | .ui-icon-triangle-1-se { background-position: -48px -16px; } |
| 1222 | .ui-icon-triangle-1-s { background-position: -64px -16px; } |
| 1223 | .ui-icon-triangle-1-sw { background-position: -80px -16px; } |
| 1224 | .ui-icon-triangle-1-w { background-position: -96px -16px; } |
| 1225 | .ui-icon-triangle-1-nw { background-position: -112px -16px; } |
| 1226 | .ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
| 1227 | .ui-icon-triangle-2-e-w { background-position: -144px -16px; } |
| 1228 | .ui-icon-arrow-1-n { background-position: 0 -32px; } |
| 1229 | .ui-icon-arrow-1-ne { background-position: -16px -32px; } |
| 1230 | .ui-icon-arrow-1-e { background-position: -32px -32px; } |
| 1231 | .ui-icon-arrow-1-se { background-position: -48px -32px; } |
| 1232 | .ui-icon-arrow-1-s { background-position: -64px -32px; } |
| 1233 | .ui-icon-arrow-1-sw { background-position: -80px -32px; } |
| 1234 | .ui-icon-arrow-1-w { background-position: -96px -32px; } |
| 1235 | .ui-icon-arrow-1-nw { background-position: -112px -32px; } |
| 1236 | .ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
| 1237 | .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } |
| 1238 | .ui-icon-arrow-2-e-w { background-position: -160px -32px; } |
| 1239 | .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } |
| 1240 | .ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
| 1241 | .ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
| 1242 | .ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
| 1243 | .ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
| 1244 | .ui-icon-arrowthick-1-n { background-position: 0 -48px; } |
| 1245 | .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
| 1246 | .ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
| 1247 | .ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
| 1248 | .ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
| 1249 | .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } |
| 1250 | .ui-icon-arrowthick-1-w { background-position: -96px -48px; } |
| 1251 | .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } |
| 1252 | .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } |
| 1253 | .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } |
| 1254 | .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } |
| 1255 | .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } |
| 1256 | .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } |
| 1257 | .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } |
| 1258 | .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } |
| 1259 | .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } |
| 1260 | .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } |
| 1261 | .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } |
| 1262 | .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } |
| 1263 | .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } |
| 1264 | .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } |
| 1265 | .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } |
| 1266 | .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } |
| 1267 | .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } |
| 1268 | .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } |
| 1269 | .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } |
| 1270 | .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } |
| 1271 | .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } |
| 1272 | .ui-icon-arrow-4 { background-position: 0 -80px; } |
| 1273 | .ui-icon-arrow-4-diag { background-position: -16px -80px; } |
| 1274 | .ui-icon-extlink { background-position: -32px -80px; } |
| 1275 | .ui-icon-newwin { background-position: -48px -80px; } |
| 1276 | .ui-icon-refresh { background-position: -64px -80px; } |
| 1277 | .ui-icon-shuffle { background-position: -80px -80px; } |
| 1278 | .ui-icon-transfer-e-w { background-position: -96px -80px; } |
| 1279 | .ui-icon-transferthick-e-w { background-position: -112px -80px; } |
| 1280 | .ui-icon-folder-collapsed { background-position: 0 -96px; } |
| 1281 | .ui-icon-folder-open { background-position: -16px -96px; } |
| 1282 | .ui-icon-document { background-position: -32px -96px; } |
| 1283 | .ui-icon-document-b { background-position: -48px -96px; } |
| 1284 | .ui-icon-note { background-position: -64px -96px; } |
| 1285 | .ui-icon-mail-closed { background-position: -80px -96px; } |
| 1286 | .ui-icon-mail-open { background-position: -96px -96px; } |
| 1287 | .ui-icon-suitcase { background-position: -112px -96px; } |
| 1288 | .ui-icon-comment { background-position: -128px -96px; } |
| 1289 | .ui-icon-person { background-position: -144px -96px; } |
| 1290 | .ui-icon-print { background-position: -160px -96px; } |
| 1291 | .ui-icon-trash { background-position: -176px -96px; } |
| 1292 | .ui-icon-locked { background-position: -192px -96px; } |
| 1293 | .ui-icon-unlocked { background-position: -208px -96px; } |
| 1294 | .ui-icon-bookmark { background-position: -224px -96px; } |
| 1295 | .ui-icon-tag { background-position: -240px -96px; } |
| 1296 | .ui-icon-home { background-position: 0 -112px; } |
| 1297 | .ui-icon-flag { background-position: -16px -112px; } |
| 1298 | .ui-icon-calendar { background-position: -32px -112px; } |
| 1299 | .ui-icon-cart { background-position: -48px -112px; } |
| 1300 | .ui-icon-pencil { background-position: -64px -112px; } |
| 1301 | .ui-icon-clock { background-position: -80px -112px; } |
| 1302 | .ui-icon-disk { background-position: -96px -112px; } |
| 1303 | .ui-icon-calculator { background-position: -112px -112px; } |
| 1304 | .ui-icon-zoomin { background-position: -128px -112px; } |
| 1305 | .ui-icon-zoomout { background-position: -144px -112px; } |
| 1306 | .ui-icon-search { background-position: -160px -112px; } |
| 1307 | .ui-icon-wrench { background-position: -176px -112px; } |
| 1308 | .ui-icon-gear { background-position: -192px -112px; } |
| 1309 | .ui-icon-heart { background-position: -208px -112px; } |
| 1310 | .ui-icon-star { background-position: -224px -112px; } |
| 1311 | .ui-icon-link { background-position: -240px -112px; } |
| 1312 | .ui-icon-cancel { background-position: 0 -128px; } |
| 1313 | .ui-icon-plus { background-position: -16px -128px; } |
| 1314 | .ui-icon-plusthick { background-position: -32px -128px; } |
| 1315 | .ui-icon-minus { background-position: -48px -128px; } |
| 1316 | .ui-icon-minusthick { background-position: -64px -128px; } |
| 1317 | .ui-icon-close { background-position: -80px -128px; } |
| 1318 | .ui-icon-closethick { background-position: -96px -128px; } |
| 1319 | .ui-icon-key { background-position: -112px -128px; } |
| 1320 | .ui-icon-lightbulb { background-position: -128px -128px; } |
| 1321 | .ui-icon-scissors { background-position: -144px -128px; } |
| 1322 | .ui-icon-clipboard { background-position: -160px -128px; } |
| 1323 | .ui-icon-copy { background-position: -176px -128px; } |
| 1324 | .ui-icon-contact { background-position: -192px -128px; } |
| 1325 | .ui-icon-image { background-position: -208px -128px; } |
| 1326 | .ui-icon-video { background-position: -224px -128px; } |
| 1327 | .ui-icon-script { background-position: -240px -128px; } |
| 1328 | .ui-icon-alert { background-position: 0 -144px; } |
| 1329 | .ui-icon-info { background: url(../lib/css/Aristo/images/icon_sprite.png) 0 0 no-repeat !important; } |
| 1330 | .ui-icon-notice { background-position: -32px -144px; } |
| 1331 | .ui-icon-help { background-position: -48px -144px; } |
| 1332 | .ui-icon-check { background-position: -64px -144px; } |
| 1333 | .ui-icon-bullet { background-position: -80px -144px; } |
| 1334 | .ui-icon-radio-off { background-position: -96px -144px; } |
| 1335 | .ui-icon-radio-on { background-position: -112px -144px; } |
| 1336 | .ui-icon-pin-w { background-position: -128px -144px; } |
| 1337 | .ui-icon-pin-s { background-position: -144px -144px; } |
| 1338 | .ui-icon-play { background-position: 0 -160px; } |
| 1339 | .ui-icon-pause { background-position: -16px -160px; } |
| 1340 | .ui-icon-seek-next { background-position: -32px -160px; } |
| 1341 | .ui-icon-seek-prev { background-position: -48px -160px; } |
| 1342 | .ui-icon-seek-end { background-position: -64px -160px; } |
| 1343 | .ui-icon-seek-start { background-position: -80px -160px; } |
| 1344 | /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ |
| 1345 | .ui-icon-seek-first { background-position: -80px -160px; } |
| 1346 | .ui-icon-stop { background-position: -96px -160px; } |
| 1347 | .ui-icon-eject { background-position: -112px -160px; } |
| 1348 | .ui-icon-volume-off { background-position: -128px -160px; } |
| 1349 | .ui-icon-volume-on { background-position: -144px -160px; } |
| 1350 | .ui-icon-power { background-position: 0 -176px; } |
| 1351 | .ui-icon-signal-diag { background-position: -16px -176px; } |
| 1352 | .ui-icon-signal { background-position: -32px -176px; } |
| 1353 | .ui-icon-battery-0 { background-position: -48px -176px; } |
| 1354 | .ui-icon-battery-1 { background-position: -64px -176px; } |
| 1355 | .ui-icon-battery-2 { background-position: -80px -176px; } |
| 1356 | .ui-icon-battery-3 { background-position: -96px -176px; } |
| 1357 | .ui-icon-circle-plus { background-position: 0 -192px; } |
| 1358 | .ui-icon-circle-minus { background-position: -16px -192px; } |
| 1359 | .ui-icon-circle-close { background-position: -32px -192px; } |
| 1360 | .ui-icon-circle-triangle-e { background-position: -48px -192px; } |
| 1361 | .ui-icon-circle-triangle-s { background-position: -64px -192px; } |
| 1362 | .ui-icon-circle-triangle-w { background-position: -80px -192px; } |
| 1363 | .ui-icon-circle-triangle-n { background-position: -96px -192px; } |
| 1364 | .ui-icon-circle-arrow-e { background-position: -112px -192px; } |
| 1365 | .ui-icon-circle-arrow-s { background-position: -128px -192px; } |
| 1366 | .ui-icon-circle-arrow-w { background-position: -144px -192px; } |
| 1367 | .ui-icon-circle-arrow-n { background-position: -160px -192px; } |
| 1368 | .ui-icon-circle-zoomin { background-position: -176px -192px; } |
| 1369 | .ui-icon-circle-zoomout { background-position: -192px -192px; } |
| 1370 | .ui-icon-circle-check { background-position: -208px -192px; } |
| 1371 | .ui-icon-circlesmall-plus { background-position: 0 -208px; } |
| 1372 | .ui-icon-circlesmall-minus { background-position: -16px -208px; } |
| 1373 | .ui-icon-circlesmall-close { background-position: -32px -208px; } |
| 1374 | .ui-icon-squaresmall-plus { background-position: -48px -208px; } |
| 1375 | .ui-icon-squaresmall-minus { background-position: -64px -208px; } |
| 1376 | .ui-icon-squaresmall-close { background-position: -80px -208px; } |
| 1377 | .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } |
| 1378 | .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } |
| 1379 | .ui-icon-grip-solid-vertical { background-position: -32px -224px; } |
| 1380 | .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } |
| 1381 | .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } |
| 1382 | .ui-icon-grip-diagonal-se { background-position: -80px -224px; } |
| 1383 | |
| 1384 | |
| 1385 | /* Misc visuals |
| 1386 | ----------------------------------*/ |
| 1387 | |
| 1388 | /* Corner radius */ |
| 1389 | .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; } |
| 1390 | .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } |
| 1391 | .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } |
| 1392 | .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } |
| 1393 | .ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } |
| 1394 | .ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } |
| 1395 | .ui-corner-right { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } |
| 1396 | .ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } |
| 1397 | .ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } |
| 1398 | |
| 1399 | /* Overlays */ |
| 1400 | .ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); } |
| 1401 | .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } |
| 1402 | |
| 1403 | /* |
| 1404 | * jQuery UI Autocomplete 1.8.7 |
| 1405 | * |
| 1406 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| 1407 | * Dual licensed under the MIT or GPL Version 2 licenses. |
| 1408 | * http://jquery.org/license |
| 1409 | * |
| 1410 | * http://docs.jquery.com/UI/Autocomplete#theming |
| 1411 | */ |
| 1412 | .ui-autocomplete { |
| 1413 | position: absolute; cursor: default; z-index: 3; |
| 1414 | -moz-border-radius: 0; |
| 1415 | -webkit-border-radius: 0; |
| 1416 | border-radius: 0; |
| 1417 | -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3); |
| 1418 | -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3); |
| 1419 | box-shadow: 0 1px 5px rgba(0,0,0,0.3); |
| 1420 | } |
| 1421 | |
| 1422 | /* workarounds */ |
| 1423 | * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |
| 1424 | |
| 1425 | /* |
| 1426 | * jQuery UI Menu 1.8.7 |
| 1427 | * |
| 1428 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| 1429 | * Dual licensed under the MIT or GPL Version 2 licenses. |
| 1430 | * http://jquery.org/license |
| 1431 | * |
| 1432 | * http://docs.jquery.com/UI/Menu#theming |
| 1433 | */ |
| 1434 | .ui-menu { |
| 1435 | list-style:none; |
| 1436 | padding: 2px; |
| 1437 | margin: 0; |
| 1438 | display:block; |
| 1439 | float: left; |
| 1440 | } |
| 1441 | .ui-menu .ui-menu { |
| 1442 | margin-top: -3px; |
| 1443 | } |
| 1444 | .ui-menu .ui-menu-item { |
| 1445 | margin:0; |
| 1446 | padding: 0; |
| 1447 | zoom: 1; |
| 1448 | float: left; |
| 1449 | clear: left; |
| 1450 | width: 100%; |
| 1451 | } |
| 1452 | .ui-menu .ui-menu-item a { |
| 1453 | text-decoration:none; |
| 1454 | display:block; |
| 1455 | padding:.2em .4em; |
| 1456 | line-height:1.5; |
| 1457 | zoom:1; |
| 1458 | } |
| 1459 | .ui-menu .ui-menu-item a.ui-state-hover, |
| 1460 | .ui-menu .ui-menu-item a.ui-state-active { |
| 1461 | font-weight: normal; |
| 1462 | margin: -1px; |
| 1463 | background: #5f83b9; |
| 1464 | color: #FFFFFF; |
| 1465 | text-shadow: 0px 1px 1px #234386; |
| 1466 | border-color: #466086; |
| 1467 | -moz-border-radius: 0; |
| 1468 | -webkit-border-radius: 0; |
| 1469 | border-radius: 0; |
| 1470 | } |
| 1471 | |
| 1472 | /* |
| 1473 | * jQuery UI Datepicker 1.8.7 |
| 1474 | * |
| 1475 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
| 1476 | * Dual licensed under the MIT or GPL Version 2 licenses. |
| 1477 | * http://jquery.org/license |
| 1478 | * |
| 1479 | * http://docs.jquery.com/UI/Datepicker#theming |
| 1480 | */ |
| 1481 | .ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; } |
| 1482 | .ui-datepicker { |
| 1483 | -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5); |
| 1484 | -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5); |
| 1485 | box-shadow: 0 4px 8px rgba(0,0,0,0.5); |
| 1486 | } |
| 1487 | .ui-datepicker .ui-datepicker-header { position:relative; padding:.35em 0; border: none; border-bottom: 1px solid #B6B6B6; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } |
| 1488 | .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; } |
| 1489 | .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; } |
| 1490 | .ui-datepicker .ui-datepicker-prev { left:2px; } |
| 1491 | .ui-datepicker .ui-datepicker-next { right:2px; } |
| 1492 | .ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; } |
| 1493 | .ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; } |
| 1494 | .ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; } |
| 1495 | .ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; } |
| 1496 | .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; background: url(../lib/css/Aristo/images/icon_sprite.png) no-repeat; } |
| 1497 | .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-size: 12px; text-shadow: 0 1px 0 rgba(255,255,255,0.6); } |
| 1498 | .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } |
| 1499 | .ui-datepicker select.ui-datepicker-month-year {width: 100%;} |
| 1500 | .ui-datepicker select.ui-datepicker-month, |
| 1501 | .ui-datepicker select.ui-datepicker-year { width: 49%;} |
| 1502 | .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } |
| 1503 | .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } |
| 1504 | .ui-datepicker td { border: 0; padding: 1px; } |
| 1505 | .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } |
| 1506 | .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } |
| 1507 | .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } |
| 1508 | .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } |
| 1509 | .ui-datepicker table .ui-state-highlight { border-color: #5F83B9; } |
| 1510 | .ui-datepicker table .ui-state-hover { background: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; -webkit-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; -moz-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; border-color: #5F83B9; } |
| 1511 | .ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; } |
| 1512 | .ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; } |
| 1513 | |
| 1514 | /* with multiple calendars */ |
| 1515 | .ui-datepicker.ui-datepicker-multi { width:auto; } |
| 1516 | .ui-datepicker-multi .ui-datepicker-group { float:left; } |
| 1517 | .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } |
| 1518 | .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } |
| 1519 | .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } |
| 1520 | .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } |
| 1521 | .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } |
| 1522 | .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } |
| 1523 | .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } |
| 1524 | .ui-datepicker-row-break { clear:both; width:100%; } |
| 1525 | |
| 1526 | /* RTL support */ |
| 1527 | .ui-datepicker-rtl { direction: rtl; } |
| 1528 | .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } |
| 1529 | .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } |
| 1530 | .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } |
| 1531 | .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } |
| 1532 | .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } |
| 1533 | .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } |
| 1534 | .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } |
| 1535 | .ui-datepicker-rtl .ui-datepicker-group { float:right; } |
| 1536 | .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
| 1537 | .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
| 1538 | |
| 1539 | /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ |
| 1540 | .ui-datepicker-cover { |
| 1541 | display: none; /*sorry for IE5*/ |
| 1542 | display/**/: block; /*sorry for IE5*/ |
| 1543 | position: absolute; /*must have*/ |
| 1544 | z-index: -1; /*must have*/ |
| 1545 | filter: mask(); /*must have*/ |
| 1546 | top: -4px; /*must have*/ |
| 1547 | left: -4px; /*must have*/ |
| 1548 | width: 200px; /*must have*/ |
| 1549 | height: 200px; /*must have*/ |
| 1550 | } |
| 1551 | |
| 1552 | |
| 1553 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1554 | /* |
Rushabh Mehta | f81a64e | 2012-03-07 18:19:41 +0530 | [diff] [blame] | 1555 | * lib/css/ui/list.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1556 | */ |
| 1557 | .hide { |
Rushabh Mehta | f81a64e | 2012-03-07 18:19:41 +0530 | [diff] [blame] | 1558 | display: none; |
| 1559 | } |
| 1560 | |
| 1561 | .list-filters { |
| 1562 | margin: 7px 0px; |
| 1563 | } |
| 1564 | |
| 1565 | .wnlist .img-load { |
| 1566 | display: none; |
| 1567 | float: left; |
| 1568 | margin-left: 11px; |
| 1569 | margin-top: 8px; |
| 1570 | } |
| 1571 | |
| 1572 | div.list-row { |
| 1573 | border-bottom: 1px solid #eee; |
| 1574 | padding: 3px 0px; |
| 1575 | } |
| 1576 | div.list-row:hover { |
| 1577 | background-color: #eef |
| 1578 | } |
| 1579 | |
Rushabh Mehta | 9f89e35 | 2012-03-09 17:51:39 +0530 | [diff] [blame] | 1580 | div.paging-button { |
| 1581 | text-align: center; |
| 1582 | padding: 11px 0px; |
| 1583 | } |
| 1584 | |
Rushabh Mehta | f81a64e | 2012-03-07 18:19:41 +0530 | [diff] [blame] | 1585 | div.show_filters { |
| 1586 | display: none; |
| 1587 | } |
| 1588 | |
| 1589 | div.filter_list { |
| 1590 | padding: 13px; |
| 1591 | } |
| 1592 | |
| 1593 | div.show_filters.well { |
| 1594 | margin-top: 11px; |
| 1595 | margin-bottom: 11px; |
| 1596 | } |
| 1597 | |
| 1598 | div.filter_list .run_btn { |
| 1599 | text-align: right; |
| 1600 | } |
| 1601 | |
| 1602 | div.filter_list .add_filter { |
| 1603 | margin: 3px 0px; |
| 1604 | } |
| 1605 | |
| 1606 | div.list_filter { |
| 1607 | margin: 7px 0px; |
| 1608 | } |
| 1609 | |
| 1610 | div.list_filter input, div.list_filter select { |
| 1611 | width: 130px; |
| 1612 | margin-right: 7px; |
| 1613 | } |
| 1614 | |
| 1615 | span.bar-outer { |
| 1616 | display: inline-block; |
| 1617 | margin: 0px 7px; |
| 1618 | margin-top: 3px; |
| 1619 | background-color: #fff; |
| 1620 | border: 1px solid #aaa; |
| 1621 | height: 10px; |
| 1622 | } |
| 1623 | |
| 1624 | span.bar-inner { |
| 1625 | display: inline-block; |
| 1626 | background-color: #bdf; |
| 1627 | height: 100%; |
| 1628 | margin-bottom: 2px; |
| 1629 | } |
| 1630 | span.bar-complete { |
| 1631 | background-color: green; |
| 1632 | } |
| 1633 | |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1634 | |
Rushabh Mehta | f81a64e | 2012-03-07 18:19:41 +0530 | [diff] [blame] | 1635 | /* |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1636 | * lib/css/bootstrap/headings.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1637 | */ |
| 1638 | /* heading from bootstrap */ |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1639 | |
| 1640 | h1, |
| 1641 | h2, |
| 1642 | h3, |
| 1643 | h4, |
| 1644 | h5, |
| 1645 | h6 { |
| 1646 | margin: 0; |
| 1647 | font-weight: bold; |
| 1648 | color: #333333; |
| 1649 | text-rendering: optimizelegibility; |
| 1650 | margin-bottom: 0.3em; |
| 1651 | } |
| 1652 | h1 small, |
| 1653 | h2 small, |
| 1654 | h3 small, |
| 1655 | h4 small, |
| 1656 | h5 small, |
| 1657 | h6 small { |
| 1658 | font-weight: normal; |
| 1659 | color: #999999; |
| 1660 | } |
| 1661 | h1 { |
| 1662 | font-size: 30px; |
| 1663 | line-height: 36px; |
| 1664 | } |
| 1665 | h1 small { |
| 1666 | font-size: 18px; |
| 1667 | } |
| 1668 | h2 { |
| 1669 | font-size: 24px; |
| 1670 | line-height: 36px; |
| 1671 | } |
| 1672 | h2 small { |
| 1673 | font-size: 18px; |
| 1674 | } |
| 1675 | h3 { |
| 1676 | line-height: 27px; |
| 1677 | font-size: 18px; |
| 1678 | } |
| 1679 | h3 small { |
| 1680 | font-size: 14px; |
| 1681 | } |
| 1682 | h4, h5, h6 { |
| 1683 | line-height: 18px; |
| 1684 | } |
| 1685 | h4 { |
| 1686 | font-size: 14px; |
| 1687 | } |
| 1688 | h4 small { |
| 1689 | font-size: 12px; |
| 1690 | } |
| 1691 | h5 { |
| 1692 | font-size: 12px; |
| 1693 | } |
| 1694 | h6 { |
| 1695 | font-size: 11px; |
| 1696 | color: #999999; |
| 1697 | text-transform: uppercase; |
| 1698 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1699 | |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 1700 | /* |
| 1701 | * lib/css/bootstrap/buttons.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 1702 | */ |
| 1703 | .close { |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1704 | float: right; |
| 1705 | font-size: 20px; |
| 1706 | font-weight: bold; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1707 | line-height: 18px; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1708 | color: #000000; |
| 1709 | text-shadow: 0 1px 0 #ffffff; |
| 1710 | opacity: 0.2; |
| 1711 | filter: alpha(opacity=20); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1712 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1713 | .close:hover { |
| 1714 | color: #000000; |
| 1715 | text-decoration: none; |
| 1716 | opacity: 0.4; |
| 1717 | filter: alpha(opacity=40); |
| 1718 | cursor: pointer; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1719 | } |
| 1720 | .btn { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1721 | display: inline-block; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1722 | padding: 4px 10px 4px; |
| 1723 | font-size: 13px; |
| 1724 | line-height: 18px; |
| 1725 | color: #333333; |
| 1726 | text-align: center; |
| 1727 | text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); |
| 1728 | background-color: #fafafa; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 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); |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1735 | background-repeat: no-repeat; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1736 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1737 | border: 1px solid #ccc; |
| 1738 | border-bottom-color: #bbb; |
| 1739 | -webkit-border-radius: 4px; |
| 1740 | -moz-border-radius: 4px; |
| 1741 | border-radius: 4px; |
| 1742 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1743 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1744 | 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] | 1745 | cursor: pointer; |
| 1746 | *margin-left: .3em; |
| 1747 | } |
| 1748 | .btn:first-child { |
| 1749 | *margin-left: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1750 | } |
| 1751 | .btn:hover { |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1752 | color: #333333; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1753 | text-decoration: none; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1754 | background-color: #e6e6e6; |
| 1755 | background-position: 0 -15px; |
| 1756 | -webkit-transition: background-position 0.1s linear; |
| 1757 | -moz-transition: background-position 0.1s linear; |
| 1758 | -ms-transition: background-position 0.1s linear; |
| 1759 | -o-transition: background-position 0.1s linear; |
| 1760 | transition: background-position 0.1s linear; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1761 | } |
| 1762 | .btn:focus { |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1763 | outline: thin dotted; |
| 1764 | outline: 5px auto -webkit-focus-ring-color; |
| 1765 | outline-offset: -2px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1766 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1767 | .btn.active, .btn:active { |
| 1768 | background-image: none; |
| 1769 | -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1770 | -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1771 | box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 1772 | background-color: #e6e6e6; |
| 1773 | background-color: #d9d9d9 \9; |
| 1774 | color: rgba(0, 0, 0, 0.5); |
| 1775 | outline: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1776 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1777 | .btn.disabled, .btn[disabled] { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1778 | cursor: default; |
| 1779 | background-image: none; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1780 | background-color: #e6e6e6; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1781 | opacity: 0.65; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1782 | filter: alpha(opacity=65); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1783 | -webkit-box-shadow: none; |
| 1784 | -moz-box-shadow: none; |
| 1785 | box-shadow: none; |
| 1786 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1787 | .btn-large { |
| 1788 | padding: 9px 14px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1789 | font-size: 15px; |
| 1790 | line-height: normal; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1791 | -webkit-border-radius: 5px; |
| 1792 | -moz-border-radius: 5px; |
| 1793 | border-radius: 5px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1794 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1795 | .btn-large .icon { |
| 1796 | margin-top: 1px; |
| 1797 | } |
| 1798 | .btn-small { |
| 1799 | padding: 5px 9px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1800 | font-size: 11px; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1801 | line-height: 16px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1802 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1803 | .btn-small .icon { |
| 1804 | margin-top: -1px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1805 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1806 | .btn-primary, |
| 1807 | .btn-primary:hover, |
| 1808 | .btn-warning, |
| 1809 | .btn-warning:hover, |
| 1810 | .btn-danger, |
| 1811 | .btn-danger:hover, |
| 1812 | .btn-success, |
| 1813 | .btn-success:hover, |
| 1814 | .btn-info, |
| 1815 | .btn-info:hover { |
| 1816 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
| 1817 | color: #ffffff; |
| 1818 | } |
| 1819 | .btn-primary.active, |
| 1820 | .btn-warning.active, |
| 1821 | .btn-danger.active, |
| 1822 | .btn-success.active, |
| 1823 | .btn-info.active { |
| 1824 | color: rgba(255, 255, 255, 0.75); |
| 1825 | } |
| 1826 | .btn-primary { |
| 1827 | background-color: #006dcc; |
| 1828 | background-image: -moz-linear-gradient(top, #0088cc, #0044cc); |
| 1829 | background-image: -ms-linear-gradient(top, #0088cc, #0044cc); |
| 1830 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); |
| 1831 | background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); |
| 1832 | background-image: -o-linear-gradient(top, #0088cc, #0044cc); |
| 1833 | background-image: linear-gradient(top, #0088cc, #0044cc); |
| 1834 | background-repeat: repeat-x; |
| 1835 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); |
| 1836 | border-color: #0044cc #0044cc #002a80; |
| 1837 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1838 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1839 | } |
| 1840 | .btn-primary:hover, |
| 1841 | .btn-primary:active, |
| 1842 | .btn-primary.active, |
| 1843 | .btn-primary.disabled, |
| 1844 | .btn-primary[disabled] { |
| 1845 | background-color: #0044cc; |
| 1846 | } |
| 1847 | .btn-primary:active, .btn-primary.active { |
| 1848 | background-color: #003399 \9; |
| 1849 | } |
| 1850 | .btn-warning { |
| 1851 | background-color: #faa732; |
| 1852 | background-image: -moz-linear-gradient(top, #fbb450, #f89406); |
| 1853 | background-image: -ms-linear-gradient(top, #fbb450, #f89406); |
| 1854 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); |
| 1855 | background-image: -webkit-linear-gradient(top, #fbb450, #f89406); |
| 1856 | background-image: -o-linear-gradient(top, #fbb450, #f89406); |
| 1857 | background-image: linear-gradient(top, #fbb450, #f89406); |
| 1858 | background-repeat: repeat-x; |
| 1859 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); |
| 1860 | border-color: #f89406 #f89406 #ad6704; |
| 1861 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1862 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1863 | } |
| 1864 | .btn-warning:hover, |
| 1865 | .btn-warning:active, |
| 1866 | .btn-warning.active, |
| 1867 | .btn-warning.disabled, |
| 1868 | .btn-warning[disabled] { |
| 1869 | background-color: #f89406; |
| 1870 | } |
| 1871 | .btn-warning:active, .btn-warning.active { |
| 1872 | background-color: #c67605 \9; |
| 1873 | } |
| 1874 | .btn-danger { |
| 1875 | background-color: #da4f49; |
| 1876 | background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); |
| 1877 | background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); |
| 1878 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); |
| 1879 | background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); |
| 1880 | background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); |
| 1881 | background-image: linear-gradient(top, #ee5f5b, #bd362f); |
| 1882 | background-repeat: repeat-x; |
| 1883 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); |
| 1884 | border-color: #bd362f #bd362f #802420; |
| 1885 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1886 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1887 | } |
| 1888 | .btn-danger:hover, |
| 1889 | .btn-danger:active, |
| 1890 | .btn-danger.active, |
| 1891 | .btn-danger.disabled, |
| 1892 | .btn-danger[disabled] { |
| 1893 | background-color: #bd362f; |
| 1894 | } |
| 1895 | .btn-danger:active, .btn-danger.active { |
| 1896 | background-color: #942a25 \9; |
| 1897 | } |
| 1898 | .btn-success { |
| 1899 | background-color: #5bb75b; |
| 1900 | background-image: -moz-linear-gradient(top, #62c462, #51a351); |
| 1901 | background-image: -ms-linear-gradient(top, #62c462, #51a351); |
| 1902 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); |
| 1903 | background-image: -webkit-linear-gradient(top, #62c462, #51a351); |
| 1904 | background-image: -o-linear-gradient(top, #62c462, #51a351); |
| 1905 | background-image: linear-gradient(top, #62c462, #51a351); |
| 1906 | background-repeat: repeat-x; |
| 1907 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); |
| 1908 | border-color: #51a351 #51a351 #387038; |
| 1909 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1910 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1911 | } |
| 1912 | .btn-success:hover, |
| 1913 | .btn-success:active, |
| 1914 | .btn-success.active, |
| 1915 | .btn-success.disabled, |
| 1916 | .btn-success[disabled] { |
| 1917 | background-color: #51a351; |
| 1918 | } |
| 1919 | .btn-success:active, .btn-success.active { |
| 1920 | background-color: #408140 \9; |
| 1921 | } |
| 1922 | .btn-info { |
| 1923 | background-color: #49afcd; |
| 1924 | background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); |
| 1925 | background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); |
| 1926 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); |
| 1927 | background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); |
| 1928 | background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); |
| 1929 | background-image: linear-gradient(top, #5bc0de, #2f96b4); |
| 1930 | background-repeat: repeat-x; |
| 1931 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); |
| 1932 | border-color: #2f96b4 #2f96b4 #1f6377; |
| 1933 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 1934 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 1935 | } |
| 1936 | .btn-info:hover, |
| 1937 | .btn-info:active, |
| 1938 | .btn-info.active, |
| 1939 | .btn-info.disabled, |
| 1940 | .btn-info[disabled] { |
| 1941 | background-color: #2f96b4; |
| 1942 | } |
| 1943 | .btn-info:active, .btn-info.active { |
| 1944 | background-color: #24748c \9; |
| 1945 | } |
| 1946 | button.btn, input[type="submit"].btn { |
| 1947 | *padding-top: 2px; |
| 1948 | *padding-bottom: 2px; |
| 1949 | } |
| 1950 | button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1951 | padding: 0; |
| 1952 | border: 0; |
| 1953 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1954 | button.btn.large, input[type="submit"].btn.large { |
| 1955 | *padding-top: 7px; |
| 1956 | *padding-bottom: 7px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 1957 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 1958 | button.btn.small, input[type="submit"].btn.small { |
| 1959 | *padding-top: 3px; |
| 1960 | *padding-bottom: 3px; |
| 1961 | } |
| 1962 | .btn-group { |
| 1963 | position: relative; |
| 1964 | *zoom: 1; |
| 1965 | *margin-left: .3em; |
| 1966 | } |
| 1967 | .btn-group:before, .btn-group:after { |
| 1968 | display: table; |
| 1969 | content: ""; |
| 1970 | } |
| 1971 | .btn-group:after { |
| 1972 | clear: both; |
| 1973 | } |
| 1974 | .btn-group:first-child { |
| 1975 | *margin-left: 0; |
| 1976 | } |
| 1977 | .btn-group + .btn-group { |
| 1978 | margin-left: 5px; |
| 1979 | } |
| 1980 | .btn-toolbar { |
| 1981 | margin-top: 9px; |
| 1982 | margin-bottom: 9px; |
| 1983 | } |
| 1984 | .btn-toolbar .btn-group { |
| 1985 | display: inline-block; |
| 1986 | *display: inline; |
| 1987 | /* IE7 inline-block hack */ |
| 1988 | |
| 1989 | *zoom: 1; |
| 1990 | } |
| 1991 | .btn-group .btn { |
| 1992 | position: relative; |
| 1993 | float: left; |
| 1994 | margin-left: -1px; |
| 1995 | -webkit-border-radius: 0; |
| 1996 | -moz-border-radius: 0; |
| 1997 | border-radius: 0; |
| 1998 | } |
| 1999 | .btn-group .btn:first-child { |
| 2000 | margin-left: 0; |
| 2001 | -webkit-border-top-left-radius: 4px; |
| 2002 | -moz-border-radius-topleft: 4px; |
| 2003 | border-top-left-radius: 4px; |
| 2004 | -webkit-border-bottom-left-radius: 4px; |
| 2005 | -moz-border-radius-bottomleft: 4px; |
| 2006 | border-bottom-left-radius: 4px; |
| 2007 | } |
| 2008 | .btn-group .btn:last-child, .btn-group .dropdown-toggle { |
| 2009 | -webkit-border-top-right-radius: 4px; |
| 2010 | -moz-border-radius-topright: 4px; |
| 2011 | border-top-right-radius: 4px; |
| 2012 | -webkit-border-bottom-right-radius: 4px; |
| 2013 | -moz-border-radius-bottomright: 4px; |
| 2014 | border-bottom-right-radius: 4px; |
| 2015 | } |
| 2016 | .btn-group .btn.large:first-child { |
| 2017 | margin-left: 0; |
| 2018 | -webkit-border-top-left-radius: 6px; |
| 2019 | -moz-border-radius-topleft: 6px; |
| 2020 | border-top-left-radius: 6px; |
| 2021 | -webkit-border-bottom-left-radius: 6px; |
| 2022 | -moz-border-radius-bottomleft: 6px; |
| 2023 | border-bottom-left-radius: 6px; |
| 2024 | } |
| 2025 | .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle { |
| 2026 | -webkit-border-top-right-radius: 6px; |
| 2027 | -moz-border-radius-topright: 6px; |
| 2028 | border-top-right-radius: 6px; |
| 2029 | -webkit-border-bottom-right-radius: 6px; |
| 2030 | -moz-border-radius-bottomright: 6px; |
| 2031 | border-bottom-right-radius: 6px; |
| 2032 | } |
| 2033 | .btn-group .btn:hover, |
| 2034 | .btn-group .btn:focus, |
| 2035 | .btn-group .btn:active, |
| 2036 | .btn-group .btn.active { |
| 2037 | z-index: 2; |
| 2038 | } |
| 2039 | .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { |
| 2040 | outline: 0; |
| 2041 | } |
| 2042 | .btn-group .dropdown-toggle { |
| 2043 | padding-left: 8px; |
| 2044 | padding-right: 8px; |
| 2045 | -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); |
| 2046 | -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); |
| 2047 | 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); |
| 2048 | *padding-top: 5px; |
| 2049 | *padding-bottom: 5px; |
| 2050 | } |
| 2051 | .btn-group.open { |
| 2052 | *z-index: 1000; |
| 2053 | } |
| 2054 | .btn-group.open .dropdown-menu { |
| 2055 | display: block; |
| 2056 | margin-top: 1px; |
| 2057 | -webkit-border-radius: 5px; |
| 2058 | -moz-border-radius: 5px; |
| 2059 | border-radius: 5px; |
| 2060 | } |
| 2061 | .btn-group.open .dropdown-toggle { |
| 2062 | background-image: none; |
| 2063 | -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 2064 | -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 2065 | box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); |
| 2066 | } |
| 2067 | .btn .caret { |
| 2068 | margin-top: 7px; |
| 2069 | margin-left: 0; |
| 2070 | } |
| 2071 | .btn:hover .caret, .open.btn-group .caret { |
| 2072 | opacity: 1; |
| 2073 | filter: alpha(opacity=100); |
| 2074 | } |
| 2075 | .btn-primary .caret, |
| 2076 | .btn-danger .caret, |
| 2077 | .btn-info .caret, |
| 2078 | .btn-success .caret { |
| 2079 | border-top-color: #ffffff; |
| 2080 | opacity: 0.75; |
| 2081 | filter: alpha(opacity=75); |
| 2082 | } |
| 2083 | .btn-small .caret { |
| 2084 | margin-top: 4px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2085 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2086 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2087 | /* |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2088 | * lib/css/bootstrap/navbar.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2089 | */ |
| 2090 | .nav { |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2091 | margin-left: 0; |
| 2092 | margin-bottom: 18px; |
| 2093 | list-style: none; |
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 > li > a { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2096 | display: block; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2097 | } |
| 2098 | .nav > li > a:hover { |
| 2099 | text-decoration: none; |
| 2100 | background-color: #eeeeee; |
| 2101 | } |
| 2102 | .nav-list { |
| 2103 | padding-left: 14px; |
| 2104 | padding-right: 14px; |
| 2105 | margin-bottom: 0; |
| 2106 | } |
| 2107 | .nav-list > li > a, .nav-list .nav-header { |
| 2108 | display: block; |
| 2109 | padding: 3px 15px; |
| 2110 | margin-left: -15px; |
| 2111 | margin-right: -15px; |
| 2112 | text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
| 2113 | } |
| 2114 | .nav-list .nav-header { |
| 2115 | font-size: 11px; |
| 2116 | font-weight: bold; |
| 2117 | line-height: 18px; |
| 2118 | color: #999999; |
| 2119 | text-transform: uppercase; |
| 2120 | } |
| 2121 | .nav-list > li + .nav-header { |
| 2122 | margin-top: 9px; |
| 2123 | } |
| 2124 | .nav-list .active > a, .nav-list .active > a:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2125 | color: #ffffff; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2126 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); |
| 2127 | background-color: #0088cc; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2128 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2129 | .nav-list [class^="icon-"] { |
| 2130 | margin-right: 2px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2131 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2132 | .nav-tabs, .nav-pills { |
| 2133 | *zoom: 1; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2134 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2135 | .nav-tabs:before, |
| 2136 | .nav-pills:before, |
| 2137 | .nav-tabs:after, |
| 2138 | .nav-pills:after { |
| 2139 | display: table; |
| 2140 | content: ""; |
| 2141 | } |
| 2142 | .nav-tabs:after, .nav-pills:after { |
| 2143 | clear: both; |
| 2144 | } |
| 2145 | .nav-tabs > li, .nav-pills > li { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2146 | float: left; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2147 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2148 | .nav-tabs > li > a, .nav-pills > li > a { |
| 2149 | padding-right: 12px; |
| 2150 | padding-left: 12px; |
| 2151 | margin-right: 2px; |
| 2152 | line-height: 14px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2153 | } |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2154 | .nav-tabs { |
| 2155 | border-bottom: 1px solid #ddd; |
| 2156 | } |
| 2157 | .nav-tabs > li { |
| 2158 | margin-bottom: -1px; |
| 2159 | } |
| 2160 | .nav-tabs > li > a { |
| 2161 | padding-top: 9px; |
| 2162 | padding-bottom: 9px; |
| 2163 | border: 1px solid transparent; |
| 2164 | -webkit-border-radius: 4px 4px 0 0; |
| 2165 | -moz-border-radius: 4px 4px 0 0; |
| 2166 | border-radius: 4px 4px 0 0; |
| 2167 | } |
| 2168 | .nav-tabs > li > a:hover { |
| 2169 | border-color: #eeeeee #eeeeee #dddddd; |
| 2170 | } |
| 2171 | .nav-tabs > .active > a, .nav-tabs > .active > a:hover { |
| 2172 | color: #555555; |
| 2173 | background-color: #ffffff; |
| 2174 | border: 1px solid #ddd; |
| 2175 | border-bottom-color: transparent; |
| 2176 | cursor: default; |
| 2177 | } |
| 2178 | .nav-pills > li > a { |
| 2179 | padding-top: 8px; |
| 2180 | padding-bottom: 8px; |
| 2181 | margin-top: 2px; |
| 2182 | margin-bottom: 2px; |
| 2183 | -webkit-border-radius: 5px; |
| 2184 | -moz-border-radius: 5px; |
| 2185 | border-radius: 5px; |
| 2186 | } |
| 2187 | .nav-pills .active > a, .nav-pills .active > a:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2188 | color: #ffffff; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2189 | background-color: #0088cc; |
| 2190 | } |
| 2191 | .nav-stacked > li { |
| 2192 | float: none; |
| 2193 | } |
| 2194 | .nav-stacked > li > a { |
| 2195 | margin-right: 0; |
| 2196 | } |
| 2197 | .nav-tabs.nav-stacked { |
| 2198 | border-bottom: 0; |
| 2199 | } |
| 2200 | .nav-tabs.nav-stacked > li > a { |
| 2201 | border: 1px solid #ddd; |
| 2202 | -webkit-border-radius: 0; |
| 2203 | -moz-border-radius: 0; |
| 2204 | border-radius: 0; |
| 2205 | } |
| 2206 | .nav-tabs.nav-stacked > li:first-child > a { |
| 2207 | -webkit-border-radius: 4px 4px 0 0; |
| 2208 | -moz-border-radius: 4px 4px 0 0; |
| 2209 | border-radius: 4px 4px 0 0; |
| 2210 | } |
| 2211 | .nav-tabs.nav-stacked > li:last-child > a { |
| 2212 | -webkit-border-radius: 0 0 4px 4px; |
| 2213 | -moz-border-radius: 0 0 4px 4px; |
| 2214 | border-radius: 0 0 4px 4px; |
| 2215 | } |
| 2216 | .nav-tabs.nav-stacked > li > a:hover { |
| 2217 | border-color: #ddd; |
| 2218 | z-index: 2; |
| 2219 | } |
| 2220 | .nav-pills.nav-stacked > li > a { |
| 2221 | margin-bottom: 3px; |
| 2222 | } |
| 2223 | .nav-pills.nav-stacked > li:last-child > a { |
| 2224 | margin-bottom: 1px; |
| 2225 | } |
| 2226 | .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu { |
| 2227 | margin-top: 1px; |
| 2228 | border-width: 1px; |
| 2229 | } |
| 2230 | .nav-pills .dropdown-menu { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2231 | -webkit-border-radius: 4px; |
| 2232 | -moz-border-radius: 4px; |
| 2233 | border-radius: 4px; |
Rushabh Mehta | 6e156c7 | 2012-02-21 11:19:24 +0530 | [diff] [blame] | 2234 | } |
| 2235 | .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret { |
| 2236 | border-top-color: #0088cc; |
| 2237 | margin-top: 6px; |
| 2238 | } |
| 2239 | .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret { |
| 2240 | border-top-color: #005580; |
| 2241 | } |
| 2242 | .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret { |
| 2243 | border-top-color: #333333; |
| 2244 | } |
| 2245 | .nav > .dropdown.active > a:hover { |
| 2246 | color: #000000; |
| 2247 | cursor: pointer; |
| 2248 | } |
| 2249 | .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover { |
| 2250 | color: #ffffff; |
| 2251 | background-color: #999999; |
| 2252 | border-color: #999999; |
| 2253 | } |
| 2254 | .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret { |
| 2255 | border-top-color: #ffffff; |
| 2256 | opacity: 1; |
| 2257 | filter: alpha(opacity=100); |
| 2258 | } |
| 2259 | |
| 2260 | .navbar { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2261 | overflow: visible; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2262 | margin-bottom: 18px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2263 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2264 | .navbar-inner { |
| 2265 | padding-left: 20px; |
| 2266 | padding-right: 20px; |
| 2267 | background-color: #2c2c2c; |
| 2268 | background-image: -moz-linear-gradient(top, #333333, #222222); |
| 2269 | background-image: -ms-linear-gradient(top, #333333, #222222); |
| 2270 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
| 2271 | background-image: -webkit-linear-gradient(top, #333333, #222222); |
| 2272 | background-image: -o-linear-gradient(top, #333333, #222222); |
| 2273 | background-image: linear-gradient(top, #333333, #222222); |
| 2274 | background-repeat: repeat-x; |
| 2275 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| 2276 | -webkit-border-radius: 4px; |
| 2277 | -moz-border-radius: 4px; |
| 2278 | border-radius: 4px; |
| 2279 | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 2280 | -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 2281 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 2282 | } |
| 2283 | .btn-navbar { |
| 2284 | display: none; |
| 2285 | float: right; |
| 2286 | padding: 7px 10px; |
| 2287 | margin-left: 5px; |
| 2288 | margin-right: 5px; |
| 2289 | background-color: #2c2c2c; |
| 2290 | background-image: -moz-linear-gradient(top, #333333, #222222); |
| 2291 | background-image: -ms-linear-gradient(top, #333333, #222222); |
| 2292 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
| 2293 | background-image: -webkit-linear-gradient(top, #333333, #222222); |
| 2294 | background-image: -o-linear-gradient(top, #333333, #222222); |
| 2295 | background-image: linear-gradient(top, #333333, #222222); |
| 2296 | background-repeat: repeat-x; |
| 2297 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| 2298 | border-color: #222222 #222222 #000000; |
| 2299 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
| 2300 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
| 2301 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| 2302 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| 2303 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); |
| 2304 | } |
| 2305 | .btn-navbar:hover, |
| 2306 | .btn-navbar:active, |
| 2307 | .btn-navbar.active, |
| 2308 | .btn-navbar.disabled, |
| 2309 | .btn-navbar[disabled] { |
| 2310 | background-color: #222222; |
| 2311 | } |
| 2312 | .btn-navbar:active, .btn-navbar.active { |
| 2313 | background-color: #080808 \9; |
| 2314 | } |
| 2315 | .btn-navbar .icon-bar { |
| 2316 | display: block; |
| 2317 | width: 18px; |
| 2318 | height: 2px; |
| 2319 | background-color: #f5f5f5; |
| 2320 | -webkit-border-radius: 1px; |
| 2321 | -moz-border-radius: 1px; |
| 2322 | border-radius: 1px; |
| 2323 | -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 2324 | -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 2325 | box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 2326 | } |
| 2327 | .btn-navbar .icon-bar + .icon-bar { |
| 2328 | margin-top: 3px; |
| 2329 | } |
| 2330 | .nav-collapse.collapse { |
| 2331 | height: auto; |
| 2332 | } |
| 2333 | .navbar .brand:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2334 | text-decoration: none; |
| 2335 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2336 | .navbar .brand { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2337 | float: left; |
| 2338 | display: block; |
| 2339 | padding: 8px 20px 12px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2340 | font-size: 20px; |
| 2341 | font-weight: 200; |
| 2342 | line-height: 1; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2343 | color: #ffffff; |
| 2344 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2345 | .navbar .navbar-text { |
| 2346 | margin-bottom: 0; |
| 2347 | line-height: 40px; |
| 2348 | color: #999999; |
| 2349 | } |
| 2350 | .navbar .navbar-text a:hover { |
| 2351 | color: #ffffff; |
| 2352 | background-color: transparent; |
| 2353 | } |
| 2354 | .navbar .btn, .navbar .btn-group { |
| 2355 | margin-top: 5px; |
| 2356 | } |
| 2357 | .navbar .btn-group .btn { |
| 2358 | margin-top: 0; |
| 2359 | } |
| 2360 | .navbar-form { |
| 2361 | margin-bottom: 0; |
| 2362 | *zoom: 1; |
| 2363 | } |
| 2364 | .navbar-form:before, .navbar-form:after { |
| 2365 | display: table; |
| 2366 | content: ""; |
| 2367 | } |
| 2368 | .navbar-form:after { |
| 2369 | clear: both; |
| 2370 | } |
| 2371 | .navbar-form input, .navbar-form select { |
| 2372 | display: inline-block; |
| 2373 | margin-top: 5px; |
| 2374 | margin-bottom: 0; |
| 2375 | } |
| 2376 | .navbar-form .radio, .navbar-form .checkbox { |
| 2377 | margin-top: 5px; |
| 2378 | } |
| 2379 | .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { |
| 2380 | margin-top: 3px; |
| 2381 | } |
| 2382 | .navbar-search { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2383 | position: relative; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2384 | float: left; |
| 2385 | margin-top: 6px; |
| 2386 | margin-bottom: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2387 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2388 | .navbar-search .search-query { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2389 | padding: 4px 9px; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2390 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 2391 | font-size: 13px; |
| 2392 | font-weight: normal; |
| 2393 | line-height: 1; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2394 | color: #ffffff; |
| 2395 | color: rgba(255, 255, 255, 0.75); |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2396 | background: #666; |
| 2397 | background: rgba(255, 255, 255, 0.3); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2398 | border: 1px solid #111; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2399 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
| 2400 | -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); |
| 2401 | 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] | 2402 | -webkit-transition: none; |
| 2403 | -moz-transition: none; |
| 2404 | -ms-transition: none; |
| 2405 | -o-transition: none; |
| 2406 | transition: none; |
| 2407 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2408 | .navbar-search .search-query :-moz-placeholder { |
| 2409 | color: #eeeeee; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2410 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2411 | .navbar-search .search-query::-webkit-input-placeholder { |
| 2412 | color: #eeeeee; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2413 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2414 | .navbar-search .search-query:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2415 | color: #ffffff; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2416 | background-color: #999999; |
| 2417 | background-color: rgba(255, 255, 255, 0.5); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2418 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2419 | .navbar-search .search-query:focus, .navbar-search .search-query.focused { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2420 | padding: 5px 10px; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2421 | color: #333333; |
| 2422 | text-shadow: 0 1px 0 #ffffff; |
| 2423 | background-color: #ffffff; |
| 2424 | border: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2425 | -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| 2426 | -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| 2427 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2428 | outline: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2429 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2430 | .navbar-fixed-top { |
| 2431 | position: fixed; |
| 2432 | top: 0; |
| 2433 | right: 0; |
| 2434 | left: 0; |
| 2435 | z-index: 1030; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2436 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2437 | .navbar-fixed-top .navbar-inner { |
| 2438 | padding-left: 0; |
| 2439 | padding-right: 0; |
| 2440 | -webkit-border-radius: 0; |
| 2441 | -moz-border-radius: 0; |
| 2442 | border-radius: 0; |
| 2443 | } |
| 2444 | .navbar .nav { |
| 2445 | position: relative; |
| 2446 | left: 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2447 | display: block; |
| 2448 | float: left; |
| 2449 | margin: 0 10px 0 0; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2450 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2451 | .navbar .nav.pull-right { |
| 2452 | float: right; |
| 2453 | } |
| 2454 | .navbar .nav > li { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2455 | display: block; |
| 2456 | float: left; |
| 2457 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2458 | .navbar .nav > li > a { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2459 | float: none; |
| 2460 | padding: 10px 10px 11px; |
| 2461 | line-height: 19px; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2462 | color: #999999; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2463 | text-decoration: none; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2464 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2465 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2466 | .navbar .nav > li > a:hover { |
| 2467 | background-color: transparent; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2468 | color: #ffffff; |
| 2469 | text-decoration: none; |
| 2470 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2471 | .navbar .nav .active > a, .navbar .nav .active > a:hover { |
| 2472 | color: #ffffff; |
| 2473 | text-decoration: none; |
| 2474 | background-color: #222222; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2475 | background-color: rgba(0, 0, 0, 0.5); |
| 2476 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2477 | .navbar .divider-vertical { |
| 2478 | height: 40px; |
| 2479 | width: 1px; |
| 2480 | margin: 0 9px; |
| 2481 | overflow: hidden; |
| 2482 | background-color: #222222; |
| 2483 | border-right: 1px solid #333333; |
| 2484 | } |
| 2485 | .navbar .nav.pull-right { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2486 | margin-left: 10px; |
| 2487 | margin-right: 0; |
| 2488 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2489 | .navbar .dropdown-menu { |
| 2490 | margin-top: 1px; |
| 2491 | -webkit-border-radius: 4px; |
| 2492 | -moz-border-radius: 4px; |
| 2493 | border-radius: 4px; |
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 .dropdown-menu:before { |
| 2496 | content: ''; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2497 | display: inline-block; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2498 | border-left: 7px solid transparent; |
| 2499 | border-right: 7px solid transparent; |
| 2500 | border-bottom: 7px solid #ccc; |
| 2501 | border-bottom-color: rgba(0, 0, 0, 0.2); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2502 | position: absolute; |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2503 | top: -7px; |
| 2504 | left: 9px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2505 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2506 | .navbar .dropdown-menu:after { |
| 2507 | content: ''; |
| 2508 | display: inline-block; |
| 2509 | border-left: 6px solid transparent; |
| 2510 | border-right: 6px solid transparent; |
| 2511 | border-bottom: 6px solid #ffffff; |
| 2512 | position: absolute; |
| 2513 | top: -6px; |
| 2514 | left: 10px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2515 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2516 | .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret { |
| 2517 | border-top-color: #ffffff; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2518 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2519 | .navbar .nav .active .caret { |
| 2520 | opacity: 1; |
| 2521 | filter: alpha(opacity=100); |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2522 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2523 | .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle { |
| 2524 | background-color: transparent; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2525 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2526 | .navbar .nav .active > .dropdown-toggle:hover { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2527 | color: #ffffff; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2528 | } |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2529 | .navbar .nav.pull-right .dropdown-menu { |
| 2530 | left: auto; |
| 2531 | right: 0; |
| 2532 | } |
| 2533 | .navbar .nav.pull-right .dropdown-menu:before { |
| 2534 | left: auto; |
| 2535 | right: 12px; |
| 2536 | } |
| 2537 | .navbar .nav.pull-right .dropdown-menu:after { |
| 2538 | left: auto; |
| 2539 | right: 13px; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2540 | } |
| 2541 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2542 | /* ajax spinner */ |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2543 | .navbar #spinner { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2544 | display: block; |
| 2545 | float: right; |
| 2546 | width: 20px; |
| 2547 | margin-bottom: -5px; |
| 2548 | margin-top: 10px; |
| 2549 | visibility: hidden; |
| 2550 | } |
| 2551 | |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2552 | .navbar-inner { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2553 | padding: 0px 20px; |
| 2554 | } |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 2555 | |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2556 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 2557 | /* |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2558 | * lib/css/bootstrap/dropdown.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2559 | */ |
| 2560 | .dropdown { |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2561 | position: relative; |
| 2562 | } |
| 2563 | .dropdown-toggle { |
| 2564 | *margin-bottom: -3px; |
| 2565 | } |
| 2566 | .dropdown-toggle:active, .open .dropdown-toggle { |
| 2567 | outline: 0; |
| 2568 | } |
| 2569 | .caret { |
| 2570 | display: inline-block; |
| 2571 | width: 0; |
| 2572 | height: 0; |
| 2573 | text-indent: -99999px; |
| 2574 | *text-indent: 0; |
| 2575 | vertical-align: top; |
| 2576 | border-left: 4px solid transparent; |
| 2577 | border-right: 4px solid transparent; |
| 2578 | border-top: 4px solid #000000; |
| 2579 | opacity: 0.3; |
| 2580 | filter: alpha(opacity=30); |
| 2581 | content: "\2193"; |
| 2582 | } |
| 2583 | .dropdown .caret { |
| 2584 | margin-top: 8px; |
| 2585 | margin-left: 2px; |
| 2586 | } |
| 2587 | .dropdown:hover .caret, .open.dropdown .caret { |
| 2588 | opacity: 1; |
| 2589 | filter: alpha(opacity=100); |
| 2590 | } |
| 2591 | .dropdown-menu { |
| 2592 | position: absolute; |
| 2593 | top: 100%; |
| 2594 | left: 0; |
| 2595 | z-index: 1000; |
| 2596 | float: left; |
| 2597 | display: none; |
| 2598 | min-width: 160px; |
| 2599 | max-width: 220px; |
| 2600 | _width: 160px; |
| 2601 | padding: 4px 0; |
| 2602 | margin: 0; |
| 2603 | list-style: none; |
| 2604 | background-color: #ffffff; |
| 2605 | border-color: #ccc; |
| 2606 | border-color: rgba(0, 0, 0, 0.2); |
| 2607 | border-style: solid; |
| 2608 | border-width: 1px; |
| 2609 | -webkit-border-radius: 0 0 5px 5px; |
| 2610 | -moz-border-radius: 0 0 5px 5px; |
| 2611 | border-radius: 0 0 5px 5px; |
| 2612 | -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 2613 | -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 2614 | box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 2615 | -webkit-background-clip: padding-box; |
| 2616 | -moz-background-clip: padding; |
| 2617 | background-clip: padding-box; |
| 2618 | *border-right-width: 2px; |
| 2619 | *border-bottom-width: 2px; |
| 2620 | } |
| 2621 | .dropdown-menu.bottom-up { |
| 2622 | top: auto; |
| 2623 | bottom: 100%; |
| 2624 | margin-bottom: 2px; |
| 2625 | } |
| 2626 | .dropdown-menu .divider { |
| 2627 | height: 1px; |
| 2628 | margin: 5px 1px; |
| 2629 | overflow: hidden; |
| 2630 | background-color: #e5e5e5; |
| 2631 | border-bottom: 1px solid #ffffff; |
| 2632 | *width: 100%; |
| 2633 | *margin: -5px 0 5px; |
| 2634 | } |
| 2635 | .dropdown-menu a { |
| 2636 | display: block; |
| 2637 | padding: 3px 15px; |
| 2638 | clear: both; |
| 2639 | font-weight: normal; |
| 2640 | line-height: 18px; |
| 2641 | color: #555555; |
| 2642 | white-space: nowrap; |
| 2643 | } |
| 2644 | .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { |
| 2645 | color: #ffffff; |
| 2646 | text-decoration: none; |
| 2647 | background-color: #0088cc; |
| 2648 | } |
| 2649 | .dropdown.open { |
| 2650 | *z-index: 1000; |
| 2651 | } |
| 2652 | .dropdown.open .dropdown-toggle { |
| 2653 | color: #ffffff; |
| 2654 | background: #ccc; |
| 2655 | background: rgba(0, 0, 0, 0.3); |
| 2656 | } |
| 2657 | .dropdown.open .dropdown-menu { |
| 2658 | display: block; |
| 2659 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2660 | |
Rushabh Mehta | 4dc2f43 | 2012-02-21 10:30:43 +0530 | [diff] [blame] | 2661 | /* |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 2662 | * lib/css/bootstrap/tooltip.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2663 | */ |
| 2664 | .tooltip { |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 2665 | position: absolute; |
| 2666 | z-index: 1020; |
| 2667 | display: block; |
| 2668 | visibility: visible; |
| 2669 | padding: 5px; |
| 2670 | font-size: 11px; |
| 2671 | opacity: 0; |
| 2672 | filter: alpha(opacity=0); |
| 2673 | } |
| 2674 | .tooltip.in { |
| 2675 | opacity: 0.8; |
| 2676 | filter: alpha(opacity=80); |
| 2677 | } |
| 2678 | .tooltip.top { |
| 2679 | margin-top: -2px; |
| 2680 | } |
| 2681 | .tooltip.right { |
| 2682 | margin-left: 2px; |
| 2683 | } |
| 2684 | .tooltip.bottom { |
| 2685 | margin-top: 2px; |
| 2686 | } |
| 2687 | .tooltip.left { |
| 2688 | margin-left: -2px; |
| 2689 | } |
| 2690 | .tooltip.top .tooltip-arrow { |
| 2691 | bottom: 0; |
| 2692 | left: 50%; |
| 2693 | margin-left: -5px; |
| 2694 | border-left: 5px solid transparent; |
| 2695 | border-right: 5px solid transparent; |
| 2696 | border-top: 5px solid #000000; |
| 2697 | } |
| 2698 | .tooltip.left .tooltip-arrow { |
| 2699 | top: 50%; |
| 2700 | right: 0; |
| 2701 | margin-top: -5px; |
| 2702 | border-top: 5px solid transparent; |
| 2703 | border-bottom: 5px solid transparent; |
| 2704 | border-left: 5px solid #000000; |
| 2705 | } |
| 2706 | .tooltip.bottom .tooltip-arrow { |
| 2707 | top: 0; |
| 2708 | left: 50%; |
| 2709 | margin-left: -5px; |
| 2710 | border-left: 5px solid transparent; |
| 2711 | border-right: 5px solid transparent; |
| 2712 | border-bottom: 5px solid #000000; |
| 2713 | } |
| 2714 | .tooltip.right .tooltip-arrow { |
| 2715 | top: 50%; |
| 2716 | left: 0; |
| 2717 | margin-top: -5px; |
| 2718 | border-top: 5px solid transparent; |
| 2719 | border-bottom: 5px solid transparent; |
| 2720 | border-right: 5px solid #000000; |
| 2721 | } |
| 2722 | .tooltip-inner { |
| 2723 | max-width: 200px; |
| 2724 | padding: 3px 8px; |
| 2725 | color: #ffffff; |
| 2726 | text-align: center; |
| 2727 | text-decoration: none; |
| 2728 | background-color: #000000; |
| 2729 | -webkit-border-radius: 4px; |
| 2730 | -moz-border-radius: 4px; |
| 2731 | border-radius: 4px; |
| 2732 | } |
| 2733 | .tooltip-arrow { |
| 2734 | position: absolute; |
| 2735 | width: 0; |
| 2736 | height: 0; |
| 2737 | } |
| 2738 | .popover { |
| 2739 | position: absolute; |
| 2740 | top: 0; |
| 2741 | left: 0; |
| 2742 | z-index: 1010; |
| 2743 | display: none; |
| 2744 | padding: 5px; |
| 2745 | } |
| 2746 | .popover.top { |
| 2747 | margin-top: -5px; |
| 2748 | } |
| 2749 | .popover.right { |
| 2750 | margin-left: 5px; |
| 2751 | } |
| 2752 | .popover.bottom { |
| 2753 | margin-top: 5px; |
| 2754 | } |
| 2755 | .popover.left { |
| 2756 | margin-left: -5px; |
| 2757 | } |
| 2758 | .popover.top .arrow { |
| 2759 | bottom: 0; |
| 2760 | left: 50%; |
| 2761 | margin-left: -5px; |
| 2762 | border-left: 5px solid transparent; |
| 2763 | border-right: 5px solid transparent; |
| 2764 | border-top: 5px solid #000000; |
| 2765 | } |
| 2766 | .popover.right .arrow { |
| 2767 | top: 50%; |
| 2768 | left: 0; |
| 2769 | margin-top: -5px; |
| 2770 | border-top: 5px solid transparent; |
| 2771 | border-bottom: 5px solid transparent; |
| 2772 | border-right: 5px solid #000000; |
| 2773 | } |
| 2774 | .popover.bottom .arrow { |
| 2775 | top: 0; |
| 2776 | left: 50%; |
| 2777 | margin-left: -5px; |
| 2778 | border-left: 5px solid transparent; |
| 2779 | border-right: 5px solid transparent; |
| 2780 | border-bottom: 5px solid #000000; |
| 2781 | } |
| 2782 | .popover.left .arrow { |
| 2783 | top: 50%; |
| 2784 | right: 0; |
| 2785 | margin-top: -5px; |
| 2786 | border-top: 5px solid transparent; |
| 2787 | border-bottom: 5px solid transparent; |
| 2788 | border-left: 5px solid #000000; |
| 2789 | } |
| 2790 | .popover .arrow { |
| 2791 | position: absolute; |
| 2792 | width: 0; |
| 2793 | height: 0; |
| 2794 | } |
| 2795 | .popover-inner { |
| 2796 | padding: 3px; |
| 2797 | width: 280px; |
| 2798 | overflow: hidden; |
| 2799 | background: #000000; |
| 2800 | background: rgba(0, 0, 0, 0.8); |
| 2801 | -webkit-border-radius: 6px; |
| 2802 | -moz-border-radius: 6px; |
| 2803 | border-radius: 6px; |
| 2804 | -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| 2805 | -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| 2806 | box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); |
| 2807 | } |
| 2808 | .popover-title { |
| 2809 | padding: 9px 15px; |
| 2810 | line-height: 1; |
| 2811 | background-color: #f5f5f5; |
| 2812 | border-bottom: 1px solid #eee; |
| 2813 | -webkit-border-radius: 3px 3px 0 0; |
| 2814 | -moz-border-radius: 3px 3px 0 0; |
| 2815 | border-radius: 3px 3px 0 0; |
| 2816 | } |
| 2817 | .popover-content { |
| 2818 | padding: 14px; |
| 2819 | background-color: #ffffff; |
| 2820 | -webkit-border-radius: 0 0 3px 3px; |
| 2821 | -moz-border-radius: 0 0 3px 3px; |
| 2822 | border-radius: 0 0 3px 3px; |
| 2823 | -webkit-background-clip: padding-box; |
| 2824 | -moz-background-clip: padding-box; |
| 2825 | background-clip: padding-box; |
| 2826 | } |
| 2827 | .popover-content p, .popover-content ul, .popover-content ol { |
| 2828 | margin-bottom: 0; |
| 2829 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2830 | |
Rushabh Mehta | d025133 | 2012-02-21 17:26:50 +0530 | [diff] [blame] | 2831 | /* |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 2832 | * lib/css/bootstrap/label.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2833 | */ |
| 2834 | .label { |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 2835 | padding: 2px 4px 3px; |
| 2836 | font-size: 11.049999999999999px; |
| 2837 | font-weight: bold; |
| 2838 | color: #ffffff; |
| 2839 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
| 2840 | background-color: #999999; |
| 2841 | -webkit-border-radius: 3px; |
| 2842 | -moz-border-radius: 3px; |
| 2843 | border-radius: 3px; |
| 2844 | } |
| 2845 | .label:hover { |
| 2846 | color: #ffffff; |
| 2847 | text-decoration: none; |
| 2848 | } |
| 2849 | .label-important { |
| 2850 | background-color: #b94a48; |
| 2851 | } |
| 2852 | .label-important:hover { |
| 2853 | background-color: #953b39; |
| 2854 | } |
| 2855 | .label-warning { |
| 2856 | background-color: #f89406; |
| 2857 | } |
| 2858 | .label-warning:hover { |
| 2859 | background-color: #c67605; |
| 2860 | } |
| 2861 | .label-success { |
| 2862 | background-color: #468847; |
| 2863 | } |
| 2864 | .label-success:hover { |
| 2865 | background-color: #356635; |
| 2866 | } |
| 2867 | .label-info { |
| 2868 | background-color: #3a87ad; |
| 2869 | } |
| 2870 | .label-info:hover { |
| 2871 | background-color: #2d6987; |
| 2872 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2873 | |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 2874 | /* |
| 2875 | * lib/css/bootstrap/icons.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 2876 | */ |
| 2877 | [class^="icon-"], [class*=" icon-"] { |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 2878 | display: inline-block; |
| 2879 | width: 14px; |
| 2880 | height: 14px; |
| 2881 | line-height: 14px; |
| 2882 | vertical-align: text-top; |
| 2883 | background-image: url("../lib/images/icons/glyphicons-halflings.png"); |
| 2884 | background-position: 14px 14px; |
| 2885 | background-repeat: no-repeat; |
| 2886 | *margin-right: .3em; |
| 2887 | } |
| 2888 | [class^="icon-"]:last-child, [class*=" icon-"]:last-child { |
| 2889 | *margin-left: 0; |
| 2890 | } |
| 2891 | .icon-white { |
| 2892 | background-image: url("../lib/images/icons/glyphicons-halflings-white.png"); |
| 2893 | } |
| 2894 | .icon-glass { |
| 2895 | background-position: 0 0; |
| 2896 | } |
| 2897 | .icon-music { |
| 2898 | background-position: -24px 0; |
| 2899 | } |
| 2900 | .icon-search { |
| 2901 | background-position: -48px 0; |
| 2902 | } |
| 2903 | .icon-envelope { |
| 2904 | background-position: -72px 0; |
| 2905 | } |
| 2906 | .icon-heart { |
| 2907 | background-position: -96px 0; |
| 2908 | } |
| 2909 | .icon-star { |
| 2910 | background-position: -120px 0; |
| 2911 | } |
| 2912 | .icon-star-empty { |
| 2913 | background-position: -144px 0; |
| 2914 | } |
| 2915 | .icon-user { |
| 2916 | background-position: -168px 0; |
| 2917 | } |
| 2918 | .icon-film { |
| 2919 | background-position: -192px 0; |
| 2920 | } |
| 2921 | .icon-th-large { |
| 2922 | background-position: -216px 0; |
| 2923 | } |
| 2924 | .icon-th { |
| 2925 | background-position: -240px 0; |
| 2926 | } |
| 2927 | .icon-th-list { |
| 2928 | background-position: -264px 0; |
| 2929 | } |
| 2930 | .icon-ok { |
| 2931 | background-position: -288px 0; |
| 2932 | } |
| 2933 | .icon-remove { |
| 2934 | background-position: -312px 0; |
| 2935 | } |
| 2936 | .icon-zoom-in { |
| 2937 | background-position: -336px 0; |
| 2938 | } |
| 2939 | .icon-zoom-out { |
| 2940 | background-position: -360px 0; |
| 2941 | } |
| 2942 | .icon-off { |
| 2943 | background-position: -384px 0; |
| 2944 | } |
| 2945 | .icon-signal { |
| 2946 | background-position: -408px 0; |
| 2947 | } |
| 2948 | .icon-cog { |
| 2949 | background-position: -432px 0; |
| 2950 | } |
| 2951 | .icon-trash { |
| 2952 | background-position: -456px 0; |
| 2953 | } |
| 2954 | .icon-home { |
| 2955 | background-position: 0 -24px; |
| 2956 | } |
| 2957 | .icon-file { |
| 2958 | background-position: -24px -24px; |
| 2959 | } |
| 2960 | .icon-time { |
| 2961 | background-position: -48px -24px; |
| 2962 | } |
| 2963 | .icon-road { |
| 2964 | background-position: -72px -24px; |
| 2965 | } |
| 2966 | .icon-download-alt { |
| 2967 | background-position: -96px -24px; |
| 2968 | } |
| 2969 | .icon-download { |
| 2970 | background-position: -120px -24px; |
| 2971 | } |
| 2972 | .icon-upload { |
| 2973 | background-position: -144px -24px; |
| 2974 | } |
| 2975 | .icon-inbox { |
| 2976 | background-position: -168px -24px; |
| 2977 | } |
| 2978 | .icon-play-circle { |
| 2979 | background-position: -192px -24px; |
| 2980 | } |
| 2981 | .icon-repeat { |
| 2982 | background-position: -216px -24px; |
| 2983 | } |
| 2984 | .icon-refresh { |
| 2985 | background-position: -240px -24px; |
| 2986 | } |
| 2987 | .icon-list-alt { |
| 2988 | background-position: -264px -24px; |
| 2989 | } |
| 2990 | .icon-lock { |
| 2991 | background-position: -287px -24px; |
| 2992 | } |
| 2993 | .icon-flag { |
| 2994 | background-position: -312px -24px; |
| 2995 | } |
| 2996 | .icon-headphones { |
| 2997 | background-position: -336px -24px; |
| 2998 | } |
| 2999 | .icon-volume-off { |
| 3000 | background-position: -360px -24px; |
| 3001 | } |
| 3002 | .icon-volume-down { |
| 3003 | background-position: -384px -24px; |
| 3004 | } |
| 3005 | .icon-volume-up { |
| 3006 | background-position: -408px -24px; |
| 3007 | } |
| 3008 | .icon-qrcode { |
| 3009 | background-position: -432px -24px; |
| 3010 | } |
| 3011 | .icon-barcode { |
| 3012 | background-position: -456px -24px; |
| 3013 | } |
| 3014 | .icon-tag { |
| 3015 | background-position: 0 -48px; |
| 3016 | } |
| 3017 | .icon-tags { |
| 3018 | background-position: -25px -48px; |
| 3019 | } |
| 3020 | .icon-book { |
| 3021 | background-position: -48px -48px; |
| 3022 | } |
| 3023 | .icon-bookmark { |
| 3024 | background-position: -72px -48px; |
| 3025 | } |
| 3026 | .icon-print { |
| 3027 | background-position: -96px -48px; |
| 3028 | } |
| 3029 | .icon-camera { |
| 3030 | background-position: -120px -48px; |
| 3031 | } |
| 3032 | .icon-font { |
| 3033 | background-position: -144px -48px; |
| 3034 | } |
| 3035 | .icon-bold { |
| 3036 | background-position: -167px -48px; |
| 3037 | } |
| 3038 | .icon-italic { |
| 3039 | background-position: -192px -48px; |
| 3040 | } |
| 3041 | .icon-text-height { |
| 3042 | background-position: -216px -48px; |
| 3043 | } |
| 3044 | .icon-text-width { |
| 3045 | background-position: -240px -48px; |
| 3046 | } |
| 3047 | .icon-align-left { |
| 3048 | background-position: -264px -48px; |
| 3049 | } |
| 3050 | .icon-align-center { |
| 3051 | background-position: -288px -48px; |
| 3052 | } |
| 3053 | .icon-align-right { |
| 3054 | background-position: -312px -48px; |
| 3055 | } |
| 3056 | .icon-align-justify { |
| 3057 | background-position: -336px -48px; |
| 3058 | } |
| 3059 | .icon-list { |
| 3060 | background-position: -360px -48px; |
| 3061 | } |
| 3062 | .icon-indent-left { |
| 3063 | background-position: -384px -48px; |
| 3064 | } |
| 3065 | .icon-indent-right { |
| 3066 | background-position: -408px -48px; |
| 3067 | } |
| 3068 | .icon-facetime-video { |
| 3069 | background-position: -432px -48px; |
| 3070 | } |
| 3071 | .icon-picture { |
| 3072 | background-position: -456px -48px; |
| 3073 | } |
| 3074 | .icon-pencil { |
| 3075 | background-position: 0 -72px; |
| 3076 | } |
| 3077 | .icon-map-marker { |
| 3078 | background-position: -24px -72px; |
| 3079 | } |
| 3080 | .icon-adjust { |
| 3081 | background-position: -48px -72px; |
| 3082 | } |
| 3083 | .icon-tint { |
| 3084 | background-position: -72px -72px; |
| 3085 | } |
| 3086 | .icon-edit { |
| 3087 | background-position: -96px -72px; |
| 3088 | } |
| 3089 | .icon-share { |
| 3090 | background-position: -120px -72px; |
| 3091 | } |
| 3092 | .icon-check { |
| 3093 | background-position: -144px -72px; |
| 3094 | } |
| 3095 | .icon-move { |
| 3096 | background-position: -168px -72px; |
| 3097 | } |
| 3098 | .icon-step-backward { |
| 3099 | background-position: -192px -72px; |
| 3100 | } |
| 3101 | .icon-fast-backward { |
| 3102 | background-position: -216px -72px; |
| 3103 | } |
| 3104 | .icon-backward { |
| 3105 | background-position: -240px -72px; |
| 3106 | } |
| 3107 | .icon-play { |
| 3108 | background-position: -264px -72px; |
| 3109 | } |
| 3110 | .icon-pause { |
| 3111 | background-position: -288px -72px; |
| 3112 | } |
| 3113 | .icon-stop { |
| 3114 | background-position: -312px -72px; |
| 3115 | } |
| 3116 | .icon-forward { |
| 3117 | background-position: -336px -72px; |
| 3118 | } |
| 3119 | .icon-fast-forward { |
| 3120 | background-position: -360px -72px; |
| 3121 | } |
| 3122 | .icon-step-forward { |
| 3123 | background-position: -384px -72px; |
| 3124 | } |
| 3125 | .icon-eject { |
| 3126 | background-position: -408px -72px; |
| 3127 | } |
| 3128 | .icon-chevron-left { |
| 3129 | background-position: -432px -72px; |
| 3130 | } |
| 3131 | .icon-chevron-right { |
| 3132 | background-position: -456px -72px; |
| 3133 | } |
| 3134 | .icon-plus-sign { |
| 3135 | background-position: 0 -96px; |
| 3136 | } |
| 3137 | .icon-minus-sign { |
| 3138 | background-position: -24px -96px; |
| 3139 | } |
| 3140 | .icon-remove-sign { |
| 3141 | background-position: -48px -96px; |
| 3142 | } |
| 3143 | .icon-ok-sign { |
| 3144 | background-position: -72px -96px; |
| 3145 | } |
| 3146 | .icon-question-sign { |
| 3147 | background-position: -96px -96px; |
| 3148 | } |
| 3149 | .icon-info-sign { |
| 3150 | background-position: -120px -96px; |
| 3151 | } |
| 3152 | .icon-screenshot { |
| 3153 | background-position: -144px -96px; |
| 3154 | } |
| 3155 | .icon-remove-circle { |
| 3156 | background-position: -168px -96px; |
| 3157 | } |
| 3158 | .icon-ok-circle { |
| 3159 | background-position: -192px -96px; |
| 3160 | } |
| 3161 | .icon-ban-circle { |
| 3162 | background-position: -216px -96px; |
| 3163 | } |
| 3164 | .icon-arrow-left { |
| 3165 | background-position: -240px -96px; |
| 3166 | } |
| 3167 | .icon-arrow-right { |
| 3168 | background-position: -264px -96px; |
| 3169 | } |
| 3170 | .icon-arrow-up { |
| 3171 | background-position: -289px -96px; |
| 3172 | } |
| 3173 | .icon-arrow-down { |
| 3174 | background-position: -312px -96px; |
| 3175 | } |
| 3176 | .icon-share-alt { |
| 3177 | background-position: -336px -96px; |
| 3178 | } |
| 3179 | .icon-resize-full { |
| 3180 | background-position: -360px -96px; |
| 3181 | } |
| 3182 | .icon-resize-small { |
| 3183 | background-position: -384px -96px; |
| 3184 | } |
| 3185 | .icon-plus { |
| 3186 | background-position: -408px -96px; |
| 3187 | } |
| 3188 | .icon-minus { |
| 3189 | background-position: -433px -96px; |
| 3190 | } |
| 3191 | .icon-asterisk { |
| 3192 | background-position: -456px -96px; |
| 3193 | } |
| 3194 | .icon-exclamation-sign { |
| 3195 | background-position: 0 -120px; |
| 3196 | } |
| 3197 | .icon-gift { |
| 3198 | background-position: -24px -120px; |
| 3199 | } |
| 3200 | .icon-leaf { |
| 3201 | background-position: -48px -120px; |
| 3202 | } |
| 3203 | .icon-fire { |
| 3204 | background-position: -72px -120px; |
| 3205 | } |
| 3206 | .icon-eye-open { |
| 3207 | background-position: -96px -120px; |
| 3208 | } |
| 3209 | .icon-eye-close { |
| 3210 | background-position: -120px -120px; |
| 3211 | } |
| 3212 | .icon-warning-sign { |
| 3213 | background-position: -144px -120px; |
| 3214 | } |
| 3215 | .icon-plane { |
| 3216 | background-position: -168px -120px; |
| 3217 | } |
| 3218 | .icon-calendar { |
| 3219 | background-position: -192px -120px; |
| 3220 | } |
| 3221 | .icon-random { |
| 3222 | background-position: -216px -120px; |
| 3223 | } |
| 3224 | .icon-comment { |
| 3225 | background-position: -240px -120px; |
| 3226 | } |
| 3227 | .icon-magnet { |
| 3228 | background-position: -264px -120px; |
| 3229 | } |
| 3230 | .icon-chevron-up { |
| 3231 | background-position: -288px -120px; |
| 3232 | } |
| 3233 | .icon-chevron-down { |
| 3234 | background-position: -313px -119px; |
| 3235 | } |
| 3236 | .icon-retweet { |
| 3237 | background-position: -336px -120px; |
| 3238 | } |
| 3239 | .icon-shopping-cart { |
| 3240 | background-position: -360px -120px; |
| 3241 | } |
| 3242 | .icon-folder-close { |
| 3243 | background-position: -384px -120px; |
| 3244 | } |
| 3245 | .icon-folder-open { |
| 3246 | background-position: -408px -120px; |
| 3247 | } |
| 3248 | .icon-resize-vertical { |
| 3249 | background-position: -432px -119px; |
| 3250 | } |
| 3251 | .icon-resize-horizontal { |
| 3252 | background-position: -456px -118px; |
| 3253 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 3254 | |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 3255 | /* |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 3256 | * erpnext/startup/startup.css |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 3257 | */ |
| 3258 | h1, h2, h3, h4, h5 { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 3259 | font-family: Tahoma, Arial, Verdana, sans-serif; |
| 3260 | font-weight: bold; |
| 3261 | } |
| 3262 | |
| 3263 | body { |
| 3264 | font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; |
| 3265 | font-size: 12px; |
| 3266 | } |
| 3267 | |
| 3268 | span, div, td, input, textarea, button, select { |
| 3269 | font-family: inherit; |
| 3270 | } |
| 3271 | |
| 3272 | body { |
Rushabh Mehta | 5d267a4 | 2012-03-01 18:53:06 +0530 | [diff] [blame] | 3273 | background: url(../images/stripedbg.png) repeat; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 3274 | } |
| 3275 | |
| 3276 | .erpnext-footer { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 3277 | margin: 11px auto; |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 3278 | text-align: center; |
| 3279 | } |
| 3280 | |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 3281 | .module-icons { |
| 3282 | background: url(../images/module-icons.png) no-repeat top left; |
| 3283 | width:16px; |
| 3284 | height:16px; |
| 3285 | } |
| 3286 | |
| 3287 | .module-icons-accounts{ background-position: 0 0; } |
| 3288 | .module-icons-analysis{ background-position: 0 -66px; } |
| 3289 | .module-icons-buying{ background-position: 0 -132px; } |
| 3290 | .module-icons-home{ background-position: 0 -198px; } |
| 3291 | .module-icons-hr{ background-position: 0 -264px; } |
| 3292 | .module-icons-people{ background-position: 0 -330px; } |
| 3293 | .module-icons-production{ background-position: 0 -396px; } |
| 3294 | .module-icons-projects{ background-position: 0 -462px; } |
| 3295 | .module-icons-selling{ background-position: 0 -528px; } |
| 3296 | .module-icons-setup{ background-position: 0 -594px; } |
| 3297 | .module-icons-stock{ background-position: 0 -660px; } |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 3298 | .module-icons-support{ background-position: 0 -726px; } |
| 3299 | |
Anand Doshi | db62876 | 2012-02-24 17:56:00 +0530 | [diff] [blame] | 3300 | .navbar-new-comments { |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 3301 | margin: -3px 0px; |
| 3302 | padding: 2px; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 3303 | min-width: 20px; |
| 3304 | text-align: center; |
| 3305 | display: inline-block; |
| 3306 | border-radius: 2px; |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 3307 | color: #999999; |
| 3308 | background-color: #333131; |
| 3309 | } |
| 3310 | |
| 3311 | .navbar-new-comments:hover, |
| 3312 | .navbar-new-comments:active, |
| 3313 | .navbar-new-comments:focus { |
| 3314 | color: #fff; |
| 3315 | } |
| 3316 | |
| 3317 | |
| 3318 | .navbar-new-comments-true { |
| 3319 | color: #fff; |
| 3320 | background-color: #B00D07; |
| 3321 | } |
| 3322 | |
| 3323 | .navbar-icon-home { |
| 3324 | vertical-align: middle; |
| 3325 | opacity:0.4; |
| 3326 | Filter:alpha(opacity=40); /* For IE8 and earlier */ |
| 3327 | } |
| 3328 | |
| 3329 | .navbar-icon-home:hover, |
| 3330 | .navbar-icon-home:focus, |
Anand Doshi | ac14412 | 2012-02-27 19:16:24 +0530 | [diff] [blame] | 3331 | .navbar-icon-home:active, |
| 3332 | .navbar-icon-home-hover{ |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 3333 | opacity:1; |
| 3334 | Filter:alpha(opacity=100); /* For IE8 and earlier */ |
| 3335 | } |
| 3336 | |
| 3337 | /*extra size menus for recent*/ |
| 3338 | .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| 3339 | min-width: 160px !important; |
| 3340 | max-width: 260px !important; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 3341 | } |
Rushabh Mehta | 519f70b | 2012-03-09 16:44:21 +0530 | [diff] [blame] | 3342 | |