major refactoring of javascripts
This commit is contained in:
@@ -698,3 +698,35 @@ div.uploads {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*** notify ***/
|
||||
.notify-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
|
||||
.notify-notification {
|
||||
position: relative;
|
||||
|
||||
.notify-background {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background-color: #333;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.notify-message {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user