Sha256: d7bd05ff0416828b34033c6ecfb62528c37b305a5143d3f1d35a503f69bac46a

Contents?: true

Size: 1.69 KB

Versions: 2

Compression:

Stored size: 1.69 KB

Contents

table {
    width: 100%;
    background-color: #fff;
}

th {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
}

td {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

tr:nth-child(even) td {
    background-color: #f8f8f8;
}

tr.newlog td {
    font-weight: bold;
    background: #ffe;
}

tr:hover td {
    background-color: #E7F4FB;
}

tr.current td {
    color: #fff;
    background: rgb(59,103,158);
    background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );    
}

th:last-child,
td:last-child {
    text-align: right;
}

.status-cell {
    width: 10px;
    text-align: center;
}

.url_log {
    width: 10%;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongodb_logger-0.1.4 lib/mongodb_logger/server/public/stylesheets/group-tables.css
mongodb_logger-0.1.3 lib/mongodb_logger/server/public/stylesheets/group-tables.css