1 |
brianr |
1.1 |
diff -urN smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-content.css smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-content.css |
2 |
|
|
--- smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-content.css 2022-03-15 10:43:38.433709018 +0000 |
3 |
|
|
+++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-content.css 2022-03-14 11:15:00.000000000 +0000 |
4 |
|
|
@@ -145,4 +145,3 @@ |
5 |
|
|
background-color:lightgrey; |
6 |
|
|
} |
7 |
|
|
|
8 |
|
|
- |
9 |
|
|
diff -urN smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css |
10 |
|
|
--- smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css 2022-03-15 10:43:38.414708825 +0000 |
11 |
|
|
+++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css 2022-03-15 10:39:00.000000000 +0000 |
12 |
|
|
@@ -88,6 +88,11 @@ |
13 |
|
|
-webkit-text-fill-color:#343a40; |
14 |
|
|
} |
15 |
|
|
|
16 |
|
|
+.text-sm .nav-link { |
17 |
|
|
+ padding: 0; |
18 |
|
|
+ padding-left:10px; |
19 |
|
|
+ } |
20 |
|
|
+ |
21 |
|
|
|
22 |
|
|
|
23 |
|
|
|
24 |
|
|
\ No newline at end of file |
25 |
|
|
diff -urN smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep |
26 |
|
|
--- smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep 2022-03-15 10:43:38.433709018 +0000 |
27 |
|
|
+++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep 2022-03-14 14:23:00.000000000 +0000 |
28 |
|
|
@@ -303,6 +303,9 @@ |
29 |
|
|
$("#h2e22").addClass("float-right"); |
30 |
|
|
$("#h2e23").addClass("float-right"); |
31 |
|
|
$("#h2e12").addClass("float-right"); |
32 |
|
|
+ |
33 |
|
|
+ //table sort icon |
34 |
|
|
+ $(".column-sort").addClass("fa fa-sort"); |
35 |
|
|
|
36 |
|
|
/*Dark mode changes*/ |
37 |
|
|
var mode = localStorage.getItem('darkmode'); |
38 |
|
|
@@ -318,6 +321,7 @@ |
39 |
|
|
$("#fontsizeid").val(fontsize).change(); |
40 |
|
|
|
41 |
|
|
|
42 |
|
|
+ |
43 |
|
|
var url = window.location; |
44 |
|
|
|
45 |
|
|
// for sidebar menu entirely but not cover treeview - not yet working... |
46 |
|
|
@@ -357,6 +361,7 @@ |
47 |
|
|
}; |
48 |
|
|
}(jQuery)); |
49 |
|
|
|
50 |
|
|
+ |
51 |
|
|
/** add active class and stay opened when selected */ |
52 |
|
|
|
53 |
|
|
// for treeview - not currently used. (but I may do!!) |