From b7eaae3c8bf67cf357db4de2a0a2beed6b36b1aa Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Sat, 6 Apr 2013 16:34:04 -0700 Subject: [PATCH] Lots of visual tweaks, added bar chart options to hit panel --- common/css/main.css | 40 +++++++++++++ index.html | 2 +- panels/histogram/module.html | 8 +-- panels/histogram/module.js | 5 +- panels/hits/editor.html | 17 +++--- panels/hits/module.html | 21 ++++--- panels/hits/module.js | 104 +++++++++++++++++++++++++++++++-- panels/stringquery/module.html | 2 +- partials/dashboard.html | 20 ++++--- 9 files changed, 183 insertions(+), 36 deletions(-) diff --git a/common/css/main.css b/common/css/main.css index c7a17b0f0c9..bb53d3f6704 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -6,6 +6,46 @@ color: #000; } +.kibana-row { + margin-left: 15px; + margin-bottom: 15px; +} + +.navbar .brand { + color: #eee; +} + +.row-close { + color: #bbb; + position: absolute; + font-size: 9pt; + font-weight: 200; + padding-left: 35px; + padding-top:0px; +} + +.row-open { + text-align: right; + color: #bbb; + margin-top:30px; + position: absolute; + font-size: 13pt; + font-weight: 200; + -moz-transform-origin: 40px; + -ms-transform-origin: 40px; + -o-transform-origin: 40px; + -webkit-transform-origin: 40px; + transform-origin: 40px; + transform: rotate(-90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); +} + +.row-open i { + font-size: 10pt; +} + .odd { background-color: #f9f9f9; } diff --git a/index.html b/index.html index 7af6855a217..5a23ff69de6 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@