Skip to content

Instantly share code, notes, and snippets.

@y-krn
Last active August 13, 2016 03:37
Show Gist options
  • Save y-krn/4097069b66be012078d35385cb32fbdd to your computer and use it in GitHub Desktop.
Save y-krn/4097069b66be012078d35385cb32fbdd to your computer and use it in GitHub Desktop.
div.wpappbox {
height: auto;
background-color: #f5f5f5;
overflow: hidden;
border: 0;
padding: 5px;
clear: both;
font-family: inherit;;
background-color: #f9f9f9;
width: auto;
line-height: 1;
color: #545450;
margin: 16px 0;
font-size: 16px;
border: 1px solid #e5e5e5;
}
div.wpappbox div.appicon {
position: relative;
height: 112px;
width: 112px;
margin-right: 10px;
float: left;
padding: 10px;
text-align: center;
}
div.wpappbox div.appdetails {
font-size: 16px;
line-height: 16px;
padding-top: 10px;
}
div.wpappbox div.appdetails>div {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 8px;
hyphens: none;
}
div.wpappbox div.apptitle {
font-size: 18px;
color: #fff;
font-weight: 400;
margin: 0;
}
div.wpappbox div.developer, div.wpappbox div.price {
font-size: 14px;
opacity: .8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment