cms/app-client/app/styles/chrono.scss
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:14:57 +0100
changeset 66 b7e750ed3ef5
parent 44 6e2c500adca0
permissions -rw-r--r--
show more information in result list and add action to play or to show more details about the item

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