Sha256: 3d2e0f85005a170968765f1574c70ae36052580e1e060aa5c02424ef8894e0d2

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

@charset "UTF-8";

/**
 * Buttons (such as those used for saving forms).
 *
 * @author Yorick Peterse
 * @since  0.1
 */
.button
{
    border:       1px solid #bbb;
    display:      inline-block;
    margin-right: 10px;
}

    .button a, .button input[type="submit"], .button button
    {
        background:      #ddd;
        background:      #ddd -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#eee));
        background:      #ddd -moz-linear-gradient(bottom, top, #ddd, #eee);
        border:          none;
        border-top:      1px solid #fff;
        color:           #000;
        cursor:          pointer;
        display:         block;
        font-size:       13px;
        font-family:     'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin:          0px;
        min-width:       80px;
        padding:         3px;
        text-decoration: none;
        text-shadow:     1px 1px #fff;
        text-align:      center;
    }

    .button a
    {
        padding: 5px;
    }
    
    .button input[type="submit"]
    {
        padding: 5px 4px 6px 4px;
    }
    
    .button a:active, .button input[type="submit"]:active, .button button:active
    {
        background: #eee -webkit-gradient(linear, left bottom, left top, from(#eee), to(#ddd));
        background: #eee -moz-linear-gradient(bottom, top, #eee, #ddd);
    }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zen-0.2.7 lib/zen/public/admin/css/zen/buttons.css
zen-0.2.6.1 lib/zen/public/admin/css/zen/buttons.css
zen-0.2.6 lib/zen/public/admin/css/zen/buttons.css