tablet.css 542 B

123456789101112131415161718192021222324252627282930
  1. /* Tablet Styles - You can edit the media query from the theme settings page. */
  2. html body .overflow-fix {
  3. overflow: auto;
  4. }
  5. html body .ctools-dropbutton-processed {
  6. position: relative;
  7. }
  8. /* Sidebars */
  9. #main-content {
  10. width: 100%;
  11. clear: both;
  12. display: block;
  13. }
  14. #sidebar-left .region-sidebar-left, #sidebar-right .region-sidebar-right {
  15. display: block;
  16. width: 100%;
  17. padding: 0px;
  18. margin: 0px;
  19. }
  20. #sidebar-left .region-sidebar-left {
  21. padding-right: 0px;
  22. }
  23. #sidebar-right .region-sidebar-right {
  24. padding-left: 0px;
  25. }