diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 36d0349..150c980 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -14,11 +14,11 @@ @font-face { font-family: 'Glyphicons Halflings'; + src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot'); src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('@site_url/public/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('@site_url/public/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('@site_url/public/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); - src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot'); } body { @@ -88,6 +88,10 @@ footer span { border-top: 1px solid #e0e0e0; } +footer .highlight { + color: #333; +} + /************************************* 2. COMPONENTS *************************************/ diff --git a/admin/themes/default/index.template.php b/admin/themes/default/index.template.php index 6a6c5d4..5701eb3 100644 --- a/admin/themes/default/index.template.php +++ b/admin/themes/default/index.template.php @@ -2,12 +2,12 @@ - + - + Monstra :: <?php echo __('Administration', 'system'); ?> @@ -27,8 +27,8 @@ - - + + @@ -41,9 +41,9 @@ $('.chocolat').Chocolat({ overlayColor : '#000', - leftImg : "/public/assets/img/chocolat/left.gif", - rightImg : "/public/assets/img/chocolat/right.gif", - closeImg : "/public/assets/img/chocolat/close.gif", + leftImg : "/public/assets/img/chocolat/left.gif", + rightImg : "/public/assets/img/chocolat/right.gif", + closeImg : "/public/assets/img/chocolat/close.gif", loadingImg : "/public/assets/img/chocolat/loading.gif" }); @@ -53,7 +53,7 @@ increaseArea: '20%' }); - }); + }); @@ -65,7 +65,7 @@ -