fix datepicker and datetime
- orientation works - datetime: label and time input won't shrink
This commit is contained in:
parent
52e7ab2e1c
commit
5aeb748323
1 changed files with 6 additions and 6 deletions
|
@ -1198,6 +1198,7 @@ fieldset > .form-group {
|
||||||
|
|
||||||
.controls-label {
|
.controls-label {
|
||||||
margin: 11px 10px 0;
|
margin: 11px 10px 0;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1267,6 +1268,7 @@ input.time {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
line-height: 42px;
|
line-height: 42px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
&.form-control--small {
|
&.form-control--small {
|
||||||
line-height: 31px;
|
line-height: 31px;
|
||||||
|
@ -6495,8 +6497,6 @@ output {
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0 14px 11px;
|
padding: 0 14px 11px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0 !important;
|
|
||||||
top: 41px !important;
|
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
|
@ -6532,15 +6532,15 @@ output {
|
||||||
.dow {
|
.dow {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 20px 5px 0;
|
padding: 5px 5px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.day {
|
.day {
|
||||||
width: 27px;
|
width: 27px;
|
||||||
height: 27px;
|
height: 26px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
padding: 0;
|
padding: 1px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.month,
|
.month,
|
||||||
|
@ -6581,7 +6581,7 @@ output {
|
||||||
|
|
||||||
.today {
|
.today {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0;
|
padding: 2px 0 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
|
|
Loading…
Reference in a new issue