Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-property-list-view.css
| Show First 20 Lines • Show All 68 Lines • ▼ Show 20 Lines | .phui-property-list-value { | ||||
| line-height: 17px; | line-height: 17px; | ||||
| } | } | ||||
| .device-desktop .phui-property-list-value { | .device-desktop .phui-property-list-value { | ||||
| width: 78%; | width: 78%; | ||||
| margin-left: 1%; | margin-left: 1%; | ||||
| float: left; | float: left; | ||||
| margin-bottom: 4px; | margin-bottom: 4px; | ||||
| overflow-x: auto; | |||||
| } | } | ||||
| .device .phui-property-list-value, | .device .phui-property-list-value, | ||||
| .phui-property-list-properties.phui-property-list-stacked | .phui-property-list-properties.phui-property-list-stacked | ||||
| .phui-property-list-value { | .phui-property-list-value { | ||||
| padding: 0 16px; | padding: 0 16px; | ||||
| margin-bottom: 8px; | margin-bottom: 8px; | ||||
| width: auto; | width: auto; | ||||
| ▲ Show 20 Lines • Show All 115 Lines • Show Last 20 Lines | |||||