fixed static file collection for third party components: now relying on symlinks
[myslice.git] / third-party / jquery-notify-1.5 / ui.notify.css
1 .ui-notify { width:500px; position:fixed; top: 67px; right:10px; z-index: 999;}
2 /* .ui-notify { width:350px; position:fixed; top:10px; right:10px; } */
3 .ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; /* jordan */ max-height: 600px; }
4 .ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
5 .ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
6 .ui-notify-message:last-child { margin-bottom:0 }
7 .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; }
8 .ui-notify-message-style h1 { color:#fff; font-weight:bold }
9 .ui-notify-close { color:#fff; text-decoration:underline }
10 .ui-notify-click { cursor:pointer }
11 .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 }
12 .ui-notify-cross:hover { color:#ffffab }
13 .ui-notify-cross:active { position:relative; top:1px }
14 /* jordan */ 
15 .ui-notify-message-style p,.ui-notify-message-style pre { 
16     font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
17     background-color:#111; 
18     color:#eee;
19     max-height: 500px; 
20     overflow: auto; }