To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
Changeset 2897
- Timestamp:
- 12/20/10 11:04:05 (2 years ago)
- Author:
- johnnyoffline
- Message:
-
fixed z-indexing for tag suggestions
- Location:
- plugins/apostrophePlugin/branches/1.5/web/css
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2895
|
r2897
|
|
| 110 | 110 | /* aOptions Open */ |
| 111 | 111 | |
| 112 | | .a-options-open { z-index: 999; } |
| | 112 | .a-options-open { z-index: 997; } |
| 113 | 113 | .a-options-open .a-options, .a-options.open { display: block !important; } |
| 114 | | .a-options-open > a.a-btn { color: #fff !important; background-color: #333; z-index: 999; } |
| | 114 | .a-options-open > a.a-btn { color: #fff !important; background-color: #333; z-index: 997; } |
| 115 | 115 | |
| 116 | 116 | |
| … |
… |
|
| 311 | 311 | border-bottom: 1px solid #ddd; |
| 312 | 312 | clear: both; |
| 313 | | z-index: 999; |
| | 313 | z-index: 997; |
| 314 | 314 | background:#fff; |
| 315 | 315 | } |
| … |
… |
|
| 503 | 503 | .a-create-page.aActiveMenu |
| 504 | 504 | { |
| 505 | | z-index: 999; |
| | 505 | z-index: 997; |
| 506 | 506 | } |
| 507 | 507 | |
| … |
… |
|
| 544 | 544 | width: 960px; |
| 545 | 545 | clear: both; |
| 546 | | z-index: 999; |
| | 546 | z-index: 997; |
| 547 | 547 | overflow: hidden; |
| 548 | 548 | display: none; |
| … |
… |
|
| 582 | 582 | width: 20px; |
| 583 | 583 | background-position: 0 0; |
| 584 | | z-index: 999; |
| | 584 | z-index: 997; |
| 585 | 585 | } |
| 586 | 586 | |
| … |
… |
|
| 682 | 682 | top: 55px; |
| 683 | 683 | left: 20px; |
| 684 | | z-index: 9999; |
| | 684 | z-index: 999; |
| 685 | 685 | background: #fff; |
| 686 | 686 | color: #900; |
| … |
… |
|
| 761 | 761 | right: 5px; |
| 762 | 762 | padding: 0; |
| 763 | | z-index:9999 !important; |
| | 763 | z-index:999 !important; |
| 764 | 764 | min-width: 0; |
| 765 | 765 | } |
| … |
… |
|
| 903 | 903 | -------------------------------------*/ |
| 904 | 904 | |
| 905 | | #ie6-warning { background: #f00; color: #fff; position: relative; z-index:9999; overflow: auto; } |
| | 905 | #ie6-warning { background: #f00; color: #fff; position: relative; z-index:999; overflow: auto; } |
| 906 | 906 | #ie6-warning h2 { margin: 0; padding: 5px; font-size: 14px; } |
| 907 | 907 | #ie6-warning h2 a { color: #fff; text-decoration: underline; } |
-
|
r2895
|
r2897
|
|
| 379 | 379 | padding: 10px 10px 0; |
| 380 | 380 | background: #fff; |
| 381 | | z-index: 999; |
| | 381 | z-index: 997; |
| 382 | 382 | top: 50%; |
| 383 | 383 | left: 50%; |
| … |
… |
|
| 521 | 521 | } |
| 522 | 522 | |
| 523 | | .a-media-selection-list-item.over .a-media-selected-item-drag-overlay |
| 524 | | { |
| 525 | | background: url(../images/a-icon-drag-simple.png) center center no-repeat; |
| 526 | | z-index: 299; |
| 527 | | } |
| | 523 | .a-media-selection-list-item.over .a-media-selected-item-drag-overlay { background: url(../images/a-icon-drag-simple.png) center center no-repeat; z-index: 299; } |
| 528 | 524 | |
| 529 | 525 | .a-media-selection-list-item.over .a-media-selected-item-overlay |
| … |
… |
|
| 534 | 530 | -webkit-border-radius: 2px; |
| 535 | 531 | border-radius: 2px; |
| 536 | | |
| 537 | | } |
| 538 | | |
| 539 | | .a-media-selection-list-item img |
| 540 | | { |
| 541 | | float: left; |
| 542 | | } |
| | 532 | } |
| | 533 | |
| | 534 | .a-media-selection-list-item img { float: left; } |
| 543 | 535 | |
| 544 | 536 | a#a-media-search-remove |
| … |
… |
|
| 682 | 674 | |
| 683 | 675 | .a-media-thumb-link .a-media-pdf-btn { position: absolute; z-index: 10; width: 100%; height: 100%; background: url(../images/a-media-pdf-btn.png) no-repeat 50% 50%; } |
| 684 | | /*.a-media-thumb-link .a-media-play-btn { position: absolute; z-index: 10; width: 100%; height: 100%; background: url(../images/a-media-play-btn.png) no-repeat 50% 50%; }*/ |
| 685 | 676 | |
| 686 | 677 | .a-media-thumb-link:hover .a-media-select-overlay { display: block; } |
| … |
… |
|
| 1229 | 1220 | width: 100%; |
| 1230 | 1221 | margin: 0; |
| 1231 | | z-index: 9999; |
| | 1222 | z-index: 999; |
| 1232 | 1223 | font-size: 11px; |
| 1233 | 1224 | width: 100%; |
| … |
… |
|
| 1271 | 1262 | visibility: hidden; |
| 1272 | 1263 | } |
| 1273 | | |
| 1274 | 1264 | |
| 1275 | 1265 | .ac_results { |
| … |
… |
|
| 1278 | 1268 | background-color: white; |
| 1279 | 1269 | overflow: hidden; |
| 1280 | | z-index: 99999; |
| | 1270 | z-index: 999; |
| 1281 | 1271 | } |
| 1282 | 1272 | |
| … |
… |
|
| 1350 | 1340 | |
| 1351 | 1341 | .ac_results{ |
| 1352 | | z-index: 9999; |
| | 1342 | z-index: 999; |
| 1353 | 1343 | font-size: 11px; |
| 1354 | 1344 | border: none; |
-
|
r2606
|
r2897
|
|
| 16 | 16 | |
| 17 | 17 | /* Complete page overlay class to create a translucent box overtop of the entier page */ |
| 18 | | .a-page-overlay { display: none; overflow: hidden; position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background: rgba(255,255,255,0.65); z-index: 998; } |
| | 18 | .a-page-overlay { display: none; overflow: hidden; position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background: rgba(255,255,255,0.65); z-index: 996; } |
| 19 | 19 | |
| 20 | 20 | /* Put a spinner anywhere */ |
Download in other formats: