# HG changeset patch # User Marcin Lulek # Date 2016-09-15 10:04:05 # Node ID 98bb3f4f79a567565270487b6e96c1fdd9c18ad4 # Parent a3510314701bc89c570f240c2250f85b9939e7f2 notifications: restyle a bit so we don't have invisible element obscure html diff --git a/rhodecode/public/js/src/components/rhodecode-toast/rhodecode-toast.less b/rhodecode/public/js/src/components/rhodecode-toast/rhodecode-toast.less --- a/rhodecode/public/js/src/components/rhodecode-toast/rhodecode-toast.less +++ b/rhodecode/public/js/src/components/rhodecode-toast/rhodecode-toast.less @@ -4,6 +4,7 @@ paper-toast{ width: 100%; min-width: 400px; + padding: 0px; --paper-toast-background-color: transparent; --paper-toast-color: #000000; .box-shadow(none); @@ -15,13 +16,14 @@ paper-toast a{ .toast-message-holder { } .toast-close { - text-align: right; - + right: -5px; + position: absolute; + bottom: -45px; paper-button{ .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15)); } } paper-toast .alert{ - margin: 0px 0 @padding 0; + margin: @padding 0 0 0; .box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15)); }