Skip to content

Instantly share code, notes, and snippets.

@ahmetvurgun
Created December 6, 2012 19:58
Show Gist options
  • Save ahmetvurgun/4227796 to your computer and use it in GitHub Desktop.
Save ahmetvurgun/4227796 to your computer and use it in GitHub Desktop.
Untitled
ul {
list-style: none;
margin:0;
padding:0;
}
li {
height:35px;
background: #ededed;
border-bottom:solid 1px #e2e2e2;
}
li * { display: inline-block; }
li .checkbox {
background: #11a600;
width:30px;
height:35px;
}
.checkbox input{ padding: 8px 5px; }
li:hover {
background: #e2e2e2;
}
<ul>
<li><div class="checkbox"><input type="checkbox"/></div><a href="#">Example 1</a></li>
<li><div class="checkbox"><input type="checkbox"/></div><a href="#">Example 2</a></li>
<li><div class="checkbox"><input type="checkbox"/></div><a href="#">Example 3</a></li>
</ul>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment