1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Frontend Improvements

This commit is contained in:
Awilum
2014-01-03 02:43:22 +02:00
parent 6bbf1ffd51
commit fb12bc8d85
2 changed files with 9 additions and 8 deletions

View File

@@ -30,11 +30,6 @@
<?php Action::run('admin_header'); ?>
<script>
Messenger.options = {
extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
theme: 'flat'
}
$(document).ready(function(){
$('.chocolat').Chocolat({
overlayColor : '#f2f2f2',
@@ -44,6 +39,12 @@
loadingImg : "<?php echo Option::get('siteurl'); ?>public/assets/img/chocolat/loading.gif",
});
});
/* Messanger */
Messenger.options = {
extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
theme: 'flat'
}
</script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->