Skip to content
Snippets Groups Projects
dashboard.css 1.9 KiB
Newer Older
  • Learn to ignore specific revisions
  • Jared Hancock's avatar
    Jared Hancock committed
    #line-chart-here {
        padding: 0.4em;
        margin-bottom: 1em;
        border-radius: 0.3em;
        border: 0.2em solid #ccc;
        background: rgb(246,248,249); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
        background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    }
    #line-chart-here tspan {
        font-family: Monaco, Calibri, Sans Serif;
        font-size: 8pt;
    }
    #line-chart-legend {
        margin: 0.6em;
        line-height: 140%;
    }
    span.label.disabled {
        opacity: 0.5;
        background-color: #555 !important;
    }
    span.label {
        cursor: pointer;
    }
    #table-here tr :not(:first-child) {
        text-align: right;
        padding-right: 2.3em;
        width: 10%;
    }
    #table-here tr :not(:first-child) div {
        position: relative;
        margin-right: -1em;
    }
    #table-here tr :not(:first-child) div div {
        position: absolute;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
    }