author | nowmad@23.1.168.192.in-addr.arpa |
Thu, 17 Dec 2015 12:15:57 +0100 | |
changeset 68 | 69977e2aa39e |
parent 44 | cms/app-client/app/styles/chrono.scss@6e2c500adca0 |
child 98 | 2e6bfce6f99c |
permissions | -rw-r--r-- |
44 | 1 |
#our_table ul { |
2 |
margin: 0; |
|
3 |
} |
|
4 |
||
5 |
#our_table li { |
|
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
44
diff
changeset
|
6 |
width:40px; |
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
44
diff
changeset
|
7 |
height:40px; |
44 | 8 |
text-align:center; |
9 |
vertical-align:middle; |
|
10 |
background-color:#B0D1D3; |
|
11 |
display: inline-block; |
|
12 |
margin: 1px -1px; |
|
13 |
line-height: 30px; |
|
14 |
cursor: pointer; |
|
15 |
} |
|
16 |
||
17 |
#our_table li.highlighted { |
|
18 |
background-color:#2D7073; |
|
19 |
} |