major refactoring of javascripts

This commit is contained in:
albert
2011-03-10 17:59:42 -05:00
parent efa6856b4a
commit 9c0a961ab2
28 changed files with 168 additions and 415 deletions

View File

@@ -416,3 +416,26 @@ div.users div.new {
/*** Uploads ***/
div.uploads div.new div#upload-guide-notice {
margin-bottom: 2em; }
/*** notify ***/
.notify-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000; }
.notify-container .notify-notification {
position: relative; }
.notify-container .notify-notification .notify-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #333;
z-index: 1; }
.notify-container .notify-notification .notify-message {
position: relative;
z-index: 2;
padding: 20px;
text-align: center;
color: #FFF; }