Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-document.css
| Show First 20 Lines • Show All 57 Lines • ▼ Show 20 Lines | .phui-document-content { | ||||
| background: {$page.content}; | background: {$page.content}; | ||||
| } | } | ||||
| .phui-document-content .phabricator-remarkup { | .phui-document-content .phabricator-remarkup { | ||||
| padding: 16px; | padding: 16px; | ||||
| font-size: 14px; | font-size: 14px; | ||||
| } | } | ||||
| .phui-document-view .phui-header-action-links .phui-mobile-menu { | .phui-document-view.has-no-curtain | ||||
| .phui-header-action-links .phui-mobile-menu { | |||||
| display: block; | display: block; | ||||
| } | } | ||||
| .device-phone .phui-document-content .phabricator-remarkup { | .device-phone .phui-document-content .phabricator-remarkup { | ||||
| padding: 8px; | padding: 8px; | ||||
| } | } | ||||
| .device-desktop .phui-document-content .phabricator-action-list-view { | |||||
| display: none; | |||||
| } | |||||
| .phui-document-content .phabricator-remarkup .remarkup-code-block { | .phui-document-content .phabricator-remarkup .remarkup-code-block { | ||||
| clear: both; | clear: both; | ||||
| margin: 16px 0; | margin: 16px 0; | ||||
| } | } | ||||
| .phui-document-view .phui-info-severity-nodata { | .phui-document-view .phui-info-severity-nodata { | ||||
| background-color: {$lightgreybackground}; | background-color: {$lightgreybackground}; | ||||
| } | } | ||||
| Show All 20 Lines | |||||