You are here

opening_hours.theme.css in Opening hours 7

Same filename and directory in other branches
  1. 6 css/opening_hours.theme.css

Styling for the opening hours block.

File

css/opening_hours.theme.css
View source
  1. /**
  2. * @file
  3. * Styling for the opening hours block.
  4. */
  5. .opening-hours-week {
  6. padding: 0.5em;
  7. }
  8. .opening-hours-week.placeholder {
  9. display: none;
  10. }
  11. .opening-hours-week .header {
  12. background-color: #eee;
  13. color: #777;
  14. padding: 0.25em;
  15. text-align: center;
  16. }
  17. .opening-hours-week .next,
  18. .opening-hours-week .prev {
  19. font-size: 150%;
  20. }
  21. .opening-hours-week a.disabled {
  22. color: #ccc;
  23. }
  24. .opening-hours-week .today {
  25. background-color: #def;
  26. }
  27. .opening-hours-week .days {
  28. padding: 0.5em 0;
  29. }
  30. .opening-hours-week .name {
  31. float: left;
  32. margin-left: 0.5em;
  33. width: 6em;
  34. }
  35. .opening-hours-week .times {
  36. clear: right;
  37. display: block;
  38. margin-right: 1.5em;
  39. text-align: right;
  40. }
  41. .opening-hours-week .notice-star {
  42. margin-right: -0.75em;
  43. }