Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/diff/diff-tree-view.css
| /** | /** | ||||
| * @provides diff-tree-view-css | * @provides diff-tree-view-css | ||||
| */ | */ | ||||
| .diff-tree-view { | .diff-tree-view { | ||||
| margin: 0 4px; | margin: 0 4px; | ||||
| } | } | ||||
| .diff-tree-path { | .diff-tree-path { | ||||
| height: 20px; | height: 20px; | ||||
| color: {$greytext}; | |||||
| line-height: 20px; | line-height: 20px; | ||||
| color: {$greytext}; | |||||
| } | } | ||||
| .diff-tree-path-indent { | .diff-tree-path-indent { | ||||
| position: relative; | position: relative; | ||||
| } | } | ||||
| .diff-tree-path-icon { | .diff-tree-path-icon { | ||||
| position: absolute; | position: absolute; | ||||
| width: 20px; | width: 20px; | ||||
| height: 20px; | height: 20px; | ||||
| text-align: center; | text-align: center; | ||||
| } | } | ||||
| .diff-tree-path-icon .phui-icon-view { | |||||
| color: {$greytext}; | |||||
| } | |||||
| .diff-tree-path-name { | .diff-tree-path-name { | ||||
| margin-left: 24px; | margin-left: 22px; | ||||
| margin-right: 44px; | margin-right: 44px; | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| } | } | ||||
| .diff-tree-path-changeset { | .diff-tree-path-changeset { | ||||
| cursor: pointer; | cursor: pointer; | ||||
| Show All 40 Lines | |||||