Changeset 533:ea70a45594c7 in documentViewer for css
- Timestamp:
- Jul 25, 2012, 7:35:26 PM (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
css/docuviewer.css
r532 r533 3 3 background-color: #ebebeb; 4 4 margin: 5px; 5 font-family: Verdana,Arial,sans-serif; 5 6 font-size: 12px; 6 7 } … … 70 71 71 72 div.toc-switcher { 72 /* position: relative; */ 73 display: table-cell; 74 width: 28px; 73 display: table-cell; 74 width: 26.5px; /* for moz and webkit -- don't ask me */ 75 75 } 76 76 div.toc-switcher ul { 77 77 position: absolute; 78 z-index: 20;78 /* z-index: 20; */ 79 79 transform: rotate(270deg); 80 80 transform-origin: top left; … … 105 105 106 106 div.tocbody { 107 z-index: 10;107 /* z-index: 10; */ 108 108 display: table-cell; 109 109 border: 1px solid silver;
Note: See TracChangeset
for help on using the changeset viewer.