File tree Expand file tree Collapse file tree 5 files changed +12
-31
lines changed Expand file tree Collapse file tree 5 files changed +12
-31
lines changed Original file line number Diff line number Diff line change @@ -5421,5 +5421,3 @@ footer .copyright .material-icons {
5421
5421
-webkit-overflow-scrolling : touch;
5422
5422
}
5423
5423
}
5424
-
5425
- /*# sourceMappingURL=material-dashboard.css.map */
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ $(document).ready(function(){
67
67
// Activate the tooltips
68
68
$ ( '[rel="tooltip"]' ) . tooltip ( ) ;
69
69
70
-
71
70
// Activate the switches with icons
72
71
if ( $ ( '.switch' ) . length != 0 ) {
73
72
$ ( '.switch' ) [ 'bootstrapSwitch' ] ( ) ;
Original file line number Diff line number Diff line change @@ -1893,23 +1893,6 @@ <h5>Are you sure you want to do this? </h5>
1893
1893
<!-- Notifications Plugin -->
1894
1894
< script src ="../assets/js/bootstrap-notify.js "> </ script >
1895
1895
1896
-
1897
-
1898
- <!-- Plugin for Date Time Picker and Full Calendar Plugin-->
1899
- < script src ="../assets/js/moment.min.js "> </ script >
1900
-
1901
- <!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ -->
1902
- < script src ="../assets/js/bootstrap-datetimepicker.js " type ="text/javascript "> </ script >
1903
-
1904
- <!-- Plugin for Fileupload, full documentation here: http://www.jasny.net/bootstrap/javascript/#fileinput -->
1905
- < script src ="../assets/js/jasny-bootstrap.min.js "> </ script >
1906
-
1907
- <!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
1908
- < script src ="../assets/js/nouislider.min.js " type ="text/javascript "> </ script >
1909
-
1910
- <!-- Plugin for Select Form control, full documentation here: https://github.com/FezVrasta/dropdown.js -->
1911
- < script src ="../assets/js/jquery.dropdown.js " type ="text/javascript "> </ script >
1912
-
1913
1896
<!-- Google Maps Plugin -->
1914
1897
< script type ="text/javascript " src ="https://maps.googleapis.com/maps/api/js "> </ script >
1915
1898
Original file line number Diff line number Diff line change 174
174
< h4 class ="title "> Material Design Icons</ h4 >
175
175
< p class ="category "> Handcrafted by our friends from < a target ="_blank " href ="https://design.google.com/icons/ "> Google</ a > </ p >
176
176
</ div >
177
- < div class ="card-content all-icons ">
177
+ < div class ="card-content ">
178
178
< div class ="row ">
179
- < iframe src ="https://design.google.com/icons/ " style ="width:100%; height:500px; border:0; ">
180
- < p > Your browser does not support iframes.</ p >
181
- </ iframe >
179
+ < div class ="col-md-12 hidden-sm hidden-xs ">
180
+ < div class ="iframe-container ">
181
+ < iframe src ="https://design.google.com/icons/ " style ="width:100%; height:500px; border:0; ">
182
+ < p > Your browser does not support iframes.</ p >
183
+ </ iframe >
184
+ </ div >
185
+ </ div >
186
+
187
+ < div class ="col-md-6 hidden-lg hidden-md text-center ">
188
+ < h3 > Here you can view < a href ="https://design.google.com/icons/ "> Material Icons</ a > </ h3 >
189
+ </ div >
182
190
</ div >
183
191
</ div >
184
192
</ div >
You can’t perform that action at this time.
0 commit comments