token.css 377 B

123456789101112131415161718192021222324252627
  1. .token-tree {
  2. font-size: 0.85em;
  3. margin-left: 19px;
  4. }
  5. .ui-dialog-content .token-tree {
  6. margin-left: 0;
  7. }
  8. .token-tree td, .token-tree th {
  9. padding-top: 0;
  10. padding-bottom: 0;
  11. }
  12. .token-group {
  13. font-weight: bold;
  14. }
  15. .js .token-group {
  16. font-weight: normal;
  17. }
  18. /* Prevent the token columns from being wrapped. */
  19. .token-tree td.token-key {
  20. white-space: nowrap;
  21. }