1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +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 { footer {
margin-top: 40px; 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

@@ -39,7 +39,6 @@
loadingImg : "<?php echo Option::get('siteurl'); ?>/public/assets/img/chocolat/loading.gif", loadingImg : "<?php echo Option::get('siteurl'); ?>/public/assets/img/chocolat/loading.gif",
}); });
}); });
</script> </script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->