cms/app-client/app/styles/tabs/chrono.scss
author nowmad@nowmads-macbook-pro.local
Fri, 15 Jan 2016 15:49:42 +0100
changeset 84 36f84e8f1ad5
parent 68 69977e2aa39e
child 98 2e6bfce6f99c
permissions -rw-r--r--
add d3js for langue visu add modal update css

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