Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-head-thing.css
| /** | /** | ||||
| * @provides phui-head-thing-view-css | * @provides phui-head-thing-view-css | ||||
| */ | */ | ||||
| .phui-head-thing-view { | .phui-head-thing-view { | ||||
| height: 24px; | height: 24px; | ||||
| line-height: 22px; | line-height: 22px; | ||||
| color: {$greytext}; | color: {$greytext}; | ||||
| } | |||||
| .phui-head-thing-view.phui-head-has-image { | |||||
| position: relative; | position: relative; | ||||
| padding-left: 32px; | padding-left: 32px; | ||||
| } | } | ||||
| .device-phone .phui-two-column-subheader .phui-head-thing-view { | .device-phone .phui-two-column-subheader .phui-head-thing-view { | ||||
| min-height: 24px; | min-height: 24px; | ||||
| height: auto; | height: auto; | ||||
| line-height: inherit; | line-height: inherit; | ||||
| Show All 17 Lines | |||||