# statify/1.4.1/css/dashboard.css

Statify, version 1.4.1. 74 lines.

- Page: https://pluginprobe.com/plugins/statify/1.4.1/code/css/dashboard.css
- Raw: https://pluginprobe.com/plugins/statify/1.4.1/raw/css/dashboard.css
- Modified: 2015-04-29T06:42:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/statify/1.4.1/code/css/dashboard.css#L10-L20`.

```css
/* @group Front page */

#statify_chart {
    color: #aaa;
    height: 140px;
    margin: 0 -4px;
    text-align: center;
}
#statify_chart_data {
    display: none;
}

#statify_dashboard .inside {
    height: 1%;
    margin: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

#statify_dashboard .table {
    padding-bottom: 12px;
}
#statify_dashboard .table p.sub {
    color: #BBB;
    margin: 0 0 -4px;
}
#statify_dashboard .table div {
    overflow: hidden;
}

#statify_dashboard .table.referrer {
    float: left;
    width: 45%;
}
#statify_dashboard .table.target {
    float: right;
    width: 55%;
}

#statify_dashboard td {
    padding: 8px 0 0;
    line-height: 1.4em;
}
#statify_dashboard td.b {
    text-align: right;
    padding-right: 4px;
    color: #777;
}
#statify_dashboard label {
    display: block;
    margin-bottom: 1.1em !important;
}

/* @end group */


/* @group Back stage */

#statify_dashboard .dashboard-widget-control-form {
    padding: 0 0 18px;
}
#statify_dashboard .dashboard-widget-control-form select {
    width: 100px;
}

#statify_dashboard .meta-links {
    float: right;
    margin: 0;
    line-height: 28px;
}

/* @end group */
```
