Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-document-pro.css
| Show First 20 Lines • Show All 74 Lines • ▼ Show 20 Lines | a.button.phui-document-toc { | ||||
| display: inline-block; | display: inline-block; | ||||
| height: 16px; | height: 16px; | ||||
| width: 16px; | width: 16px; | ||||
| padding: 3px 8px 4px 8px; | padding: 3px 8px 4px 8px; | ||||
| } | } | ||||
| .phui-document-view-pro .phui-document-toc-list { | .phui-document-view-pro .phui-document-toc-list { | ||||
| margin: 8px; | margin: 8px; | ||||
| border: 1px solid {$blueborder}; | border: 1px solid {$lightgreyborder}; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| box-shadow: {$dropshadow}; | box-shadow: {$dropshadow}; | ||||
| width: 200px; | width: 200px; | ||||
| position: absolute; | position: absolute; | ||||
| z-index: 30; | z-index: 30; | ||||
| background-color: #fff; | background-color: #fff; | ||||
| top: 52px; | top: 52px; | ||||
| left: -44px; | left: -44px; | ||||
| ▲ Show 20 Lines • Show All 156 Lines • Show Last 20 Lines | |||||