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:
@@ -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);
|
||||||
|
}
|
@@ -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 -->
|
||||||
|
Reference in New Issue
Block a user