make flash messages prettier
modified: remarkbox_theme_meta/static/theme/meta/css/diff.css
This commit is contained in:
parent
b38f7872d0
commit
e38d6372d8
1 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue