firefly-iii/public/css/firefly.css

76 lines
1.0 KiB
CSS
Raw Normal View History

2016-09-21 12:23:50 -05:00
#daterange {
cursor: pointer;
}
.general-chart-error {
height: 30px;
background: url('/images/error.png') no-repeat center center;
}
.handle {
cursor: move;
}
2016-04-03 04:07:51 -05:00
body.waiting * {
cursor: progress;
}
.ui-sortable-placeholder {
display: inline-block;
height: 1px;
}
2016-09-21 12:23:50 -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
}
2016-02-11 01:11:26 -06:00
.ff-error-page {
width: 1000px;
margin: 20px auto 0 auto;
}
2016-09-21 12:23:50 -05:00
2016-02-11 01:11:26 -06:00
.ff-error-page > .headline {
float: left;
font-size: 100px;
font-weight: 300;
}
2016-09-21 12:23:50 -05:00
2016-02-11 01:11:26 -06:00
.ff-error-page > .error-content {
margin-left: 190px;
display: block;
}
2016-09-21 12:23:50 -05:00
2016-02-11 01:11:26 -06:00
.ff-error-page > .error-content > h3 {
font-weight: 300;
font-size: 25px;
2016-02-05 22:01:34 -06:00
}
2016-09-21 12:23:50 -05: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;
}
/* cursors */
2016-09-21 12:23:50 -05:00
.rule-triggers {
cursor: move;
}
.rule-actions {
cursor: move;
}
.firefly-info-button {
cursor: pointer;
}
#testTriggerModal .modal-body {
max-height: 500px;
overflow-y: scroll;
}
2016-09-21 12:23:50 -05:00
.bootstrap-tagsinput {
margin-bottom: 10px;
width: 100%;
}