Support multi-line notification
This commit is contained in:
parent
30e348f965
commit
a3ef3b34e1
2 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ a { color: black }
|
||||||
.notification .close:hover { color: black }
|
.notification .close:hover { color: black }
|
||||||
.notification .close:active, .notification .close:focus { color: #AF3BFF }
|
.notification .close:active, .notification .close:focus { color: #AF3BFF }
|
||||||
.notification small { color: #AAA }
|
.notification small { color: #AAA }
|
||||||
|
.notification .multiline { white-space: normal; max-width: 300px; }
|
||||||
.body-white .notification { box-shadow: 0 1px 9px rgba(0,0,0,0.1) }
|
.body-white .notification { box-shadow: 0 1px 9px rgba(0,0,0,0.1) }
|
||||||
|
|
||||||
/* Notification select */
|
/* Notification select */
|
||||||
|
|
|
@ -71,6 +71,7 @@ a { color: black }
|
||||||
.notification .close:hover { color: black }
|
.notification .close:hover { color: black }
|
||||||
.notification .close:active, .notification .close:focus { color: #AF3BFF }
|
.notification .close:active, .notification .close:focus { color: #AF3BFF }
|
||||||
.notification small { color: #AAA }
|
.notification small { color: #AAA }
|
||||||
|
.notification .multiline { white-space: normal; max-width: 300px; }
|
||||||
.body-white .notification { -webkit-box-shadow: 0 1px 9px rgba(0,0,0,0.1) ; -moz-box-shadow: 0 1px 9px rgba(0,0,0,0.1) ; -o-box-shadow: 0 1px 9px rgba(0,0,0,0.1) ; -ms-box-shadow: 0 1px 9px rgba(0,0,0,0.1) ; box-shadow: 0 1px 9px rgba(0,0,0,0.1) }
|
.body-white .notification { -webkit-box-shadow: 0 1px 9px rgba(0,0,0,0.1) ; -moz-box-shadow: 0 1px 9px rgba(0,0,0,0.1) ; -o-box-shadow: 0 1px 9px rgba(0,0,0,0.1) ; -ms-box-shadow: 0 1px 9px rgba(0,0,0,0.1) ; box-shadow: 0 1px 9px rgba(0,0,0,0.1) }
|
||||||
|
|
||||||
/* Notification select */
|
/* Notification select */
|
||||||
|
|
Loading…
Reference in a new issue