Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-property-list-view.css
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | .phui-property-list-section-header { | ||||
| padding: 16px 4px 0px; | padding: 16px 4px 0px; | ||||
| text-transform: uppercase; | text-transform: uppercase; | ||||
| font-weight: 700; | font-weight: 700; | ||||
| border-color: {$thinblueborder}; | border-color: {$thinblueborder}; | ||||
| border-style: solid; | border-style: solid; | ||||
| border-width: 1px 0 0; | border-width: 1px 0 0; | ||||
| } | } | ||||
| .phui-property-list-container + .phui-property-list-text-content { | |||||
| border-color: {$thinblueborder}; | |||||
| border-style: solid; | |||||
| border-width: 1px 0 0; | |||||
| } | |||||
| .phui-property-list-section-noninitial .phui-property-list-section-header { | .phui-property-list-section-noninitial .phui-property-list-section-header { | ||||
| border-top: none; | border-top: none; | ||||
| } | } | ||||
| .device .phui-property-list-section-header { | .device .phui-property-list-section-header { | ||||
| padding-left: 4px; | padding-left: 4px; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 89 Lines • Show Last 20 Lines | |||||