Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/phriction/phriction-document-css.css
| Show All 37 Lines | .phriction-children-header { | ||||
| padding: 8px 0 8px 16px; | padding: 8px 0 8px 16px; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| margin-bottom: 15px; | margin-bottom: 15px; | ||||
| border-bottom: 1px solid {$lightblueborder}; | border-bottom: 1px solid {$lightblueborder}; | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| text-shadow: 0 1px 2px #fff; | text-shadow: 0 1px 2px #fff; | ||||
| } | } | ||||
| .phriction-document-history-diff { | .phriction-document-history-diff .phui-object-item-list-view { | ||||
| padding: 0 2em 2em; | padding: 0 16px; | ||||
| } | } | ||||
| .phriction-revert-table { | .phriction-revert-table { | ||||
| width: 100%; | width: 100%; | ||||
| } | } | ||||
| .phriction-revert-table td { | .phriction-revert-table td { | ||||
| text-align: center; | text-align: center; | ||||
| width: 50%; | width: 50%; | ||||
| padding: .5em 0; | padding: 8px 0; | ||||
| margin: 0 16px; | |||||
| background-color: {$lightbluebackground}; | |||||
| border-top: 1px solid {$lightblueborder}; | |||||
| } | } | ||||
| .phriction-history-nav-table { | .phriction-history-nav-table { | ||||
| width: 100%; | width: 100%; | ||||
| margin-bottom: 20px; | |||||
| } | } | ||||
| .phriction-history-nav-table td { | .phriction-history-nav-table td { | ||||
| width: 50%; | width: 50%; | ||||
| color: {$darkgreytext}; | color: {$darkgreytext}; | ||||
| } | } | ||||
| .phriction-history-nav-table td { | |||||
| padding: 8px 16px; | |||||
| } | |||||
| .phriction-history-nav-table td.nav-next { | .phriction-history-nav-table td.nav-next { | ||||
| text-align: right; | text-align: right; | ||||
| } | } | ||||
| .phui-document-content .phriction-link { | .phui-document-content .phriction-link { | ||||
| font-weight: bold; | font-weight: bold; | ||||
| } | } | ||||