cms/app-client/app/styles/tabs/chrono.scss
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:32:01 +0100
changeset 72 9a7ea5349882
parent 68 69977e2aa39e
child 98 2e6bfce6f99c
permissions -rw-r--r--
clean console log

#our_table ul {
  margin: 0;
}

#our_table li {
  width:40px;
  height:40px;
  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;
}