summarize-time.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* The contents of this file are subject to the Mozilla Public
  2. * License Version 1.1 (the "License"); you may not use this file
  3. * except in compliance with the License. You may obtain a copy of
  4. * the License at http://www.mozilla.org/MPL/
  5. *
  6. * Software distributed under the License is distributed on an "AS
  7. * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  8. * implied. See the License for the specific language governing
  9. * rights and limitations under the License.
  10. *
  11. * The Original Code is the Bugzilla Bug Tracking System.
  12. *
  13. * Contributor(s): Christian Reis <kiko@async.com.br>
  14. */
  15. td { vertical-align: top }
  16. table.zeroitems, table.realitems {
  17. margin-left: 2.0em;
  18. margin-top: 2px;
  19. border: 1px solid black;
  20. border: 1px solid black;
  21. }
  22. tr.section_total {
  23. background: #000000;
  24. color: #ffffff;
  25. }
  26. td.subtotal {
  27. background: #B0C0D9;
  28. }
  29. .zeroitems .bug_header { background: #d0e0f0 }
  30. .zeroitems .bug_header2 { background: #f9f9f9 }
  31. /* the fixed headers -- .number uses bug_header so hack it here */
  32. .number .bug_header, .number .bug_header2 { background: #d0e0f0 }
  33. .owner_header { background: #d0e0f0 }
  34. /* the details headers */
  35. .number .owner_header, .owner .bug_header { background: #ffffff }
  36. .number .owner_header2, .owner .bug_header2 { background: #EFEFEF }