make flash messages prettier

modified:   remarkbox_theme_meta/static/theme/meta/css/diff.css
This commit is contained in:
russellballestrini 2017-10-06 22:01:48 -04:00
parent b38f7872d0
commit e38d6372d8

View file

@ -85,17 +85,17 @@ ul {
/* alerts */
#alerts {
width: 36%;
width: 60%;
right: 40%;
margin: auto;
right: 50%;
margin-right: -18%;
margin-right: -20%;
position: fixed;
z-index: 100;
}
.close {
margin-left: 10px;
float: left;
margin-right: 10px;
float: right;
}
.alert {