Style changes for the Use cases.
[yaffs-website] / web / modules / contrib / token / css / token.css
1 .token-tree-dialog {
2   border: 1px solid #6b6b6b;
3   border-radius: 5px 5px 0 0;
4   box-shadow: 0 0 10px #6b6b6b;
5 }
6
7 .token-tree {
8   font-size: 0.85em;
9   margin-left: 19px;
10 }
11
12 .ui-dialog-content .token-tree {
13   margin-left: 0;
14 }
15
16 .token-tree td, .token-tree th {
17   padding-top: 0;
18   padding-bottom: 0;
19 }
20
21 .token-group {
22   font-weight: bold;
23 }
24
25 .js .token-group {
26   font-weight: normal;
27 }
28
29 /* Prevent the token columns from being wrapped. */
30 .token-tree td.token-key {
31   white-space: nowrap;
32 }