home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / modules / search / search.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-10-31  |  508 b   |  30 lines

  1. /* $Id: search.css,v 1.3 2007/10/31 18:06:38 dries Exp $ */
  2.  
  3. .search-form {
  4.   margin-bottom: 1em;
  5. }
  6. .search-form input {
  7.   margin-top: 0;
  8.   margin-bottom: 0;
  9. }
  10. .search-results p {
  11.   margin-top: 0;
  12. }
  13. .search-results dt {
  14.   font-size: 1.1em;
  15. }
  16. .search-results dd {
  17.   margin-bottom: 1em;
  18. }
  19. .search-results .search-info {
  20.   font-size: 0.85em;
  21. }
  22. .search-advanced .criterion {
  23.   float: left; /* LTR */
  24.   margin-right: 2em; /* LTR */
  25. }
  26. .search-advanced .action {
  27.   float: left; /* LTR */
  28.   clear: left; /* LTR */
  29. }
  30.