You are here

mostpopular-basic.css in Drupal Most Popular 7

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

File

css/mostpopular-basic.css
View source
  1. /* $Id$ */
  2. /*
  3. * Drupal Most Popular - Showcase the most popular content across your Drupal website and engage your audience.
  4. * Copyright © 2010 New Signature
  5. *
  6. * 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.
  7. * 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.
  8. * You should have received a copy of the GNU General Public License along with this program. If not, see .
  9. * 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.
  10. */
  11. /**
  12. *
  13. * Most Popular base styles.
  14. *
  15. * This provides a really base styles for the Most Popular block (and page if Javascript is disabled).
  16. */
  17. /**
  18. * Make the filter options display next to each other as tabs do.
  19. */
  20. .mostpopular-block .mostpopular--services li,
  21. .mostpopular-block .mostpopular--intervals li,
  22. .mostpopular-block .mostpopular--label {
  23. /* The next bit is a hack to make display: inline-block work in all browsers */
  24. display:-moz-inline-stack;
  25. display:inline-block;
  26. zoom:1;
  27. *display:inline;
  28. list-style-type: none;
  29. margin: 0;
  30. padding: 0;
  31. background: none;
  32. }
  33. .mostpopular-block .mostpopular--services,
  34. .mostpopular-block .mostpopular--intervals {
  35. padding: 0;
  36. margin: 0;
  37. }