Created
December 6, 2012 19:58
-
-
Save ahmetvurgun/4227796 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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