token.css 491 B

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