web/static/css/blueprint/plugins/buttons/readme.txt
changeset 0 ecdfc63274bf
equal deleted inserted replaced
-1:000000000000 0:ecdfc63274bf
       
     1 Buttons
       
     2 
       
     3 * Gives you great looking CSS buttons, for both <a> and <button>.
       
     4 * Demo: particletree.com/features/rediscovering-the-button-element
       
     5 
       
     6 
       
     7 Credits
       
     8 ----------------------------------------------------------------
       
     9 
       
    10 * Created by Kevin Hale [particletree.com]
       
    11 * Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com]
       
    12 
       
    13 
       
    14 Usage
       
    15 ----------------------------------------------------------------
       
    16 
       
    17 1) Add this plugin to lib/settings.yml.
       
    18    See compress.rb for instructions.
       
    19 
       
    20 2) Use the following HTML code to place the buttons on your site:
       
    21 
       
    22   <button type="submit" class="button positive">
       
    23     <img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save
       
    24   </button>
       
    25 
       
    26   <a class="button" href="/password/reset/">
       
    27     <img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password
       
    28   </a>
       
    29 
       
    30   <a href="#" class="button negative">
       
    31     <img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel
       
    32   </a>