Sha256: 32d2137a0dbe09c8b5dc3ca22d75056fb28bc9c491de5aa7c576ddfb5ef4ae88

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

Contents

.button
{
    border:       1px solid #bbb;
    display:      inline-block;
    margin-right: 10px;
}

    .button a, .button input, .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: 3px 5px;
    }

    .button input
    {
        padding: 5px 6px 6px 6px;
    }

    .button a:active, .button input: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.3 lib/zen/public/admin/css/zen/buttons.css
zen-0.3b1 lib/zen/public/admin/css/zen/buttons.css
zen-0.3b lib/zen/public/admin/css/zen/buttons.css