diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 87e7cc7..a76aa4a 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -13,6 +13,16 @@ styles.css ************************************* 1. GENERAL *************************************/ + +@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'); +} + body { background: #FAFAFA; } @@ -274,4 +284,9 @@ td, th { footer { margin-top: 40px; +} + + +.datapicker { + width: 200px; } \ No newline at end of file diff --git a/admin/themes/default/index.template.php b/admin/themes/default/index.template.php index 9b1d333..095c5f8 100644 --- a/admin/themes/default/index.template.php +++ b/admin/themes/default/index.template.php @@ -9,9 +9,10 @@ - + + @@ -21,7 +22,6 @@ -