This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Fri Apr 11 10:03:03 -0700 2008 | [gdagley] |
| |
README | Fri Apr 11 10:03:03 -0700 2008 | [gdagley] |
| |
Rakefile | Fri Apr 11 10:03:03 -0700 2008 | [gdagley] |
| |
init.rb | Fri Apr 11 10:03:03 -0700 2008 | [gdagley] |
| |
install.rb | Fri Apr 11 10:03:03 -0700 2008 | [gdagley] |
| |
lib/ | Thu May 01 20:06:29 -0700 2008 | [gdagley] |
| |
public/ | Fri Apr 11 10:03:03 -0700 2008 | [gdagley] |
| |
tasks/ | Fri Apr 11 10:03:03 -0700 2008 | [gdagley] |
| |
test/ | Thu May 01 20:06:29 -0700 2008 | [gdagley] |
| |
uninstall.rb | Fri Apr 11 10:03:03 -0700 2008 | [gdagley] |
README
PrettyButtons ============= Based on the methods by Kevin Hale to create nice cross browser buttons. (see http://particletree.com/features/rediscovering-the-button-element) <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> Example ======= <p class="buttons"> <%= pretty_positive_button "Create" %> <%= pretty_negative_button_link 'Cancel', posts_path %> </p> <p class="buttons"> <%= pretty_button "Add Comment", "icons/comment.gif" %> </p> <p class="buttons"> <%= pretty_button_link "Contact Us", contact_path, {:icon_path => "icons/contact.gif"} %> </p> Silk Icons from http://famfamfam.com/lab/icons/silk/, released under the Creative Commons Attribution 2.5 License Copyright (c) 2008 Relevance, Inc., released under the MIT license




