Advertisement
darkufo

Feedget CSS

Jul 24th, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. div#FeaturedReviewsCompact {
  2. height: 284px;
  3. margin-left: 5px;
  4. margin-right: 2px;
  5. }
  6.  
  7.  
  8. #FeaturedReviewsCompact .feedget-element {
  9. width: 139px;
  10. float: left !important;
  11. margin-right: 1px;
  12. min-height: 50px;
  13. -webkit-box-shadow: 0 8px 6px -6px #2C3B44 !important;
  14. -moz-box-shadow: 0 8px 6px -6px #2C3B44 !important;
  15. box-shadow: 0 8px 6px -6px #2C3B44 !important;
  16. margin-top: 1px !important;
  17. margin-bottom: 0px !important;
  18. padding-left: 6px !important;
  19. padding-right: 10px !important;
  20. border: 0px solid #555555 !important;
  21. }
  22.  
  23. #FeaturedReviewsCompact .feedget-element-title a {
  24. font-size: 13px;
  25. line-height: 16px;
  26. min-height: 50px;
  27. max-height: 50px;
  28. overflow: hidden;
  29. }
  30.  
  31.  
  32. #FeaturedReviewsCompact .feedget-element-text {
  33. font-size: 12px;
  34. display:none;
  35. }
  36.  
  37. #FeaturedReviewsCompact .ui-widget-content {
  38. border: 0px solid #aaaaaa !important;
  39. }
  40.  
  41. #FeaturedReviewsCompact .feedget-element-image {
  42. width: 140px;
  43. height: 80px;
  44. margin-left: 1px;
  45. margin-bottom: 0px;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement