2016-12-23 07:02:45 +01:00
|
|
|
/*
|
|
|
|
* firefly.css
|
|
|
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
|
|
|
*
|
|
|
|
* This software may be modified and distributed under the terms of the
|
|
|
|
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
|
|
|
*
|
|
|
|
* See the LICENSE file for details.
|
|
|
|
*/
|
|
|
|
|
2016-09-21 19:23:50 +02:00
|
|
|
#daterange {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.general-chart-error {
|
|
|
|
height: 30px;
|
|
|
|
background: url('/images/error.png') no-repeat center center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.handle {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
2016-04-03 11:07:51 +02:00
|
|
|
body.waiting * {
|
|
|
|
cursor: progress;
|
|
|
|
}
|
2015-04-19 17:43:04 +02:00
|
|
|
|
|
|
|
.ui-sortable-placeholder {
|
|
|
|
display: inline-block;
|
|
|
|
height: 1px;
|
2015-04-28 08:58:01 +02:00
|
|
|
}
|
2016-09-21 19:23:50 +02:00
|
|
|
|
2016-10-14 19:48:19 +02:00
|
|
|
.preferences-box {
|
2017-01-10 19:55:52 +01:00
|
|
|
border: 1px #ddd solid;
|
2016-10-14 19:48:19 +02:00
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
padding: 15px;
|
|
|
|
margin: 15px;
|
|
|
|
}
|
|
|
|
|
2015-04-28 08:58:01 +02:00
|
|
|
#map-canvas {
|
|
|
|
height: 100%;
|
2015-06-20 09:54:01 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-06-28 13:07:23 +02:00
|
|
|
}
|
2015-07-25 07:04:09 +02:00
|
|
|
|
2016-02-11 08:11:26 +01:00
|
|
|
.ff-error-page {
|
|
|
|
width: 1000px;
|
|
|
|
margin: 20px auto 0 auto;
|
|
|
|
}
|
2016-09-21 19:23:50 +02:00
|
|
|
|
2016-02-11 08:11:26 +01:00
|
|
|
.ff-error-page > .headline {
|
|
|
|
float: left;
|
|
|
|
font-size: 100px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
2016-09-21 19:23:50 +02:00
|
|
|
|
2016-02-11 08:11:26 +01:00
|
|
|
.ff-error-page > .error-content {
|
|
|
|
margin-left: 190px;
|
|
|
|
display: block;
|
|
|
|
}
|
2016-09-21 19:23:50 +02:00
|
|
|
|
2016-02-11 08:11:26 +01:00
|
|
|
.ff-error-page > .error-content > h3 {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 25px;
|
2016-02-06 05:01:34 +01:00
|
|
|
}
|
2016-09-21 19:23:50 +02:00
|
|
|
|
2016-02-11 08:11:26 +01:00
|
|
|
.ff-error-box {
|
2016-02-06 05:01:34 +01:00
|
|
|
width: 460px;
|
|
|
|
margin: 7% auto;
|
|
|
|
}
|
2016-01-14 11:27:15 +01:00
|
|
|
|
|
|
|
/* cursors */
|
2016-09-21 19:23:50 +02:00
|
|
|
.rule-triggers {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rule-actions {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
|
|
|
.firefly-info-button {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#testTriggerModal .modal-body {
|
|
|
|
max-height: 500px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
2016-02-17 12:11:00 +01:00
|
|
|
|
2016-09-21 19:23:50 +02:00
|
|
|
.bootstrap-tagsinput {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 100%;
|
2016-10-08 16:24:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.loading {
|
2016-10-14 19:48:19 +02:00
|
|
|
background: url('/images/loading-small.gif') no-repeat center center;
|
|
|
|
min-height: 30px;
|
2017-01-05 21:01:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
a[href]:after {
|
|
|
|
content: none !important;
|
|
|
|
}
|
2017-01-10 19:55:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.edit_tr_buttons {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit_tr_buttons .btn {
|
|
|
|
float: none;
|
|
|
|
display: inline-block;
|
|
|
|
}
|