Skip to content
Extraits de code Groupes Projets
jqplot.css 4,81 ko
Newer Older
  • Learn to ignore specific revisions
  •     background: url(../../Morpheus/images/loading-blue.gif) no-repeat center center white;
    
        position: absolute;
        z-index: 10;
    
    .jqplot-target {
        position: relative;
        color: #333;
        font-size: 1em;
    }
    
    .jqplot-axis {
        font-size: 0.75em;
    }
    
    .jqplot-xaxis {
        margin-top: 10px;
    }
    
    .jqplot-yaxis {
        margin-right: 10px;
    }
    
    
    .jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick {
    
        position: absolute;
    }
    
    .jqplot-xaxis-tick {
    
        left: 15px;
        vertical-align: top;
    }
    
    .jqplot-yaxis-tick {
    
        right: 0;
    
        top: 15px;
        text-align: right;
    }
    
    .jqplot-yaxis-tick.jqplot-breakTick {
    
        right: -20px;
        margin-right: 0;
        padding: 1px 5px 1px 5px;
        z-index: 2;
        font-size: 1.5em;
    
    }
    
    .jqplot-xaxis-label {
        margin-top: 10px;
        font-size: 11pt;
        position: absolute;
    }
    
    .jqplot-yaxis-label {
        margin-right: 10px;
        font-size: 11pt;
        position: absolute;
    }
    
    .jqplot-title {
    
        top: 0;
        left: 0;
    
        padding-bottom: 0.5em;
        font-size: 1.2em;
    
    /**
     * ROW EVOLUTION POPUP
     */
    
    .rowevolution {
    
    #Piwik_Popover .rowevolution .alert-info {
    
    a.rowevolution-startmulti {
        color: #4183C4 !important;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }
    
    
    .rowevolution h2 {
    
        font-size: 16px;
        margin: 0;
        padding: 0;
    
        border: none;
    
    }
    
    .rowevolution .metrics-container {
    
    }
    
    .rowevolution table.metrics {
    
    .multirowevolution table.metrics {
    
    .rowevolution table.metrics,
    .multirowevolution table.metrics {
    
        /* prevent select for shift-click on metric toggles */
        user-select: none; /* CSS3 */
    
        -moz-user-select: none; /* Gecko (Firefox) */
    
        -khtml-user-select: none; /* Webkit (Safari, Chrome) */
    
    .rowevolution table.metrics td.sparkline,
    .multirowevolution table.metrics td.sparkline {
        float:none;
    }
    
    
    .rowevolution table.metrics tr {
    
        margin: 0;
        padding: 0;
        cursor: pointer;
    
    }
    
    .rowevolution table.metrics td {
    
        vertical-align: middle;
        text-align: left;
        margin: 0;
        padding: 4px 0;
        cursor: pointer;
    
    }
    
    .rowevolution table.metrics td.sparkline {
    
    .multirowevolution table.metrics td.sparkline {
    
    }
    
    /** IE7 does not support inline image data, which is needed for spark lines */
    *+html .multirowevolution table.metrics td.sparkline,
    *+html .rowevolution table.metrics td.sparkline {
    
    }
    
    .rowevolution table.metrics td.text {
    
        font-size: 13px;
        line-height: 18px;
        color: #7E7363;
        font-weight: bold;
    
    .rowevolution table.metrics td.text img {
        max-width: 16px;
        max-height: 16px;
        vertical-align: bottom;
    }
    
    
    .multirowevolution table.metrics td.text {
    
    }
    
    .rowevolution table.metrics td.text span.details {
    
    }
    
    .rowevolution table.metrics td.text span.change {
    
        display: block;
        float: left;
        padding-left: 15px;
    
    .rowevolution table.metrics td.text span.good {
    
    .rowevolution table.metrics td.text span.bad {
    
    }
    
    .rowevolution .metric-selectbox,
    .rowevolution .compare-container {
    
    }
    
    .rowevolution .metric-selectbox select {
    
        font-size: 13px;
        color: #444;
        margin: 8px 0 0 0;
        padding: 0;
    
    }
    
    /**
     * SERIES PICKER FOR CHARTS
     */
    
        display: block;
        position: absolute;
        z-index: 9;
        width: 24px;
        height: 16px;
        margin-top: 3px;
    
        background: url(../../Morpheus/images/chart_line_edit.png) no-repeat center center;
    
        overflow: hidden;
        text-indent: -999px;
    
        display: block;
        position: absolute;
        z-index: 1010; /* must be above ui dialog */
        margin-top: -2px;
    
        background: url(../../Morpheus/images/chart_line_edit.png) no-repeat 7px 4px #f7f7f7;
    
        font-size: 11px;
        font-weight: normal;
        border: 1px solid #e4e5e4;
        padding: 6px 9px;
        border-radius: 4px;
        -moz-box-shadow: 1px 1px 2px #666;
        -webkit-box-shadow: 1px 1px 2px #666;
        box-shadow: 1px 1px 2px #666;
    
        margin: 0;
        padding: 0 4px 0 0;
        line-height: 15px;
        vertical-align: middle;
    
    .jqplot-seriespicker-popover p.headline {
    
        font-weight: bold;
        font-size: 12px;
        padding: 0 0 6px 22px;
        color: #7E7363;
    
    .jqplot-seriespicker-popover p.headline.recordsToPlot {
    
    .jqplot-seriespicker-popover.alignright p.headline {
    
    .jqplot-seriespicker-popover input.select {
    
        min-height: 5px;
    
    .jqplot-seriespicker-popover p.pickColumn,
    .jqplot-seriespicker-popover p.pickRow {