Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-property-list-view.css
| Show First 20 Lines • Show All 161 Lines • ▼ Show 20 Lines | .phui-property-list-properties-wrap { | ||||
| float: left; | float: left; | ||||
| width: 78%; | width: 78%; | ||||
| } | } | ||||
| .device .phui-property-list-properties-wrap { | .device .phui-property-list-properties-wrap { | ||||
| width: auto; | width: auto; | ||||
| border: none; | border: none; | ||||
| float: none; | float: none; | ||||
| overflow: auto; | |||||
| } | } | ||||
| .phui-property-list-actions { | .phui-property-list-actions { | ||||
| width: 20%; | width: 20%; | ||||
| float: right; | float: right; | ||||
| margin-right: 12px; | margin-right: 12px; | ||||
| border-left: 1px solid {$thinblueborder}; | border-left: 1px solid {$thinblueborder}; | ||||
| } | } | ||||
| Show All 29 Lines | |||||