Skip to content

Instantly share code, notes, and snippets.

@jaredmcateer
Created April 14, 2012 18:26
Show Gist options
  • Save jaredmcateer/2386724 to your computer and use it in GitHub Desktop.
Save jaredmcateer/2386724 to your computer and use it in GitHub Desktop.
Google Chrome user style for MemoryExpress.com
.PLV_Image,
.PLV_Details,
.PLV_Stock,
.PLV_SaleStar,
.PLV_SaleSpacer {
display:none;
}
.PLV_Brand,
.PLV_Title {
display: inline;
}
.PLV_Brand {
float: right;
}
.PLV_Brand a:after {
content: attr(href);
}
.PLV_Brand img {
display:none;
}
.Product-ListView, .Product-ListView-Inner {
height:40px;
}
.Product-ListView-Inner .PLV_Information {
width: 670px;
padding-top: 5px;
}
.Product-ListView-Inner .PLV_Pricing {
width: 80px;
padding-top: 0;
}
.Product-ListView-Inner .PLV_Pricing .SalePrice {
font-size: 12px;
}
.SalePrice,
.RegularPrice,
.AddToCart {
display:inline;
}
.AddToCart > a > img[src="/Images/Controls/ListView/MX-AddToCart-Button.png"] {
content:url(http://i.imgur.com/YWgPq.png);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment