2015-03-04 02:42:47 -06:00
|
|
|
#daterange {cursor:pointer;}
|
2015-08-01 00:22:48 -05:00
|
|
|
.general-chart-error {height:30px;background:url('/images/error.png') no-repeat center center;}
|
2015-04-19 10:43:04 -05:00
|
|
|
.handle {cursor:move;}
|
|
|
|
|
|
|
|
.ui-sortable-placeholder {
|
|
|
|
display: inline-block;
|
|
|
|
height: 1px;
|
2015-04-28 01:58:01 -05:00
|
|
|
}
|
|
|
|
#map-canvas {
|
|
|
|
height: 100%;
|
2015-06-20 02:54:01 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-06-28 06:07:23 -05:00
|
|
|
}
|
2015-07-25 00:04:09 -05:00
|
|
|
|
2016-02-11 01:11:26 -06:00
|
|
|
|
|
|
|
.ff-error-page {
|
|
|
|
width: 1000px;
|
|
|
|
margin: 20px auto 0 auto;
|
|
|
|
}
|
|
|
|
.ff-error-page > .headline {
|
|
|
|
float: left;
|
|
|
|
font-size: 100px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
.ff-error-page > .error-content {
|
|
|
|
margin-left: 190px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.ff-error-page > .error-content > h3 {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 25px;
|
2016-02-05 22:01:34 -06:00
|
|
|
}
|
2016-02-11 01:11:26 -06:00
|
|
|
.ff-error-box {
|
2016-02-05 22:01:34 -06:00
|
|
|
width: 460px;
|
|
|
|
margin: 7% auto;
|
|
|
|
}
|
2016-01-14 04:27:15 -06:00
|
|
|
|
|
|
|
/* cursors */
|
|
|
|
.rule-triggers {cursor:move;}
|
|
|
|
.rule-actions {cursor:move;}
|