Sha256: 673e67055c385bd9d7e1663539f625f37289bd3d92417a41c17b587194194e84

Contents?: true

Size: 1.96 KB

Versions: 37

Compression:

Stored size: 1.96 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-text {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-time {
    width: 100px;
}

.td-controller {
    width: 15%;
}

.td-action {
    width: 15%;
}

.td-ip {
    width: 15%;
}

.td-runtime {
    width: 15%;
}

.url_log {
    width: 15%;
}

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
mongodb_logger-0.6.5 app/assets/stylesheets/group-tables.css
mongodb_logger-0.6.4 app/assets/stylesheets/group-tables.css
mongodb_logger-0.6.3 app/assets/stylesheets/group-tables.css
mongodb_logger-0.6.2 app/assets/stylesheets/group-tables.css
mongodb_logger-0.6.1 app/assets/stylesheets/group-tables.css
mongodb_logger-0.6.0 app/assets/stylesheets/group-tables.css
mongodb_logger-0.5.2 app/assets/stylesheets/group-tables.css
mongodb_logger-0.5.1 app/assets/stylesheets/group-tables.css
mongodb_logger-0.5.0 app/assets/stylesheets/group-tables.css
mongodb_logger-0.4.2 app/assets/stylesheets/group-tables.css
mongodb_logger-0.4.1 app/assets/stylesheets/group-tables.css
mongodb_logger-0.4.0 app/assets/stylesheets/group-tables.css
mongodb_logger-0.3.3-jruby app/assets/stylesheets/group-tables.css
mongodb_logger-0.3.3 app/assets/stylesheets/group-tables.css
mongodb_logger-0.3.2-jruby app/assets/stylesheets/group-tables.css
mongodb_logger-0.3.2 app/assets/stylesheets/group-tables.css
mongodb_logger-0.3.1-jruby app/assets/stylesheets/group-tables.css
mongodb_logger-0.3.1 app/assets/stylesheets/group-tables.css
mongodb_logger-0.3.0-jruby app/assets/stylesheets/group-tables.css
mongodb_logger-0.3.0 app/assets/stylesheets/group-tables.css