Advertisement
Guest User

BD Custom CSS

a guest
Jul 3rd, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1.  
  2. .wpbdp-listing-excerpt even {
  3.     border: 1px solid #DAEFFC;
  4.     border-radius: 4px;
  5.     overflow: hidden;
  6.     background: -moz-linear-gradient(center top , #FFF 50%, #D6ECF5 100%) repeat scroll 0% 0% transparent !important;
  7.     line-height: 16px;
  8.     margin-bottom: 10px;
  9. }
  10. .wpbdp-listing-excerpt odd {
  11.     background:none;
  12. }
  13. .listing-actions input, .button {
  14.     margin-right: 10px;
  15.     padding: 6px !important;
  16.     min-width: 100px;
  17. }
  18. .widget_wpbdp_featuredlistingswidget .listing-thumbnail img,.wpbdp-listing-single .main-image img {
  19.     max-width: 100%;
  20.     border-radius:10px;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement