File tree Expand file tree Collapse file tree
core_plugins/timelion/public Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818.timelion {
1919 position : relative ;
2020
21- &-container {
22- margin : 20px ;
21+ .config .list-group-item .container-fluid {
22+ background-color : transparent ;
23+ padding : 0 ;
2324 }
25+ }
2426
25- & -container-drawer {
26- position : fixed ;
27- bottow: 0 px ;
27+ .timelion -container {
28+ margin : 20 px ;
29+ }
2830
29- &-tab {
30- width : 100% ;
31- background-color : @gray-lighter ;
32- }
33- }
31+ .timelion-container-drawer {
32+ position : fixed ;
33+ bottow: 0px ;
34+ }
3435
35- &-expression {
36- position : relative !important ;
37- }
36+ .timelion-container-drawer-tab {
37+ width : 100% ;
38+ background-color : @gray-lighter ;
39+ }
3840
39- &-subnav {
40- background-color : @gray-lighter ;
41- margin : 0px
42- }
41+ .timelion-expression {
42+ position : relative !important ;
43+ }
4344
44- &-stats {
45- font-weight : normal ;
46- }
45+ .timelion-subnav {
46+ background-color : @gray-lighter ;
47+ margin : 0px
48+ }
4749
48- &-buttons {
49- position : absolute ;
50- right : 0px ;
51- display : inline-block ;
52- padding : 5px 20px ;
53- background-color : @navbar-default-bg ;
54- border-bottom-left-radius : @border-radius-base ;
50+ .timelion-stats {
51+ font-weight : normal ;
52+ }
5553
56- a {
57- margin : 5px ;
58- color : #000 ;
59- }
60- }
54+ .timelion-buttons {
55+ position : absolute ;
56+ right : 0px ;
57+ display : inline-block ;
58+ padding : 5px 20px ;
59+ background-color : @navbar-default-bg ;
60+ border-bottom-left-radius : @border-radius-base ;
6161
62- .config .list-group-item .container-fluid {
63- background-color : transparent ;
64- padding : 0 ;
62+ a {
63+ margin : 5 px ;
64+ color : #000 ;
6565 }
6666}
6767
Original file line number Diff line number Diff line change 33 < kbn-top-nav name ="timelion " config ="topNavMenu ">
44 <!-- Transcluded elements. -->
55 < div data-transclude-slots >
6- < div data-transclude-slot ="topLeftCorner " class =" kibana-nav-info " >
7- < span class ="kibana-nav-info-title ">
8- < span ng-show =" opts.savedSheet.id " >
9- {{opts.savedSheet.title}}
10- < i class ="fa fa-bolt " ng-click ="showStats = !showStats "> </ i >
11- </ span >
12- < small class ="timelion-stats " ng-show ="showStats ">
6+ < div data-transclude-slot ="topLeftCorner ">
7+ < span class ="localTitle " ng-show =" opts.savedSheet.id ">
8+ {{ opts.savedSheet.title}}
9+
10+ < span class ="fa fa-bolt " ng-click ="showStats = !showStats "> </ span >
11+
12+ < span class ="timelion-stats " ng-show ="showStats ">
1313 Query Time {{stats.queryTime - stats.invokeTime}}ms /
1414 Processing Time {{stats.sheetTime - stats.queryTime}}ms
15- </ small >
15+ </ span >
1616 </ span >
1717 </ div >
1818
Original file line number Diff line number Diff line change 161161 border-radius : 0 ;
162162 }
163163 }
164-
165- .kibana-nav-info {
166- line-height : 30px ;
167- padding : 0 10px ;
168- }
169-
170- .kibana-nav-info-title {
171- font-weight : bold ;
172- margin-right : 10px ;
173- }
174164 }
175165
176166 > config {
You can’t perform that action at this time.
0 commit comments