Sha256: 9bcf1f2152d8208a184191ea87025f796509c1b3d888397e0c47340a82c3a1ec

Contents?: true

Size: 1.72 KB

Versions: 1

Compression:

Stored size: 1.72 KB

Contents

table
{
    text-align: left;
    width:      100%;
}

    table thead tr th:not(.no_sort):hover
    {
        cursor: pointer;
    }

    table thead tr th div
    {
        background:   url('/admin/zen/images/icons/asc.png')
            no-repeat right center;

        user-select:         none;
        -webkit-user-select: none;
        -khtml-user-select:  none;
        -moz-user-select:    none;
        -o-user-select:      none;
    }

    table thead tr th.desc div
    {
        background: url('/admin/zen/images/icons/desc.png')
            no-repeat center right;
    }

    table thead tr th.no_sort:first-child
    {
        width: 25px;
    }

    table thead tr th, table tbody tr td
    {
        border-bottom:  1px solid #ccc;
        min-width:      20px;
        padding:        8px 3px;
        text-align:     left;
        vertical-align: top;
    }

    table tbody tr:last-child td
    {
        border-bottom: none;
    }

    table tr:nth-child(odd) td
    {
        background: #f9f9f9;
    }

    table .narrow
    {
        width: 25px!important;
    }

.datepicker tr:nth-child(odd) td
{
    background: #fff;
}

/* Styles for the pager. */
.pager
{
    float:         right;
    margin-bottom: 20px;
}

.pager .grey
{
    display: none;
}

.pager span, .pager a
{
    border:       1px solid #ccc;
    color:        #000;
    display:      inline-block;
    min-width:    20px;
    margin-right: 8px;
    padding:      5px;
    text-align:   center;

    border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
}

.pager a:hover, .pager .current
{
    background:      #eee;
    text-decoration: none;
}

table.no_background tbody td, table.no_background thead th
{
    background: none;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zen-0.4.3 lib/zen/public/admin/zen/css/tables.css