fix css for form elements on text pages

This commit is contained in:
rlx 2016-01-13 13:42:39 +05:30
parent 1734bcc66f
commit 1a0c5aeab5

View file

@ -2942,6 +2942,11 @@ Miscellaneous
.OxTextPage {
line-height: 16px;
}
.OxTextPage .OxInput,
.OxTextPage .OxLabel,
.OxTextPage .OxSelect {
line-height: 14px;
}
.OxTooltip {
position: absolute;