Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-left-right.css
| Show All 15 Lines | .phui-left-view { | ||||
| text-align: left; | text-align: left; | ||||
| } | } | ||||
| .phui-right-view { | .phui-right-view { | ||||
| display: table-cell; | display: table-cell; | ||||
| text-align: right; | text-align: right; | ||||
| } | } | ||||
| .phui-left-view .button { | |||||
| margin-right: 8px; | |||||
| } | |||||
| .phui-right-view .button { | |||||
| margin-left: 8px; | |||||
| } | |||||
| .phui-lr-view-top .phui-left-view, | .phui-lr-view-top .phui-left-view, | ||||
| .phui-lr-view-top .phui-right-view { | .phui-lr-view-top .phui-right-view { | ||||
| vertical-align: top; | vertical-align: top; | ||||
| } | } | ||||
| .phui-lr-view-bottom .phui-left-view, | .phui-lr-view-bottom .phui-left-view, | ||||
| .phui-lr-view-bottom .phui-right-view { | .phui-lr-view-bottom .phui-right-view { | ||||
| vertical-align: bottom; | vertical-align: bottom; | ||||
| } | } | ||||