mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Fix tags input width.
This commit is contained in:
46
public/css/firefly.css
vendored
46
public/css/firefly.css
vendored
@@ -1,6 +1,16 @@
|
|||||||
#daterange {cursor:pointer;}
|
#daterange {
|
||||||
.general-chart-error {height:30px;background:url('/images/error.png') no-repeat center center;}
|
cursor: pointer;
|
||||||
.handle {cursor:move;}
|
}
|
||||||
|
|
||||||
|
.general-chart-error {
|
||||||
|
height: 30px;
|
||||||
|
background: url('/images/error.png') no-repeat center center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.handle {
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
|
|
||||||
body.waiting * {
|
body.waiting * {
|
||||||
cursor: progress;
|
cursor: progress;
|
||||||
}
|
}
|
||||||
@@ -9,38 +19,58 @@ body.waiting * {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#map-canvas {
|
#map-canvas {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ff-error-page {
|
.ff-error-page {
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
margin: 20px auto 0 auto;
|
margin: 20px auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ff-error-page > .headline {
|
.ff-error-page > .headline {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 100px;
|
font-size: 100px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ff-error-page > .error-content {
|
.ff-error-page > .error-content {
|
||||||
margin-left: 190px;
|
margin-left: 190px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ff-error-page > .error-content > h3 {
|
.ff-error-page > .error-content > h3 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ff-error-box {
|
.ff-error-box {
|
||||||
width: 460px;
|
width: 460px;
|
||||||
margin: 7% auto;
|
margin: 7% auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* cursors */
|
/* cursors */
|
||||||
.rule-triggers {cursor:move;}
|
.rule-triggers {
|
||||||
.rule-actions {cursor:move;}
|
cursor: move;
|
||||||
.firefly-info-button {cursor:pointer;}
|
}
|
||||||
|
|
||||||
#testTriggerModal .modal-body { max-height: 500px; overflow-y: scroll; }
|
.rule-actions {
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
|
|
||||||
|
.firefly-info-button {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#testTriggerModal .modal-body {
|
||||||
|
max-height: 500px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bootstrap-tagsinput {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
Reference in New Issue
Block a user