Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-info-view.css
| /** | /** | ||||
| * @provides phui-info-view-css | * @provides phui-info-view-css | ||||
| */ | */ | ||||
| .phui-info-view { | .phui-info-view { | ||||
| border-style: solid; | border-style: solid; | ||||
| border-width: 1px; | border-width: 1px; | ||||
| margin: 16px; | margin: 16px; | ||||
| padding: 12px; | padding: 12px; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| } | } | ||||
| .phui-info-view.phui-info-view-flush { | |||||
| margin: 0 0 20px 0; | |||||
| } | |||||
| .device .phui-info-view { | .device .phui-info-view { | ||||
| margin: 8px; | margin: 8px; | ||||
| } | } | ||||
| .phui-info-view .phui-form-view { | .phui-info-view .phui-form-view { | ||||
| padding: 0; | padding: 0; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 101 Lines • Show Last 20 Lines | |||||