Differential D10493 Diff 25253 webroot/rsrc/css/application/base/phabricator-application-launch-view.css
Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/phabricator-application-launch-view.css
| Show First 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | .phabricator-application-launch-description { | ||||
| text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9); | text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9); | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| width: 150px; | width: 150px; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| display: inline-block; | display: inline-block; | ||||
| } | } | ||||
| .phabricator-application-beta { | |||||
| position: absolute; | |||||
| top: 4px; | |||||
| left: 4px; | |||||
| color: {$bluetext}; | |||||
| font-size: 11px; | |||||
| } | |||||
| .phabricator-application-launch-attention { | .phabricator-application-launch-attention { | ||||
| position: absolute; | position: absolute; | ||||
| top: 8px; | top: 8px; | ||||
| right: 8px; | right: 8px; | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| font-size: 12px; | font-size: 12px; | ||||
| text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9); | text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9); | ||||
| Show All 13 Lines | |||||