Tad bigger notifications.

This commit is contained in:
Nicolas Stepien 2013-03-10 18:54:02 +01:00
parent 357f943b7f
commit 33984d4092
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -176,7 +176,7 @@ a[href="javascript:;"] {
color: white; color: white;
} }
.notification > .close { .notification > .close {
padding: 4px 6px; padding: 6px;
top: 0; top: 0;
right: 0; right: 0;
position: absolute; position: absolute;
@ -184,7 +184,7 @@ a[href="javascript:;"] {
.message { .message {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding: 4px 20px; padding: 6px 20px;
max-height: 200px; max-height: 200px;
width: 100%; width: 100%;
overflow: auto; overflow: auto;