Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/harbormaster/harbormaster.css
| Show All 20 Lines | .harbormaster-empty-logs-are-hidden { | ||||
| margin: 0 0 20px 0; | margin: 0 0 20px 0; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| color: {$darkgreytext}; | color: {$darkgreytext}; | ||||
| } | } | ||||
| .harbormaster-unit-details { | .harbormaster-unit-details { | ||||
| margin: 8px 0 4px; | margin: 8px 0 4px; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| white-space: pre; | |||||
| text-overflow: ellipsis; | |||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| } | } | ||||
| .harbormaster-unit-details-text { | |||||
| white-space: pre-wrap; | |||||
| text-overflow: ellipsis; | |||||
| } | |||||
| .harbormaster-log-view-loading { | .harbormaster-log-view-loading { | ||||
| padding: 8px; | padding: 8px; | ||||
| text-align: center; | text-align: center; | ||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| } | } | ||||
| .harbormaster-log-table > tbody > tr > th { | .harbormaster-log-table > tbody > tr > th { | ||||
| background-color: {$paste.highlight}; | background-color: {$paste.highlight}; | ||||
| ▲ Show 20 Lines • Show All 128 Lines • Show Last 20 Lines | |||||