Skip to content

Instantly share code, notes, and snippets.

@Daniel15
Created March 6, 2012 06:02
Show Gist options
  • Save Daniel15/1983967 to your computer and use it in GitHub Desktop.
Save Daniel15/1983967 to your computer and use it in GitHub Desktop.
Telstra buttons example
.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;
}
<p>
<button class="telstra"><span>Continue &rarr;</span></button>
</p>
<p>
<button class="telstra"><span>Begin Application</span></button>
</p>
<p>
<button class="telstra"><span>申请作业</span></button>
</p>
{"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