show_multiple.css 808 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. hr {margin: 20px auto 40px}
  2. .bz_private { color:darkred }
  3. h1 {
  4. font-size: 2em;
  5. margin-bottom: 10px;
  6. }
  7. /* bugfields is table of all fields and values */
  8. .bugfields {
  9. font-size: small;
  10. background: #eee;
  11. padding: 5px;
  12. border: 1px solid silver;
  13. width: 100%;
  14. }
  15. .bugfields tr {
  16. vertical-align: top;
  17. }
  18. .bugfields th {
  19. width: 10em;
  20. text-align: left;
  21. font-weight: normal;
  22. line-height: 150%;
  23. }
  24. .bugfields td {
  25. font-weight: bold;
  26. line-height: 150%;
  27. }
  28. .bugfields .rightcell {
  29. padding-left: 10px;
  30. }
  31. /* set line-height to normal for nested tables of bugfields table */
  32. .bugfields table th, .bugfields table td {
  33. line-height: 100%;
  34. width: auto;
  35. }
  36. .bugfields table.timetracking th, .bugfields table.timetracking td {
  37. width: 10em;
  38. }
  39. .error {
  40. color: red;
  41. font-weight: bold;
  42. }