1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

UI Improvements - Admin - Updates #194

This commit is contained in:
Awilum
2014-01-07 23:39:15 +02:00
parent 88b244a6df
commit 5a142a2353
2 changed files with 11 additions and 3 deletions

View File

@@ -355,3 +355,12 @@ td, th {
footer {
margin-top: 40px;
}
.well {
border: none;
border-radius: 0px;
background: #fff;
color: #555;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

View File

@@ -38,8 +38,7 @@
closeImg : "<?php echo Option::get('siteurl'); ?>/public/assets/img/chocolat/close.gif",
loadingImg : "<?php echo Option::get('siteurl'); ?>/public/assets/img/chocolat/loading.gif",
});
});
});
</script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
@@ -138,4 +137,4 @@
</p>
</footer>
</body>
</html>
</html>