Skip to content

Commit d911c4a

Browse files
committed
Grid: fix justify content;
Charts: fix primary color in charts, remove alert, Forms: remove bg color in action bars, several other fix, fix inputs height, Accordions: change colors; Notifications: fix info notification; Fix collapse icons, fix progress bars, add more space between buttons, change buttons, add padding for todo items.
1 parent 14089c1 commit d911c4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+243
-254
lines changed

dist/charts/charts.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -958,9 +958,9 @@ <h5>
958958
Flot <span class="fw-semi-bold">Charts</span>
959959
</h5>
960960
<div class="widget-controls">
961-
<a data-widgster="expand" title="Expand" href="#"><i class="glyphicon glyphicon-chevron-up"></i></a>
961+
<a data-widgster="expand" title="Expand" href="#"><i class="la la-angle-up"></i></a>
962962
<a data-widgster="collapse" title="Collapse" href="#"><i
963-
class="glyphicon glyphicon-chevron-down"></i></a>
963+
class="la la-angle-down"></i></a>
964964
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
965965
</div>
966966
</header>
@@ -1021,9 +1021,9 @@ <h5>
10211021
</h5>
10221022
<div class="widget-controls">
10231023
<a data-widgster="expand" title="Expand" href="#"><i
1024-
class="glyphicon glyphicon-chevron-up"></i></a>
1024+
class="la la-angle-up"></i></a>
10251025
<a data-widgster="collapse" title="Collapse" href="#"><i
1026-
class="glyphicon glyphicon-chevron-down"></i></a>
1026+
class="la la-angle-down"></i></a>
10271027
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
10281028
</div>
10291029
</header>
@@ -1070,9 +1070,9 @@ <h5>
10701070
</h5>
10711071
<div class="widget-controls">
10721072
<a data-widgster="expand" title="Expand" href="#"><i
1073-
class="glyphicon glyphicon-chevron-up"></i></a>
1073+
class="la la-angle-up"></i></a>
10741074
<a data-widgster="collapse" title="Collapse" href="#"><i
1075-
class="glyphicon glyphicon-chevron-down"></i></a>
1075+
class="la la-angle-down"></i></a>
10761076
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
10771077
</div>
10781078
</header>
@@ -1137,9 +1137,9 @@ <h5>
11371137
Realtime <span class="fw-semi-bold">Rickshaw</span>
11381138
</h5>
11391139
<div class="widget-controls">
1140-
<a data-widgster="expand" title="Expand" href="#"><i class="glyphicon glyphicon-chevron-up"></i></a>
1140+
<a data-widgster="expand" title="Expand" href="#"><i class="la la-angle-up"></i></a>
11411141
<a data-widgster="collapse" title="Collapse" href="#"><i
1142-
class="glyphicon glyphicon-chevron-down"></i></a>
1142+
class="la la-angle-down"></i></a>
11431143
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
11441144
</div>
11451145
</header>
@@ -1178,9 +1178,9 @@ <h5>
11781178
Morris <span class="fw-semi-bold">Area Charts</span>
11791179
</h5>
11801180
<div class="widget-controls">
1181-
<a data-widgster="expand" title="Expand" href="#"><i class="glyphicon glyphicon-chevron-up"></i></a>
1181+
<a data-widgster="expand" title="Expand" href="#"><i class="la la-angle-up"></i></a>
11821182
<a data-widgster="collapse" title="Collapse" href="#"><i
1183-
class="glyphicon glyphicon-chevron-down"></i></a>
1183+
class="la la-angle-down"></i></a>
11841184
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
11851185
</div>
11861186
</header>
@@ -1202,9 +1202,9 @@ <h5>
12021202
Morris <span class="fw-semi-bold">Line Charts</span>
12031203
</h5>
12041204
<div class="widget-controls">
1205-
<a data-widgster="expand" title="Expand" href="#"><i class="glyphicon glyphicon-chevron-up"></i></a>
1205+
<a data-widgster="expand" title="Expand" href="#"><i class="la la-angle-up"></i></a>
12061206
<a data-widgster="collapse" title="Collapse" href="#"><i
1207-
class="glyphicon glyphicon-chevron-down"></i></a>
1207+
class="la la-angle-down"></i></a>
12081208
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
12091209
</div>
12101210
</header>
@@ -1228,9 +1228,9 @@ <h5>
12281228
Area <span class="fw-semi-bold">Sparkline</span>
12291229
</h5>
12301230
<div class="widget-controls">
1231-
<a data-widgster="expand" title="Expand" href="#"><i class="glyphicon glyphicon-chevron-up"></i></a>
1231+
<a data-widgster="expand" title="Expand" href="#"><i class="la la-angle-up"></i></a>
12321232
<a data-widgster="collapse" title="Collapse" href="#"><i
1233-
class="glyphicon glyphicon-chevron-down"></i></a>
1233+
class="la la-angle-down"></i></a>
12341234
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
12351235
</div>
12361236
</header>
@@ -1261,9 +1261,9 @@ <h5>
12611261
Flot <span class="fw-semi-bold">Bars</span>
12621262
</h5>
12631263
<div class="widget-controls">
1264-
<a data-widgster="expand" title="Expand" href="#"><i class="glyphicon glyphicon-chevron-up"></i></a>
1264+
<a data-widgster="expand" title="Expand" href="#"><i class="la la-angle-up"></i></a>
12651265
<a data-widgster="collapse" title="Collapse" href="#"><i
1266-
class="glyphicon glyphicon-chevron-down"></i></a>
1266+
class="la la-angle-down"></i></a>
12671267
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
12681268
</div>
12691269
</header>
@@ -1284,9 +1284,9 @@ <h5>
12841284
Morris <span class="fw-semi-bold">Donut Charts</span>
12851285
</h5>
12861286
<div class="widget-controls">
1287-
<a data-widgster="expand" title="Expand" href="#"><i class="glyphicon glyphicon-chevron-up"></i></a>
1287+
<a data-widgster="expand" title="Expand" href="#"><i class="la la-angle-up"></i></a>
12881288
<a data-widgster="collapse" title="Collapse" href="#"><i
1289-
class="glyphicon glyphicon-chevron-down"></i></a>
1289+
class="la la-angle-down"></i></a>
12901290
<a href="#" data-widgster="close"><i class="la la-remove"></i></a>
12911291
</div>
12921292
</header>
@@ -1306,7 +1306,7 @@ <h5>
13061306
</div>
13071307

13081308
<footer class="content-footer hidden-print">
1309-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1309+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
13101310
rel="nofollow" target="_blank">Flatlogic</a>
13111311
</footer>
13121312
</main>
@@ -1356,4 +1356,4 @@ <h5>
13561356
<script src="../js/charts/charts.js"></script>
13571357
</body>
13581358

1359-
</html>
1359+
</html>

dist/charts/d3_plain.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ <h5>
10961096
</div>
10971097

10981098
<footer class="content-footer hidden-print">
1099-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1099+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
11001100
rel="nofollow" target="_blank">Flatlogic</a>
11011101
</footer>
11021102
</main>
@@ -1133,4 +1133,4 @@ <h5>
11331133
<script src="../js/charts/d3-plain.js"></script>
11341134
</body>
11351135

1136-
</html>
1136+
</html>

dist/charts/easy_pie.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ <h6 class="no-margin">TOTAL PROGRESS</h6>
10441044
</div>
10451045
</div>
10461046
<footer class="content-footer hidden-print">
1047-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1047+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
10481048
rel="nofollow" target="_blank">Flatlogic</a>
10491049
</footer>
10501050
</main>
@@ -1079,4 +1079,4 @@ <h6 class="no-margin">TOTAL PROGRESS</h6>
10791079
<script src="../js/charts/easy-pie.js"></script>
10801080
</body>
10811081

1082-
</html>
1082+
</html>

dist/charts/flot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ <h5>
11441144
</div>
11451145
</div>
11461146
<footer class="content-footer hidden-print">
1147-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1147+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
11481148
rel="nofollow" target="_blank">Flatlogic</a>
11491149
</footer>
11501150
</main>
@@ -1188,4 +1188,4 @@ <h5>
11881188
<script src="../js/charts/flot.js"></script>
11891189
</body>
11901190

1191-
</html>
1191+
</html>

dist/charts/morris.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ <h5>
11061106

11071107
</div>
11081108
<footer class="content-footer hidden-print">
1109-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1109+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
11101110
rel="nofollow" target="_blank">Flatlogic</a>
11111111
</footer>
11121112
</main>
@@ -1143,4 +1143,4 @@ <h5>
11431143
<script src="../js/charts/morris.js"></script>
11441144
</body>
11451145

1146-
</html>
1146+
</html>

dist/charts/rickshaw.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -987,11 +987,6 @@ <h5>
987987
</div>
988988
</header>
989989
<div class="widget-body">
990-
<div class="row mb-3">
991-
<div class="alert alert-primary alert-transparent col-md-12 text-muted rounded-0" role="alert">
992-
<span class="fw-semi-bold">Important alert:</span> It's time to buy Tesla shares!
993-
</div>
994-
</div>
995990
<div id="y_axis" style="position: absolute; width: 30px; height: 300px;"></div>
996991
<div id="rickshaw5" class="chart-overflow-bottom mb" style="left: 50px; max-width: 90%;"></div>
997992
<div id="legend"></div>
@@ -1081,7 +1076,7 @@ <h5>720 Users</h5>
10811076
</div>
10821077
</div>
10831078
<footer class="content-footer hidden-print">
1084-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1079+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
10851080
rel="nofollow" target="_blank">Flatlogic</a>
10861081
</footer>
10871082
</main>
@@ -1119,4 +1114,4 @@ <h5>720 Users</h5>
11191114
<script src="../js/charts/rickshaw.js"></script>
11201115
</body>
11211116

1122-
</html>
1117+
</html>

dist/charts/sparkline.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ <h5>
11481148
</div>
11491149
</div>
11501150
<footer class="content-footer hidden-print">
1151-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1151+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
11521152
rel="nofollow" target="_blank">Flatlogic</a>
11531153
</footer>
11541154
</main>
@@ -1184,4 +1184,4 @@ <h5>
11841184
<script src="../js/charts/sparkline.js"></script>
11851185
</body>
11861186

1187-
</html>
1187+
</html>

dist/components/ui_alerts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ <h4 class="alert-heading">Well done!</h4>
10861086
</div>
10871087
</div>
10881088
<footer class="content-footer hidden-print">
1089-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1089+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
10901090
rel="nofollow" target="_blank">Flatlogic</a>
10911091
</footer>
10921092
</main>
@@ -1119,4 +1119,4 @@ <h4 class="alert-heading">Well done!</h4>
11191119
<script src="../js/components/ui-alerts.js"></script>
11201120
</body>
11211121

1122-
</html>
1122+
</html>

dist/components/ui_badge.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ <h5>
10631063
</div>
10641064
</div>
10651065
<footer class="content-footer hidden-print">
1066-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1066+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
10671067
rel="nofollow" target="_blank">Flatlogic</a>
10681068
</footer>
10691069
</main>
@@ -1096,4 +1096,4 @@ <h5>
10961096
<script src="../js/components/ui-badge.js"></script>
10971097
</body>
10981098

1099-
</html>
1099+
</html>

dist/components/ui_buttons.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ <h4>
14041404
</div>
14051405
</div>
14061406
<footer class="content-footer hidden-print">
1407-
Sing App - Bootstrap 4.2.1 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
1407+
Sing App - Bootstrap 4.5.3 Admin Dashboard Template - Made by <a href="https://flatlogic.com"
14081408
rel="nofollow" target="_blank">Flatlogic</a>
14091409
</footer>
14101410
</main>
@@ -1437,4 +1437,4 @@ <h4>
14371437
<script src="../js/components/ui-buttons.js"></script>
14381438
</body>
14391439

1440-
</html>
1440+
</html>

0 commit comments

Comments
 (0)