Mercurial > hg > rr-repo
comparison sites/all/modules/token/token.css @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 | |
2 .token-tree { | |
3 font-size: 0.85em; | |
4 margin-left: 19px; | |
5 } | |
6 | |
7 .ui-dialog-content .token-tree { | |
8 margin-left: 0; | |
9 } | |
10 | |
11 .token-tree td, .token-tree th { | |
12 padding-top: 0; | |
13 padding-bottom: 0; | |
14 } | |
15 | |
16 .token-group { | |
17 font-weight: bold; | |
18 } | |
19 | |
20 .js .token-group { | |
21 font-weight: normal; | |
22 } | |
23 | |
24 /* Prevent the token columns from being wrapped. */ | |
25 .token-tree td.token-key { | |
26 white-space: nowrap; | |
27 } |