Created
March 6, 2012 06:02
-
-
Save Daniel15/1983967 to your computer and use it in GitHub Desktop.
Telstra buttons example
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
.telstra | |
{ | |
border: 0; | |
padding: 0 0 0 30px; | |
margin: 0; | |
background: white url(http://i.imgur.com/N14wq.png) no-repeat; | |
height: 25px; | |
line-height: 25px; | |
cursor: pointer; | |
color: #003366; | |
font-weight: bold; | |
} | |
.telstra span | |
{ | |
display: block; | |
height: 100%; | |
padding-right: 10px; | |
background: white url(http://i.imgur.com/N14wq.png) no-repeat right; | |
} |
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
<p> | |
<button class="telstra"><span>Continue →</span></button> | |
</p> | |
<p> | |
<button class="telstra"><span>Begin Application</span></button> | |
</p> | |
<p> | |
<button class="telstra"><span>申请作业</span></button> | |
</p> | |
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","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment