Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-document-pro.css
| /** | /** | ||||
| * @provides phui-document-view-pro-css | * @provides phui-document-view-pro-css | ||||
| */ | */ | ||||
| .phui-document-view.phui-document-view-pro { | .phui-document-view.phui-document-view-pro { | ||||
| max-width: 800px; | max-width: 800px; | ||||
| padding: 16px 16px 64px 16px; | padding: 16px 16px 64px 16px; | ||||
| margin: 0 auto; | margin: 0 auto; | ||||
| } | } | ||||
| .phui-document-view.phui-document-view-pro.has-curtain { | |||||
| max-width: 1132px; | |||||
| } | |||||
| .printable .phui-document-view.phui-document-view-pro.has-curtain { | |||||
| max-width: none; | |||||
| } | |||||
| .device-desktop .phui-document-inner { | |||||
| overflow: hidden; | |||||
| } | |||||
| .device-desktop .has-curtain .phui-document-content-view { | |||||
| padding-right: 332px; | |||||
| } | |||||
| .printable .phui-document-content-view { | |||||
| padding-right: 0; | |||||
| } | |||||
| .device-desktop .phui-document-curtain { | |||||
| float: right; | |||||
| width: 300px; | |||||
| } | |||||
| .printable .phui-document-curtain { | |||||
| display: none; | |||||
| } | |||||
| .phui-document-container { | .phui-document-container { | ||||
| background-color: {$page.content}; | background-color: {$page.content}; | ||||
| position: relative; | position: relative; | ||||
| border-bottom: 1px solid #dedee1; | border-bottom: 1px solid #dedee1; | ||||
| } | } | ||||
| .phui-document-view-pro-box, | .phui-document-view-pro-box, | ||||
| .phui-document-properties { | .phui-document-properties { | ||||
| ▲ Show 20 Lines • Show All 239 Lines • Show Last 20 Lines | |||||