You are here

mostpopular-basic.css in Drupal Most Popular 6

Same filename and directory in other branches
  1. 7 css/mostpopular-basic.css
Non-displayable characters.

File

css/mostpopular-basic.css
View source
  1. /*
  2. * Drupal Most Popular - Showcase the most popular content across your Drupal website and engage your audience.
  3. * Copyright © 2010 New Signature
  4. *
  5. * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
  6. * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  7. * You should have received a copy of the GNU General Public License along with this program. If not, see .
  8. * You can contact New Signature by electronic mail at labs@newsignature.com –or- by U.S. Postal Service at 1100 H St. NW, Suite 940, Washington, DC 20005.
  9. */
  10. /**
  11. *
  12. * Most Popular base styles.
  13. *
  14. * This provides a really base styles for the Most Popular block (and page if Javascript is disabled).
  15. */
  16. /**
  17. * Make the filter options display next to each other as tabs do.
  18. */
  19. .mostpopular .mostpopular--services li,
  20. .mostpopular .mostpopular--intervals li,
  21. .mostpopular .mostpopular--label {
  22. /* The next bit is a hack to make display: inline-block work in all browsers */
  23. display:-moz-inline-stack;
  24. display:inline-block;
  25. zoom:1;
  26. *display:inline;
  27. list-style-type: none;
  28. margin: 0;
  29. padding: 0;
  30. }
  31. .mostpopular .mostpopular--services,
  32. .mostpopular .mostpopular--intervals {
  33. padding: 0;
  34. margin: 0;
  35. }