Commit 7a5d6b21 authored by Romain Courteaud's avatar Romain Courteaud 🐙

[erp5_web_renderjs_ui] Decrease the subheader size

parent 70532fa2
...@@ -747,8 +747,8 @@ div[data-gadget-scope='header'] .ui-header ul a { ...@@ -747,8 +747,8 @@ div[data-gadget-scope='header'] .ui-header ul a {
} }
div[data-gadget-scope='header'] .ui-header ul li a { div[data-gadget-scope='header'] .ui-header ul li a {
display: block; display: block;
padding-top: 0.8em; padding-top: 0.4em;
padding-bottom: 0.8em; padding-bottom: 0.4em;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
...@@ -758,12 +758,6 @@ div[data-gadget-scope='header'] .ui-header ul a { ...@@ -758,12 +758,6 @@ div[data-gadget-scope='header'] .ui-header ul a {
display: block; display: block;
} }
} }
@media only screen and (max-width: 28em) and only screen and (max-width: 28em), only screen and (min-width: 28em) and (max-width: 62em) and only screen and (max-width: 28em), only screen and (max-width: 28em) and only screen and (min-width: 28em) and (max-width: 62em), only screen and (min-width: 28em) and (max-width: 62em) and only screen and (min-width: 28em) and (max-width: 62em) {
div[data-gadget-scope='header'] .ui-header ul li a {
padding-top: 0.2em;
padding-bottom: 0.2em;
}
}
/********************************************** /**********************************************
* Gadget: main * Gadget: main
**********************************************/ **********************************************/
......
...@@ -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.41846.15957.29576</string> </value> <value> <string>952.42875.62060.46250</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>1468855551.83</float> <float>1468917075.02</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -858,12 +858,8 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -858,12 +858,8 @@ div[data-gadget-scope='header'] .ui-header {
a { a {
display: block; display: block;
padding-top: 0.8em; padding-top: 0.4em;
padding-bottom: 0.8em; padding-bottom: 0.4em;
@media @smartphone, @tablet {
padding-top: 0.2em;
padding-bottom: 0.2em;
}
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
......
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