Skip to content

Instantly share code, notes, and snippets.

@jaredmcateer
Created April 14, 2012 18:26
Show Gist options
  • Save jaredmcateer/2386718 to your computer and use it in GitHub Desktop.
Save jaredmcateer/2386718 to your computer and use it in GitHub Desktop.
Firefox User Style for MemoryExpress.com
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("memoryexpress.com") {
.PLV_Image,
.PLV_Details,
.PLV_Stock,
.PLV_SaleStar,
.PLV_SaleSpacer {
display:none !important;
}
.PLV_Brand,
.PLV_Title {
display: inline !important;
}
.PLV_Brand {
float: right !important;
}
.PLV_Brand a:after {
content: attr(href) !important;
}
.PLV_Brand img {
display:none !important;
}
.Product-ListView, .Product-ListView-Inner {
height:40px !important;
}
.Product-ListView-Inner .PLV_Information {
width: 670px !important;
padding-top: 5px !important;
}
.Product-ListView-Inner .PLV_Pricing {
width: 80px !important;
padding-top: 0 !important;
}
.Product-ListView-Inner .PLV_Pricing .SalePrice {
font-size: 12px !important;
}
.SalePrice,
.RegularPrice,
.AddToCart {
display:inline !important;
}
.AddToCart > a > img {
width: 10px;
height: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment