Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/changeset-view.css
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | .differential-diff td { | ||||
| letter-spacing: 0.0083334px; | letter-spacing: 0.0083334px; | ||||
| vertical-align: top; | vertical-align: top; | ||||
| white-space: pre-wrap; | white-space: pre-wrap; | ||||
| word-wrap: break-word; | word-wrap: break-word; | ||||
| padding: 0 8px 1px; | padding: 0 8px 1px; | ||||
| line-height: 16px; | line-height: 16px; | ||||
| } | } | ||||
| .differential-diff td .zwsp { | |||||
| position: absolute; | |||||
| width: 0; | |||||
| } | |||||
| .differential-diff th { | .differential-diff th { | ||||
| text-align: right; | text-align: right; | ||||
| padding: 2px 6px 0px 0px; | padding: 2px 6px 0px 0px; | ||||
| vertical-align: top; | vertical-align: top; | ||||
| background: {$lightbluebackground}; | background: {$lightbluebackground}; | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| cursor: pointer; | cursor: pointer; | ||||
| border-right: 1px solid {$thinblueborder}; | border-right: 1px solid {$thinblueborder}; | ||||
| ▲ Show 20 Lines • Show All 408 Lines • Show Last 20 Lines | |||||