Skip to content

Instantly share code, notes, and snippets.

@killinterpol
Created April 4, 2014 22:53
Show Gist options
  • Save killinterpol/9984630 to your computer and use it in GitHub Desktop.
Save killinterpol/9984630 to your computer and use it in GitHub Desktop.
.box { border: 1px solid blue}
.Claim { position: relative; border: 1px solid black; background-color: gray; color: white; width:150px; margin: 10px; padding:5px;};
.Claim.rollup { background-image:url('/_mnpstatic/images/rollup.png'); }
.Claim.sentpaid { background:url('https://photos-3.dropbox.com/t/0/AAAortjUeVUGW4iYJPqTDX2HcZUCeiMRBzL2EK-EKfRnSw/12/63880/png/2048x1536/3/1396656000/0/2/claim-statusicon-sent.png/s0SijiDrGBQstFA9alrQ-m5ocLriyburAPKUQH9mN0I') 10px 5px no-repeat,
url('https://photos-5.dropbox.com/t/0/AAD3ViyyG2CdRJtFVq4rg354QRGo_8bfb_3bm9c4xRsa-g/12/63880/png/2048x1536/3/1396656000/0/2/453-dollars-xsm-offset.png/B2gmBmBEe7tRM19C5mWptqz6d6yYZbR9fV7PybkO4cs') 0px 5px no-repeat, gray;}
.Claim.status { padding-left: 60px;}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div class="box">
<div class="Claim sentpaid status">Status</div>
<p>This is a claim</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment