diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-03-10 02:37:21 +0000 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-03-10 02:37:21 +0000 |
| commit | b3db90545c5bd76d4acb6abfe5356e87b0f0cdcf (patch) | |
| tree | d3ddbd294fc79428948e9dfcb9a4be89702e60e7 /static/blueprint/plugins/buttons/readme.txt | |
| download | ihatemoney-mirror-b3db90545c5bd76d4acb6abfe5356e87b0f0cdcf.zip ihatemoney-mirror-b3db90545c5bd76d4acb6abfe5356e87b0f0cdcf.tar.gz ihatemoney-mirror-b3db90545c5bd76d4acb6abfe5356e87b0f0cdcf.tar.bz2 | |
initial import
Diffstat (limited to 'static/blueprint/plugins/buttons/readme.txt')
| -rw-r--r-- | static/blueprint/plugins/buttons/readme.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/static/blueprint/plugins/buttons/readme.txt b/static/blueprint/plugins/buttons/readme.txt new file mode 100644 index 0000000..aa9fe26 --- /dev/null +++ b/static/blueprint/plugins/buttons/readme.txt @@ -0,0 +1,32 @@ +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> |
