##// END OF EJS Templates
notifications: restyle a bit so we don't have invisible element obscure html
ergo -
r799:98bb3f4f default
parent child Browse files
Show More
@@ -4,6 +4,7 b''
4 paper-toast{
4 paper-toast{
5 width: 100%;
5 width: 100%;
6 min-width: 400px;
6 min-width: 400px;
7 padding: 0px;
7 --paper-toast-background-color: transparent;
8 --paper-toast-background-color: transparent;
8 --paper-toast-color: #000000;
9 --paper-toast-color: #000000;
9 .box-shadow(none);
10 .box-shadow(none);
@@ -15,13 +16,14 b' paper-toast a{'
15 .toast-message-holder {
16 .toast-message-holder {
16 }
17 }
17 .toast-close {
18 .toast-close {
18 text-align: right;
19 right: -5px;
19
20 position: absolute;
21 bottom: -45px;
20 paper-button{
22 paper-button{
21 .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
23 .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
22 }
24 }
23 }
25 }
24 paper-toast .alert{
26 paper-toast .alert{
25 margin: 0px 0 @padding 0;
27 margin: @padding 0 0 0;
26 .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
28 .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
27 }
29 }
General Comments 0
You need to be logged in to leave comments. Login now