Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabuya committed Apr 15, 2017
1 parent 953ec8b commit 416e2c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions application/views/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
}
</style>

<link rel="stylesheet" href="<?php echo asset_url() . 'bower_components/datatables/media/css/jquery.dataTables.css'; ?>">
<link rel="stylesheet" href="<?php echo asset_url() . 'bower_components/datatables/media/css/dataTables.bootstrap.css'; ?>">
<link rel="stylesheet" href="<?php echo asset_url() . 'bower_components/datatables/media/css/dataTables.bootstrap.css'; ?>">
<link rel="stylesheet" href="<?php echo asset_url() . 'bower_components/toastr/toastr.css'; ?>">
<link rel="stylesheet" href="<?php echo asset_url() . 'bower_components/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css'; ?>">
<link rel="stylesheet" href="<?php echo asset_url() . 'bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css' ?>">
Expand Down Expand Up @@ -289,7 +288,8 @@ class="glyphicon glyphicon-remove"></span> Dismiss
</script>

<script src="<?php echo asset_url() . 'bower_components/jquery/dist/jquery.js'; ?>"></script>
<script src="<?php echo asset_url() . 'bower_components/datatables/media/js/jquery.dataTables.js' ?>"></script>
<script src="<?php echo asset_url() . 'bower_components/datatables/media/js/jquery.dataTables.js'; ?>"></script>
<script src="<?php echo asset_url() . 'bower_components/datatables/media/js/dataTables.bootstrap.js'; ?>"></script>
<script src="<?php echo asset_url() . 'bower_components/jquery-timeago/jquery.timeago.js'; ?>"></script>
<script src="<?php echo asset_url() . 'bower_components/toastr/toastr.js' ?>"></script>
<script src="<?php echo asset_url() . 'bower_components/bootstrap/dist/js/bootstrap.js' ?>"></script>
Expand Down
1 change: 1 addition & 0 deletions assets/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
Author's custom styles
========================================================================== */

#flower-pots-table {
width: 100%;
}

.modal.fade .modal-dialog {
z-index: 1041 !important;
}
Expand Down
3 changes: 1 addition & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,5 +442,4 @@ $(document).ready(function() {
})
}
});
});

});

0 comments on commit 416e2c2

Please sign in to comment.