Commit d719e508 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Use the same color for action button whatever the screen size

parent b9af961d
......@@ -668,6 +668,10 @@ div[data-gadget-scope='header'] .ui-header .ui-controlgroup-controls a::before {
display: none;
}
}
div[data-gadget-scope='header'] .ui-header > .ui-btn-right button,
div[data-gadget-scope='header'] .ui-header > .ui-btn-right a {
background-color: #F60;
}
@media only screen and (max-width: 28em), only screen and (min-width: 28em) and (max-width: 62em) {
div[data-gadget-scope='header'] .ui-header > .ui-btn-right button,
div[data-gadget-scope='header'] .ui-header > .ui-btn-right a {
......@@ -682,7 +686,6 @@ div[data-gadget-scope='header'] .ui-header .ui-controlgroup-controls a::before {
div[data-gadget-scope='header'] .ui-header > .ui-btn-right a {
margin: 0.5em;
margin-left: 2em;
background-color: #F60;
}
}
div[data-gadget-scope='header'] .ui-header h1 {
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>952.43237.60126.16605</string> </value>
<value> <string>952.44617.5284.46489</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1468938671.47</float>
<float>1469115939.36</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -746,8 +746,9 @@ div[data-gadget-scope='header'] .ui-header {
}
& > .ui-btn-right {
@media @smartphone, @tablet {
button, a {
button, a {
background-color: #F60;
@media @smartphone, @tablet {
border-left: 1px solid rgba(255, 255, 255, 0.55);
}
}
......@@ -757,7 +758,6 @@ div[data-gadget-scope='header'] .ui-header {
margin: 0.5em;
// XXX TODO: same than main page padding
margin-left: 2em;
background-color: #F60;
}
}
}
......
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