From dc9fe585363a796ef1b3b330b4ec5f72d8323fab Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 21 Sep 2016 19:23:50 +0200 Subject: [PATCH] Fix tags input width. --- public/css/firefly.css | 46 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 8 deletions(-) diff --git a/public/css/firefly.css b/public/css/firefly.css index 64c1c6712c..a33f04a936 100644 --- a/public/css/firefly.css +++ b/public/css/firefly.css @@ -1,6 +1,16 @@ -#daterange {cursor:pointer;} -.general-chart-error {height:30px;background:url('/images/error.png') no-repeat center center;} -.handle {cursor:move;} +#daterange { + cursor: pointer; +} + +.general-chart-error { + height: 30px; + background: url('/images/error.png') no-repeat center center; +} + +.handle { + cursor: move; +} + body.waiting * { cursor: progress; } @@ -9,38 +19,58 @@ body.waiting * { display: inline-block; height: 1px; } + #map-canvas { height: 100%; margin: 0; padding: 0; } - .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; } + .ff-error-box { width: 460px; margin: 7% auto; } /* cursors */ -.rule-triggers {cursor:move;} -.rule-actions {cursor:move;} -.firefly-info-button {cursor:pointer;} +.rule-triggers { + cursor: move; +} -#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%; +} \ No newline at end of file