Skip to content

Commit 2afedfe

Browse files
control panel header and widgets
1 parent 3dd406a commit 2afedfe

File tree

4 files changed

+609
-4
lines changed

4 files changed

+609
-4
lines changed

resources/css/theme.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::primary_color') }} !impor
134134
width: 240px !important;
135135
}
136136
}
137+
.highcharts-credits {
138+
display: none !important;
139+
}
137140
@media (max-width: 767px) {
138141
body.expand #menu {
139142
display: block;
@@ -685,6 +688,7 @@ select + .select2 {
685688
height:45px;
686689
width: 45px;
687690
padding: 5px;
691+
margin-right: 15px;
688692
}
689693
.dont-collapse-sm {
690694
margin-top: 10px !important;
@@ -3528,7 +3532,9 @@ body.sidebars--static .logo {
35283532
height: 53px;
35293533
}
35303534
.topbar-useraction img {
3531-
height: 45px;
3532-
width: 45px;
3533-
padding: 5px;
3535+
height: 45px;
3536+
width: 45px;
3537+
padding: 5px;
3538+
margin-right: 15px;
3539+
}
35343540
}

0 commit comments

Comments
 (0)