123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- .graph .content {
- width: 1200px;
- }
- .graph .chart {
- display: inline-block;
- }
- .graph .chart path {
- -webkit-transition: opacity 0.2s linear;
- }
- .graph .slider {
- margin-top: 10px;
- }
- .graph .legend {
- display: inline-block;
- position: relative;
- left: 8px;
- }
- .graph .legend-container {
- position: absolute;
- right: 0;
- bottom: 26px;
- width: 0;
- }
- .graph .chart-container {
- position: relative;
- display: inline-block;
- }
- .graph .smoother {
- margin: 0 0 10px 16px;
- width: 100px;
- }
- .rickshaw_graph .detail {
- left: -1000;
- }
- .graph .chart {
- border: 1px solid #f0f0f0;
- }
- .graph .side-panel {
- padding: 0 20px 20px 0;
- display: inline-block;
- vertical-align: top;
- }
- .graph .side-panel section {
- color: #505050;
- font-size: 12px;
- }
- .graph .side-panel section h6 {
- margin: 0 0 1em 0;
- font-size: 12px;
- font-weight: normal;
- }
- .graph .side-panel .ui-slider-horizontal {
- height: 1px !important;
- border-color: #e0e0e0;
- margin-bottom: 10px;
- }
- .graph .side-panel .ui-slider-handle {
- border-color: #a0a0a0;
- height: 9px !important;
- width: 9px !important;
- top: -5px !important;
- border-radius: 6px;
- outline: none;
- cursor: pointer;
- }
- .graph .legend {
- background-color: white;
- margin-left: 0;
- padding: 0;
- left: 0;
- }
- .graph .legend .label {
- color: #404040;
- background-color: white;
- }
- .graph .legend .action {
- color: black;
- opacity: 0.5;
- }
- .graph .legend ul {
- padding: 0;
- }
- .graph section {
- border: none;
- border-top: 1px solid #eaeaea;
- padding: 15px 0;
- }
- .graph .smoother {
- margin: 5px 0 0 10px;
- width: 90%;
- }
- .graph .legend .label.disabled {
- opacity: 0.4;
- }
- #renderer_form.toggler {
- display: block;
- margin: 0;
- }
- #renderer_form.toggler input[type=radio]:checked {
- outline: 2px solid steelblue;
- }
- #renderer_form.toggler input[type=radio] {
- -moz-appearance: button;
- background: white;
- margin: 0 7px;
- width: 39px;
- height: 26px;
- position: absolute;
- }
- #renderer_form.toggler label {
- display: inline-block;
- padding: 0;
- width: 39px;
- padding-top: 27px;
- text-align: center;
- font-size: 10px;
- color: #808080;
- background-repeat: no-repeat;
- position: relative;
- margin: 0 7px;
- cursor: pointer;
- }
- .spacer {
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .span6 table {
- table-layout:fixed;
- word-wrap: break-word;
- }
- .span6 table caption + tbody tr td:first-child {
- width: 25%;
- }
|