cms/app-client/app/styles/chrono.scss
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 17:00:59 +0100
changeset 49 66739650678f
parent 44 6e2c500adca0
permissions -rw-r--r--
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash

#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;
}