Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-two-column-view.css
| Show First 20 Lines • Show All 153 Lines • ▼ Show 20 Lines | .phui-two-column-view .phui-property-list-container | ||||
| .keyboard-shortcuts-available { | .keyboard-shortcuts-available { | ||||
| display: none; | display: none; | ||||
| } | } | ||||
| .device .phui-two-column-content .phui-two-column-properties.phui-object-box { | .device .phui-two-column-content .phui-two-column-properties.phui-object-box { | ||||
| padding: 0 12px; | padding: 0 12px; | ||||
| } | } | ||||
| .phabricator-action-view button.phabricator-action-view-item, | |||||
| .phabricator-action-view-item { | |||||
| padding: 5px 4px 5px 28px; | |||||
| } | |||||
| .device-desktop .phui-two-column-properties .phabricator-action-view-href:hover | |||||
| .phabricator-action-view-item { | |||||
| text-decoration: none; | |||||
| background-color: rgba({$alphablue}, .08); | |||||
| color: {$sky}; | |||||
| border-radius: 3px; | |||||
| } | |||||
| .device-desktop .phui-two-column-properties .phabricator-action-view-href:hover | |||||
| .phabricator-action-view-icon { | |||||
| color: {$sky}; | |||||
| } | |||||
| .phui-two-column-view .phui-property-list-section-header, | .phui-two-column-view .phui-property-list-section-header, | ||||
| .phui-two-column-view .phui-property-list-text-content { | .phui-two-column-view .phui-property-list-text-content { | ||||
| margin: 0 16px; | margin: 0 16px; | ||||
| } | } | ||||
| .device .phui-two-column-view .phui-property-list-section-header, | .device .phui-two-column-view .phui-property-list-section-header, | ||||
| .device .phui-two-column-view .phui-property-list-text-content { | .device .phui-two-column-view .phui-property-list-text-content { | ||||
| margin: 0 8px; | margin: 0 8px; | ||||
| } | } | ||||
| /* Info View */ | /* Info View */ | ||||
| .phui-two-column-view .phui-info-view { | .phui-two-column-view .phui-info-view { | ||||
| margin: 0 0 20px 0; | margin: 0 0 20px 0; | ||||
| padding: 16px; | padding: 16px; | ||||
| } | } | ||||
| .device .phui-two-column-view .phui-info-view { | .device .phui-two-column-view .phui-info-view { | ||||
| margin: 0 0 20px 0; | margin: 0 0 20px 0; | ||||
| padding: 12px; | padding: 12px; | ||||
| } | } | ||||
| .phui-two-column-view .phui-oi-empty .phui-info-view { | |||||
| margin: 0; | |||||
| } | |||||
| .phui-two-column-view .phui-side-column .phui-oi-empty | .phui-two-column-view .phui-side-column .phui-oi-empty | ||||
| .phui-info-view { | .phui-info-view { | ||||
| margin-bottom: 0; | margin-bottom: 0; | ||||
| } | } | ||||
| .phui-two-column-view .phui-box-blue-property | .phui-two-column-view .phui-box-blue-property | ||||
| .phui-header-shell + .phui-info-view { | .phui-header-shell + .phui-info-view { | ||||
| Show All 26 Lines | |||||