Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-form-view.css
| Show First 20 Lines • Show All 148 Lines • ▼ Show 20 Lines | |||||
| .aphront-form-control-textarea textarea.aphront-textarea-very-short { | .aphront-form-control-textarea textarea.aphront-textarea-very-short { | ||||
| height: 44px; | height: 44px; | ||||
| } | } | ||||
| .aphront-form-control-textarea textarea.aphront-textarea-very-tall { | .aphront-form-control-textarea textarea.aphront-textarea-very-tall { | ||||
| height: 24em; | height: 24em; | ||||
| } | } | ||||
| .aphront-form-control-textarea-monospace { | |||||
| font-family: monospace; | |||||
| } | |||||
| .aphront-form-control-select .aphront-form-input { | .aphront-form-control-select .aphront-form-input { | ||||
| padding-top: 2px; | padding-top: 2px; | ||||
| } | } | ||||
| .phui-form-view .aphront-form-caption { | .phui-form-view .aphront-form-caption { | ||||
| font-size: {$smallerfontsize}; | font-size: {$smallerfontsize}; | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| padding: 8px 0; | padding: 8px 0; | ||||
| ▲ Show 20 Lines • Show All 365 Lines • Show Last 20 Lines | |||||