X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=third-party%2Fjquery-notify%2Fui.notify.css;h=7d88a6077d5cc81ac80c972d607ccd1af79fe92b;hb=e43a74a15c125306412f66b5696043864c6e4aca;hp=8ace2163ec5f4e0465e2dec70b1c3d1140d447f0;hpb=4c7212bd04ddb65511c42aac5bae6fc3044cd846;p=unfold.git diff --git a/third-party/jquery-notify/ui.notify.css b/third-party/jquery-notify/ui.notify.css index 8ace2163..7d88a607 100644 --- a/third-party/jquery-notify/ui.notify.css +++ b/third-party/jquery-notify/ui.notify.css @@ -1,4 +1,4 @@ -.ui-notify { width:350px; position:fixed; top: 67px; right:10px; z-index: 999;} +.ui-notify { width:500px; position:fixed; top: 67px; right:10px; z-index: 999;} /* .ui-notify { width:350px; position:fixed; top:10px; right:10px; } */ .ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; /* jordan */ max-height: 600px; } .ui-notify-message h1 { font-size:14px; margin:0; padding:0 } @@ -6,9 +6,15 @@ .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: 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 } .ui-notify-cross:hover { color:#ffffab } .ui-notify-cross:active { position:relative; top:1px } +/* jordan */ +.ui-notify-message-style p,.ui-notify-message-style pre { + font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + background-color:#111; + color:#eee; + max-height: 500px; + overflow: auto; }