mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Merge pull request #4595 from aignatov-bio/ai-sci-7359-fix-select-time-layout
Fix time picket CSS [SCI-7359]
This commit is contained in:
commit
c2be99abda
1 changed files with 40 additions and 0 deletions
40
app/assets/stylesheets/shared/datetime_picker.scss
Normal file
40
app/assets/stylesheets/shared/datetime_picker.scss
Normal file
|
@ -0,0 +1,40 @@
|
|||
// scss-lint:disable SelectorDepth NestingDepth
|
||||
|
||||
.bootstrap-datetimepicker-widget {
|
||||
.glyphicon-calendar {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.timepicker-picker {
|
||||
padding: 0 60px;
|
||||
|
||||
td {
|
||||
height: initial;
|
||||
line-height: initial;
|
||||
|
||||
a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.timepicker-hour,
|
||||
.timepicker-minute {
|
||||
height: initial;
|
||||
line-height: initial;
|
||||
padding: 6px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.glyphicon-chevron-up,
|
||||
.glyphicon-chevron-down {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.separator {
|
||||
width: 10px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue