Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-form-view.css
| Show All 9 Lines | .device-phone .phui-object-box .phui-form-view { | ||||
| padding: 0; | padding: 0; | ||||
| } | } | ||||
| .phui-form-view.phui-form-full-width { | .phui-form-view.phui-form-full-width { | ||||
| padding: 0; | padding: 0; | ||||
| } | } | ||||
| .phui-form-view label.aphront-form-label { | .phui-form-view label.aphront-form-label { | ||||
| padding-top: 5px; | |||||
| width: 19%; | width: 19%; | ||||
| height: 28px; | |||||
| line-height: 28px; | |||||
| float: left; | float: left; | ||||
| text-align: right; | text-align: right; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| font-size: {$normalfontsize}; | font-size: {$normalfontsize}; | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| -webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 515 Lines • Show Last 20 Lines | |||||