From: Jordan Augé Date: Wed, 10 Jul 2013 00:18:04 +0000 (+0200) Subject: updated css for scrolling into flash messages X-Git-Tag: myslice-0.2-1~97 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=58fcdac393c76c25973f9c449fedffe126e836f4 updated css for scrolling into flash messages --- diff --git a/third-party/jquery-notify/ui.notify.css b/third-party/jquery-notify/ui.notify.css index 5f1a71b9..8ace2163 100644 --- a/third-party/jquery-notify/ui.notify.css +++ b/third-party/jquery-notify/ui.notify.css @@ -6,7 +6,7 @@ .ui-notify-message:last-child { margin-bottom:0 } .ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; } .ui-notify-message-style h1 { color:#fff; font-weight:bold } -.ui-notify-message-style p { color:#fff; /* jordan */ max-height: 500px; overflow-y: scroll; } +.ui-notify-message-style p { color:#fff; /* jordan */ max-height: 500px; overflow: auto; } .ui-notify-close { color:#fff; text-decoration:underline } .ui-notify-click { cursor:pointer } .ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }