Sha256: adab02b3a25a472468ba8b8de7e84420a12eba434309b1aec2e3a8b930fc4600

Contents?: true

Size: 1.36 KB

Versions: 3

Compression:

Stored size: 1.36 KB

Contents

.tabs
{
    border:        1px solid #aaa;
    height:        30px;
    margin-bottom: 20px;
}
    .tabs ul
    {
        background:      #ddd -webkit-gradient(linear, left bottom, left top,
            from(#ddd), to(#eee));
        background:      #ddd -moz-linear-gradient(bottom, top, #ddd, #eee);
        border-top:      1px solid #fff;
        height:          29px;
        list-style-type: none;
        margin:          0px;
    }
    .tabs ul:after
    {
        clear:      both;
        content:    '.';
        display:    block;
        height:     0;
        visibility: hidden;
    }
        .tabs ul li
        {
            border-right: 1px solid #aaa;
            float:        left;
            margin:       0px;
        }
        .tabs ul li.active a
        {
            background:        #eee -webkit-gradient(linear, left bottom,
                left top, from(#eee), to(#ddd));
            background:        #eee -moz-linear-gradient(bottom, top, #eee, #ddd);
            border-bottom:     1px solid #aaa;
            height:            20px;
        }
            .tabs ul li a
            {
                color:           #000;
                display:         block;
                height:          20px;
                padding:         4px 15px 5px 15px;
                text-decoration: none;
                text-shadow:     0px 1px #fff;
            }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zen-0.3 lib/zen/public/admin/css/zen/tabs.css
zen-0.3b1 lib/zen/public/admin/css/zen/tabs.css
zen-0.3b lib/zen/public/admin/css/zen/tabs.css