kajarainbow

Panic at the Dojo sheet CSS

Sep 28th, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. .charsheet label {
  2. display: inline-block;
  3. width: 75px;
  4. }
  5.  
  6. .charsheet input {
  7. display: inline-block;
  8. width: 165px;
  9. }
  10.  
  11. .sheet-col strong.sheet-dee {
  12. font-size: 1.4em;
  13. font-weight: bold;
  14. padding-right: 4px;
  15. }
  16.  
  17. .charsheet input.sheet-short {
  18. width: 3.5em;
  19. }
  20.  
  21. .charsheet table td, .charsheet table th {
  22. font-size: 1.2em;
  23. font-weight: bold;
  24. }
  25.  
  26. .charsheet textarea {
  27. height: 90px;
  28. }
  29.  
  30. .charsheet textarea.sheet-smalltext {
  31. height: 50px;
  32. }
  33.  
  34. select.sheet-dtype {
  35. width: 60px;
  36. vertical-align: top;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment