admin-common.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #toplevel_page_monsterinsights_reports .wp-menu-image img,
  2. #toplevel_page_monsterinsights_settings .wp-menu-image img,
  3. #toplevel_page_monsterinsights_network .wp-menu-image img {
  4. width: 18px;
  5. height: 18px;
  6. padding-top: 7px;
  7. }
  8. .monsterinsights-wooedd-upsell-left {
  9. width: 50%;
  10. display: table-cell;
  11. float: left;
  12. }
  13. .monsterinsights-wooedd-upsell-right {
  14. width: 50%;
  15. display: table-cell;
  16. float: left;
  17. }
  18. .monsterinsights-wooedd-upsell-image {
  19. width: 100%;
  20. height: auto;
  21. padding: 20px;
  22. }
  23. .monsterinsights-wooedd-upsell-image-small {
  24. display: none;
  25. }
  26. .monsterinsights-wooedd-upsell-row {
  27. display: table;
  28. }
  29. .monsterinsights-wooedd-upsell-left p {
  30. margin: 1em 0;
  31. font-size: 16px;
  32. }
  33. @media (max-width: 900px) {
  34. .monsterinsights-wooedd-upsell-left {
  35. width: 100%;
  36. }
  37. .monsterinsights-wooedd-upsell-right {
  38. display: none;
  39. }
  40. .monsterinsights-wooedd-upsell-image-small {
  41. display: block;
  42. }
  43. .monsterinsights-wooedd-upsell-image-large {
  44. display: none;
  45. }
  46. }