diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 1c2cd28..a137d71 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -82,6 +82,18 @@ html background:#f3f3f3; } +.notification-spacer .container{ + position: absolute; + left: 50%; + transform: translate(-50%,0); + z-index: 999; + max-width: 600px!important; +} + +.notification-spacer .alert{ + box-shadow:0 0 10px 2px rgba(0,0,0,0.1) +} + .code_table { background: #FDF6E3; min-width: 100%; diff --git a/pagure/templates/master.html b/pagure/templates/master.html index c3b8daa..9a64b05 100644 --- a/pagure/templates/master.html +++ b/pagure/templates/master.html @@ -118,18 +118,19 @@ {% if messages %}