mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
bug fix: css
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.current-pack{
|
||||
.current-pack {
|
||||
padding-top: 1.5%;
|
||||
color: #3e4855;
|
||||
font-weight: bold;
|
||||
@@ -6,12 +6,12 @@
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.website-content-box{
|
||||
.website-content-box {
|
||||
border-radius: 25px;
|
||||
border-color:#3498db
|
||||
border-color: #3498db
|
||||
}
|
||||
|
||||
.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
|
||||
.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {
|
||||
color: #777777;
|
||||
font-weight: 400;
|
||||
border-color: #cccccc;
|
||||
@@ -30,7 +30,7 @@
|
||||
margin: 10px 12px;
|
||||
}
|
||||
|
||||
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
|
||||
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
|
||||
/* padding: 10px; */
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
@@ -40,24 +40,31 @@
|
||||
.mt-5 {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.mt-10 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.mt-20 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.mt-30 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.mr-10 {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.mb-10 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.ml-10 {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.my-10 {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
@@ -67,6 +74,7 @@
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.mx-10 {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
@@ -106,14 +114,14 @@
|
||||
*/
|
||||
.bg-gradient-9 {
|
||||
background: #0daeff; /* Old browsers */
|
||||
background: -moz-linear-gradient(-45deg, #0daeff 0%,#3939ad 30%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(-45deg, #0daeff 0%,#3939ad 30%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(-45deg, #0daeff 0%,#3939ad 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3939ad', endColorstr='#0daeff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
|
||||
background: -moz-linear-gradient(-45deg, #0daeff 0%, #3939ad 30%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(-45deg, #0daeff 0%, #3939ad 30%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(-45deg, #0daeff 0%, #3939ad 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3939ad', endColorstr='#0daeff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
|
||||
}
|
||||
|
||||
#page-header .user-account-btn>a.user-profile .glyph-icon, .logo-bg {
|
||||
background-color: rgba(0,0,0,.15);
|
||||
#page-header .user-account-btn > a.user-profile .glyph-icon, .logo-bg {
|
||||
background-color: rgba(0, 0, 0, .15);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -137,19 +145,22 @@ a:hover {
|
||||
.align-center {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.text-bold {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.tile-box-shortcut .tile-header {
|
||||
background: 0 0;
|
||||
padding: 25px;
|
||||
padding: 1.85em 1.75em;
|
||||
position: absolute;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
left: 3em;
|
||||
left: 1.75em;
|
||||
bottom: 0px;
|
||||
}
|
||||
.tile-box-shortcut .tile-content-wrapper>.glyph-icon {
|
||||
|
||||
.tile-box-shortcut .tile-content-wrapper > .glyph-icon {
|
||||
position: absolute;
|
||||
left: 25px;
|
||||
top: 40px;
|
||||
@@ -158,14 +169,15 @@ a:hover {
|
||||
.fa {
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
font-size: 2.25em;
|
||||
font-size: 1.75em;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
position: absolute;
|
||||
left: 25px;
|
||||
left: 20px;
|
||||
top: 28px;
|
||||
}
|
||||
|
||||
.bs-badge {
|
||||
font-size: 18px;
|
||||
font-weight: 100;
|
||||
@@ -176,27 +188,33 @@ a:hover {
|
||||
border-radius: 2px;
|
||||
color: #afeeee;
|
||||
}
|
||||
|
||||
.tile-box-shortcut .bs-badge {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
top: 30px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#sidebar-menu {
|
||||
background: #EAEAF1;
|
||||
}
|
||||
|
||||
#page-sidebar ul li a .glyph-icon {
|
||||
color: #191970;
|
||||
}
|
||||
|
||||
#header-logo .logo-content-big, .logo-content-small {
|
||||
height: 40px;
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
#mobile-navigation .logo-content-small {
|
||||
width: 50px;
|
||||
display: block;
|
||||
left: 75px;
|
||||
}
|
||||
|
||||
#header-nav-left {
|
||||
margin: 0 20px;
|
||||
}
|
||||
@@ -205,12 +223,18 @@ a:hover {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
#sb-site, .sb-site-container {
|
||||
min-height: 250vh;
|
||||
}
|
||||
|
||||
.service-panel {
|
||||
background: #A1BDC6 !important;
|
||||
}
|
||||
|
||||
.serviceImg img {
|
||||
box-shadow: 0 0 2px 1px rgba(0,0,0,.05);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, .05);
|
||||
}
|
||||
|
||||
.btn-icon {
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
@@ -229,11 +253,33 @@ a:hover {
|
||||
background: #33ADFF;
|
||||
border-color: #0099FF;
|
||||
}
|
||||
.btn-primary:hover,.btn-primary:focus {
|
||||
|
||||
.btn-primary:hover, .btn-primary:focus {
|
||||
background: #5CBDFF;
|
||||
border-color: #33ADFF;
|
||||
}
|
||||
|
||||
.btn-min-width {
|
||||
min-width: 300px;
|
||||
min-width: 275px;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 425px) {
|
||||
|
||||
.tile-box-shortcut .tile-header {
|
||||
left: .5em;
|
||||
font-size: 16px;
|
||||
padding: 1.75em .5em;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.fa {
|
||||
font-size: 1.5em;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
[class^='col-'] {
|
||||
padding-left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user