cms/app-client/app/styles/tabs/chrono.scss
author nowmad@23.1.168.192.in-addr.arpa
Fri, 22 Jan 2016 11:14:11 +0100
changeset 96 719390899adf
parent 68 69977e2aa39e
child 98 2e6bfce6f99c
permissions -rw-r--r--
add action helper on "thematique" click or input enter to set the "thematique" parameter

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