Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/core.css
| Show All 10 Lines | |||||
| } | } | ||||
| .differential-panel h1 { | .differential-panel h1 { | ||||
| border-bottom: 1px solid #aaaa99; | border-bottom: 1px solid #aaaa99; | ||||
| padding-bottom: 8px; | padding-bottom: 8px; | ||||
| margin-bottom: 8px; | margin-bottom: 8px; | ||||
| } | } | ||||
| .differential-unselectable tr td:nth-of-type(1) { | |||||
| -moz-user-select: -moz-none; | |||||
| -khtml-user-select: none; | |||||
| -webkit-user-select: none; | |||||
| -ms-user-select: none; | |||||
| user-select: none; | |||||
| } | |||||
| .differential-content-hidden { | .differential-content-hidden { | ||||
| margin: 0 0 24px 0; | margin: 0 0 24px 0; | ||||
| } | } | ||||