Commit f1ad6c0b authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Keep label same identical for all screens

parent bba9321c
...@@ -846,7 +846,6 @@ div[data-gadget-scope='header'] .ui-header ul a { ...@@ -846,7 +846,6 @@ div[data-gadget-scope='header'] .ui-header ul a {
.gadget-content { .gadget-content {
padding: 2em; padding: 2em;
padding-top: 9em; padding-top: 9em;
/* middle screen */
/* form validation (assuming label>span is used) */ /* form validation (assuming label>span is used) */
} }
.gadget-content input[type='submit'] { .gadget-content input[type='submit'] {
...@@ -949,15 +948,6 @@ div[data-gadget-scope='header'] .ui-header ul a { ...@@ -949,15 +948,6 @@ div[data-gadget-scope='header'] .ui-header ul a {
padding-left: 2%; padding-left: 2%;
} }
} }
@media only screen and (min-width: 28em) and (max-width: 62em) {
.gadget-content {
/* reset min/max width and shrink labels ... */
}
.gadget-content label,
.gadget-content legend {
font-size: 80%;
}
}
@media only screen and (min-width: 28em) and (max-width: 62em), only screen and (min-width: 62em) { @media only screen and (min-width: 28em) and (max-width: 62em), only screen and (min-width: 62em) {
.gadget-content .ui-field-contain { .gadget-content .ui-field-contain {
display: flex; display: flex;
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>952.55889.44982.47035</string> </value> <value> <string>952.56098.10825.23364</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1469697711.89</float> <float>1469710664.99</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1095,15 +1095,6 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -1095,15 +1095,6 @@ div[data-gadget-scope='header'] .ui-header {
} }
} }
/* middle screen */
@media @tablet {
/* reset min/max width and shrink labels ... */
label, legend {
font-size: 80%;
}
}
@media @tablet, @desktop { @media @tablet, @desktop {
// Label // Label
.ui-field-contain { .ui-field-contain {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment