root / htmltest / sites / all / modules / token / token.css @ a5572547
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 |
} |