create_attachment.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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): Myk Melez <myk@mozilla.org>
  14. * Joel Peshkin <bugreport@peshkin.net>
  15. * Erik Stambaugh <erik@dasbistro.com>
  16. * Marc Schumann <wurblzap@gmail.com>
  17. */
  18. table.attachment_entry th {
  19. text-align: right;
  20. vertical-align: baseline;
  21. white-space: nowrap;
  22. }
  23. table.attachment_entry td {
  24. text-align: left;
  25. vertical-align: baseline;
  26. padding-bottom: 5px;
  27. }
  28. table#flags th,
  29. table#flags td {
  30. text-align: left;
  31. vertical-align: baseline;
  32. font-size: small;
  33. }