Files
CyberPanel/static/filemanager/css/fileManager.css

44 lines
862 B
CSS
Raw Normal View History

2017-12-09 22:30:10 +05:00
#logo{
width: 25%;
}
#navBar{
background: -moz-linear-gradient(#a4dbf5, #8cc5e0);
background: -webkit-linear-gradient(#a4dbf5, #8cc5e0);
background: -o-linear-gradient(#a4dbf5, #8cc5e0);
}
#mainRow{
margin: 1%;
}
#tableHead{
background: -moz-linear-gradient(#a4dbf5, #8cc5e0);
background: -webkit-linear-gradient(#a4dbf5, #8cc5e0);
background: -o-linear-gradient(#a4dbf5, #8cc5e0);
}
#uploadBoxLabel,#htmlEditorLable{
background: -moz-linear-gradient(#a4dbf5, #8cc5e0);
background: -webkit-linear-gradient(#a4dbf5, #8cc5e0);
background: -o-linear-gradient(#a4dbf5, #8cc5e0);
}
.my-drop-zone {
border: dotted 3px lightgray;
margin-bottom: 2%;
}
#queueProg{
margin-bottom: 2%;
}
#htmlEditorContent{
width: 100%;
height: 500px;
}
#htmlEditorStyles{
margin-bottom: 2%;
margin-top: 2%;
}