mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
move timepicker's styles to separate less file (#9270)
Backports PR #9117
**Commit 1:**
move timepicker's styles to separate less file
* Original sha: d0029b1023
* Authored by szydan <danielczyk.szymon@gmail.com> on 2016-11-17T12:27:07Z
This commit is contained in:
parent
c7675b1c8e
commit
c36e636e9b
3 changed files with 20 additions and 19 deletions
|
@ -1,23 +1,4 @@
|
|||
<div class="kbn-timepicker">
|
||||
<style>
|
||||
.kbn-timepicker [kbn-time-input] {
|
||||
text-align: center;
|
||||
}
|
||||
.kbn-timepicker-modes {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.kbn-timepicker-section {
|
||||
float: left;
|
||||
padding: 0px 15px;
|
||||
}
|
||||
.kbn-refresh-section {
|
||||
float: left;
|
||||
padding: 0px 15px;
|
||||
}
|
||||
.kbn-timepicket-alert {
|
||||
width: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="tab-content">
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ import _ from 'lodash';
|
|||
import dateMath from '@elastic/datemath';
|
||||
import moment from 'moment';
|
||||
import Notifier from 'ui/notify/notifier';
|
||||
import 'ui/timepicker/timepicker.less';
|
||||
import 'ui/directives/input_datetime';
|
||||
import 'ui/directives/inequality';
|
||||
import 'ui/timepicker/quick_ranges';
|
||||
|
|
19
src/ui/public/timepicker/timepicker.less
Normal file
19
src/ui/public/timepicker/timepicker.less
Normal file
|
@ -0,0 +1,19 @@
|
|||
.kbn-timepicker {
|
||||
[kbn-time-input] {
|
||||
text-align: center;
|
||||
}
|
||||
.kbn-timepicker-modes {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.kbn-timepicker-section {
|
||||
float: left;
|
||||
padding: 0px 15px;
|
||||
}
|
||||
.kbn-refresh-section {
|
||||
float: left;
|
||||
padding: 0px 15px;
|
||||
}
|
||||
.kbn-timepicket-alert {
|
||||
width: 100px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue