Form view improvements to fit smaller screens

On screens with less than 768px content is limited to 2 columns.

On mobile field labels have their own line.

Fix elements width for XS screens
This commit is contained in:
Daniel Torres
2017-01-02 12:24:49 -02:00
committed by Angel Moya Pardo
parent a620134d47
commit b7a6d02f0f
2 changed files with 68 additions and 0 deletions

View File

@@ -22,6 +22,9 @@
<link rel="stylesheet"
href="/web_responsive/static/src/less/app_drawer.less"
/>
<link rel="stylesheet"
href="/web_responsive/static/src/less/form_view.less"
/>
<link rel="stylesheet"
href="/web_responsive/static/src/less/variables.less"
/>