Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/phui-inline-comment.css
| Show First 20 Lines • Show All 470 Lines • ▼ Show 20 Lines | |||||
| .inline-suggestion-line-cell { | .inline-suggestion-line-cell { | ||||
| text-align: right; | text-align: right; | ||||
| background: {$darkgreybackground}; | background: {$darkgreybackground}; | ||||
| width: 36px; | width: 36px; | ||||
| color: {$greytext}; | color: {$greytext}; | ||||
| border-right: 1px solid {$lightgreyborder}; | border-right: 1px solid {$lightgreyborder}; | ||||
| } | } | ||||
| .inline-suggestion-input-cell { | .inline-suggestion-table td.inline-suggestion-input-cell { | ||||
| padding: 8px; | padding: 8px 4px; | ||||
| } | } | ||||
| .inline-suggestion-text-cell { | .inline-suggestion-table td.inline-suggestion-text-cell { | ||||
| padding: 0 8px; | /* This is attempting to align the text in the textarea with the text on | ||||
| the surrounding context lines. */ | |||||
| padding: 0 8px 0 11px; | |||||
| } | } | ||||
| .inline-suggestion-view { | .inline-suggestion-view { | ||||
| padding: 8px 12px; | padding: 4px 0; | ||||
| white-space: pre-wrap; | white-space: pre-wrap; | ||||
| background: {$greybackground}; | background: {$lightgreybackground}; | ||||
| margin: 0 -12px 8px; | margin: 0 -12px 8px; | ||||
| border-width: 1px 0; | border-width: 1px 0; | ||||
| border-style: solid; | border-style: solid; | ||||
| border-color: {$lightgreyborder}; | border-color: {$lightgreyborder}; | ||||
| } | } | ||||
| .diff-1up-simple-table { | |||||
| width: 100%; | |||||
| table-layout: fixed; | |||||
| } | |||||
| .diff-1up-simple-table > tbody > tr > td { | |||||
| padding-left: 12px; | |||||
| padding-right: 12px; | |||||
| } | |||||