IE-fixes.css 973 B

123456789101112131415161718192021222324252627282930313233343536373839
  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): Marc Schumann <wurblzap@gmail.com>
  14. */
  15. .bz_comment_text, .uneditable_textarea {
  16. white-space: pre;
  17. word-wrap: break-word;
  18. }
  19. #footer #useful-links li {
  20. padding-bottom: 0.8ex;
  21. }
  22. #footer .label {
  23. display: block;
  24. float: left;
  25. width: 8.2em;
  26. padding-bottom: 0.1ex;
  27. }
  28. #footer #links-actions .label {
  29. padding-top: 0.35em;
  30. }
  31. #footer .links {
  32. display: inline;
  33. }