22 lines
283 B
CSS
22 lines
283 B
CSS
|
/*
|
||
|
Created on : Oct 21, 2015, 1:15:03 PM
|
||
|
Author : Fornax
|
||
|
*/
|
||
|
.uploadQueueSideBar{
|
||
|
|
||
|
}
|
||
|
|
||
|
.uploadQueueToggleButton{
|
||
|
|
||
|
}
|
||
|
|
||
|
.uploadNotification{
|
||
|
position: fixed;
|
||
|
background-color: #333;
|
||
|
border: 2px #555 outset;
|
||
|
|
||
|
height: 100px;
|
||
|
width: 200px;
|
||
|
right: 10px;
|
||
|
bottom: 10px;
|
||
|
}
|