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 {
.gadget-content {
padding: 2em;
padding-top: 9em;
/* middle screen */
/* form validation (assuming label>span is used) */
}
.gadget-content input[type='submit'] {
......@@ -949,15 +948,6 @@ div[data-gadget-scope='header'] .ui-header ul a {
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) {
.gadget-content .ui-field-contain {
display: flex;
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>952.55889.44982.47035</string> </value>
<value> <string>952.56098.10825.23364</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1469697711.89</float>
<float>1469710664.99</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -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 {
// Label
.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