Skip to content

Commit 1ffad2c

Browse files
committed
changes to icons page +
erased js from tutorial-components +
1 parent 204840f commit 1ffad2c

File tree

5 files changed

+12
-31
lines changed

5 files changed

+12
-31
lines changed

assets/css/material-dashboard.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5421,5 +5421,3 @@ footer .copyright .material-icons {
54215421
-webkit-overflow-scrolling: touch;
54225422
}
54235423
}
5424-
5425-
/*# sourceMappingURL=material-dashboard.css.map */

assets/css/material-dashboard.css.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/js/material-dashboard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ $(document).ready(function(){
6767
// Activate the tooltips
6868
$('[rel="tooltip"]').tooltip();
6969

70-
7170
// Activate the switches with icons
7271
if($('.switch').length != 0){
7372
$('.switch')['bootstrapSwitch']();

documentation/tutorial-components.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,23 +1893,6 @@ <h5>Are you sure you want to do this? </h5>
18931893
<!-- Notifications Plugin -->
18941894
<script src="../assets/js/bootstrap-notify.js"></script>
18951895

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-
19131896
<!-- Google Maps Plugin -->
19141897
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
19151898

examples/icons.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,19 @@
174174
<h4 class="title">Material Design Icons</h4>
175175
<p class="category">Handcrafted by our friends from <a target="_blank" href="https://design.google.com/icons/">Google</a></p>
176176
</div>
177-
<div class="card-content all-icons">
177+
<div class="card-content">
178178
<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>
182190
</div>
183191
</div>
184192
</div>

0 commit comments

Comments
 (0)