Commit bd690461 authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Klaus Wölfel

erp5_web_renderjs_ui: customize for buce: notification on the left

parent 1981fe0d
...@@ -1642,12 +1642,14 @@ div[data-gadget-scope='notification'] { ...@@ -1642,12 +1642,14 @@ div[data-gadget-scope='notification'] {
position: fixed; position: fixed;
z-index: 99999; z-index: 99999;
bottom: 12pt; bottom: 12pt;
right: -192pt; /*right: -192pt*/;
left: -200pt;
transition: transform 200ms ease-out; transition: transform 200ms ease-out;
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
} }
div[data-gadget-scope='notification'].visible { div[data-gadget-scope='notification'].visible {
transform: translate3d(-216pt, 0, 0); /*transform: translate3d(-216pt, 0, 0);*/
transform: translate3d(202pt, 0, 0);
} }
div[data-gadget-scope='notification'].visible .error { div[data-gadget-scope='notification'].visible .error {
animation: pulseerrormobile 1s ease-in infinite; animation: pulseerrormobile 1s ease-in infinite;
...@@ -1659,12 +1661,14 @@ div[data-gadget-scope='notification'].visible .error { ...@@ -1659,12 +1661,14 @@ div[data-gadget-scope='notification'].visible .error {
} }
@media not screen and (min-width: 45em) { @media not screen and (min-width: 45em) {
div[data-gadget-scope='notification'].visible { div[data-gadget-scope='notification'].visible {
transform: translate3d(-198pt, 0, 0); /*transform: translate3d(-198pt, 0, 0);*/
transform: translate3d(220pt, 0, 0);
} }
} }
div[data-gadget-scope='notification'] button { div[data-gadget-scope='notification'] button {
text-align: left; text-align: left;
width: 180pt; /*width: 180pt;*/
width: 175pt;
padding: 12pt; padding: 12pt;
color: #f8fff3; color: #f8fff3;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
......
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