New module 'Token'
This commit is contained in:
parent
ae2a2d8417
commit
0e730eca64
25 changed files with 3967 additions and 0 deletions
23
sites/all/modules/token/token.css
Normal file
23
sites/all/modules/token/token.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
.token-tree {
|
||||
font-size: 0.85em;
|
||||
margin-left: 19px;
|
||||
}
|
||||
|
||||
.token-tree td, .token-tree th {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.token-group {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.js .token-group {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Prevent the token columns from being wrapped. */
|
||||
.token-tree td.token-key {
|
||||
white-space: nowrap;
|
||||
}
|
Reference in a new issue