cms/app-client/app/styles/tabs/chrono.scss
author nowmad@23.1.168.192.in-addr.arpa
Thu, 21 Jan 2016 21:07:02 +0100
changeset 94 62984937a062
parent 68 69977e2aa39e
child 98 2e6bfce6f99c
permissions -rw-r--r--
- add params when modal appear so we can come back right on this document modal - load the complete document info when modal is called or when played

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