mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
44 lines
862 B
CSS
44 lines
862 B
CSS
|
|
#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%;
|
||
|
|
}
|