Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-property-list-view.css
| Show First 20 Lines • Show All 170 Lines • ▼ Show 20 Lines | |||||
| .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}; | ||||
| } | } | ||||
| !print .phui-property-list-actions { | |||||
| display: none; | |||||
| } | |||||
| .device .phui-property-list-actions { | .device .phui-property-list-actions { | ||||
| float: none; | float: none; | ||||
| width: auto; | width: auto; | ||||
| margin: -12px 0 12px 0; | margin: -12px 0 12px 0; | ||||
| border: none; | border: none; | ||||
| } | } | ||||
| .phui-property-list-image-content img { | .phui-property-list-image-content img { | ||||
| Show All 16 Lines | |||||