update css
authornowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 16:51:46 +0100
changeset 44 6e2c500adca0
parent 43 4d262bdce7cf
child 45 b9adc23abd01
update css
cms/app-client/app/styles/app.scss
cms/app-client/app/styles/chrono.scss
--- a/cms/app-client/app/styles/app.scss	Thu Dec 10 16:51:35 2015 +0100
+++ b/cms/app-client/app/styles/app.scss	Thu Dec 10 16:51:46 2015 +0100
@@ -6,6 +6,8 @@
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
+
+  @import 'chrono';
 }
 
 .mapdiv{
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/app-client/app/styles/chrono.scss	Thu Dec 10 16:51:46 2015 +0100
@@ -0,0 +1,19 @@
+#our_table ul {
+  margin: 0;
+}
+
+#our_table li {
+  width:30px;
+  height:30px;
+  text-align:center;
+  vertical-align:middle;
+  background-color:#B0D1D3;
+  display: inline-block;
+  margin: 1px -1px;
+  line-height: 30px;
+  cursor: pointer;
+}
+
+#our_table li.highlighted {
+  background-color:#2D7073;
+}