mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-13 19:23:47 +02:00
suExec, Filemanager and bug Fixes.
This commit is contained in:
44
static/filemanager/css/fileManager.css
Normal file
44
static/filemanager/css/fileManager.css
Normal file
@@ -0,0 +1,44 @@
|
||||
#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%;
|
||||
}
|
||||
Reference in New Issue
Block a user