You are here

token.css in Token 8

.token-tree-dialog {
  border: 1px solid #6b6b6b;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 10px #6b6b6b;
}

.token-tree {
  font-size: 0.85em;
  margin-left: 19px;
}

.ui-dialog-content .token-tree {
  margin-left: 0;
}

.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;
}

File

css/token.css
View source
  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. .token-tree {
  7. font-size: 0.85em;
  8. margin-left: 19px;
  9. }
  10. .ui-dialog-content .token-tree {
  11. margin-left: 0;
  12. }
  13. .token-tree td, .token-tree th {
  14. padding-top: 0;
  15. padding-bottom: 0;
  16. }
  17. .token-group {
  18. font-weight: bold;
  19. }
  20. .js .token-group {
  21. font-weight: normal;
  22. }
  23. /* Prevent the token columns from being wrapped. */
  24. .token-tree td.token-key {
  25. white-space: nowrap;
  26. }