joshuaclayton / blueprint-css
- Source
- Commits
- Network (248)
- Downloads (7)
- Wiki (10)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
icons/ | Sun Nov 09 12:11:56 -0800 2008 | |
| |
readme.txt | Sat Jan 16 12:41:39 -0800 2010 | |
| |
screen.css | Tue Feb 03 11:30:02 -0800 2009 |
blueprint/plugins/buttons/readme.txt
Buttons
* Gives you great looking CSS buttons, for both <a> and <button>.
* Demo: particletree.com/features/rediscovering-the-button-element
Credits
----------------------------------------------------------------
* Created by Kevin Hale [particletree.com]
* Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com]
Usage
----------------------------------------------------------------
1) Add this plugin to lib/settings.yml.
See compress.rb for instructions.
2) Use the following HTML code to place the buttons on your site:
<button type="submit" class="button positive">
<img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save
</button>
<a class="button" href="/password/reset/">
<img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password
</a>
<a href="#" class="button negative">
<img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel
</a>
