Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/aphront/table-view.css
| Show First 20 Lines • Show All 149 Lines • ▼ Show 20 Lines | .aphront-table-view td.larger { | ||||
| font-size: {$biggerfontsize}; | font-size: {$biggerfontsize}; | ||||
| } | } | ||||
| .aphront-table-view td.pri { | .aphront-table-view td.pri { | ||||
| font-weight: bold; | font-weight: bold; | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| .aphront-table-view td.top { | |||||
| vertical-align: top; | |||||
| } | |||||
| .aphront-table-view td.wide { | .aphront-table-view td.wide { | ||||
| white-space: normal; | white-space: normal; | ||||
| width: 100%; | width: 100%; | ||||
| } | } | ||||
| .aphront-table-view th.right, | .aphront-table-view th.right, | ||||
| .aphront-table-view td.right { | .aphront-table-view td.right { | ||||
| text-align: right; | text-align: right; | ||||
| ▲ Show 20 Lines • Show All 132 Lines • Show Last 20 Lines | |||||