Sha256: aba31de811ed0fc05b286d329a0fa354a54ec0b22c9aad3a48e8c8a0f03b6ed1

Contents?: true

Size: 1.51 KB

Versions: 3

Compression:

Stored size: 1.51 KB

Contents

.window
{
    background:  #fff;
    border:      1px solid #aaa;
    left:        50%;
    min-width:   350px;
    min-height:  100px;
    position:    absolute;
    top:         80px;
}

.window.move
{
    cursor: move;
}

.window.resize
{
    cursor: nwse-resize;
}

.window, .window header
{
    border-radius:         5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius:    5px 5px 0px 0px;
}

    .window header
    {
        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;
        border-bottom: 1px solid #aaa;
        padding:       3px;
    }

        .window header h1
        {
            font-size:   13px;
            font-weight: normal;
            float:       right;
            margin:      0px;
            padding:     0px;
            text-shadow: 0px 1px #fff;
            text-align:  center;
            width:       97%;
        }

        .window header .close
        {
            background: url('/admin/images/zen/icons/close.png') no-repeat center left;
            cursor:     pointer;
            float:      left;
            height:     16px;
            width:      16px;
        }

    .window .body, .window .buttons
    {
        padding: 20px;
    }

    .window .buttons
    {
        float: right;
    }

        .window .buttons .button:last-child
        {
            margin-right: 0px;
        }

Version data entries

3 entries across 3 versions & 1 rubygems

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