Skip to content

Commit 26a0dfd

Browse files
author
Muammer Top
authored
Merge pull request #14 from openclassify/mostafa
static menu fixed
2 parents 698118a + 1202c63 commit 26a0dfd

File tree

4 files changed

+610
-1
lines changed

4 files changed

+610
-1
lines changed

resources/css/theme.css

Lines changed: 10 additions & 0 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;
@@ -3527,4 +3531,10 @@ body.sidebars--static .logo {
35273531
.logo-bar-table {
35283532
height: 53px;
35293533
}
3534+
.topbar-useraction img {
3535+
height: 45px;
3536+
width: 45px;
3537+
padding: 5px;
3538+
margin-right: 15px;
3539+
}
35303540
}

0 commit comments

Comments
 (0)