Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/aphront/table-view.css
| Show First 20 Lines • Show All 154 Lines • ▼ Show 20 Lines | .aphront-table-view td.pri { | ||||
| font-weight: bold; | font-weight: bold; | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| .aphront-table-view td.top { | .aphront-table-view td.top { | ||||
| vertical-align: top; | vertical-align: top; | ||||
| } | } | ||||
| /* Apply this rule to both "<th />" and "<td />" so that the header widths | |||||
| are correct if the table has no rows. */ | |||||
| .aphront-table-view th.wide, | |||||
| .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 197 Lines • Show Last 20 Lines | |||||