mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:07:53 +08:00
UX: Improving aligment within topic timer modal
This commit is contained in:
parent
a834245683
commit
f0fd875918
|
@ -23,11 +23,12 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
label {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
padding-right: 5px;
|
||||
margin-bottom: 0;
|
||||
align-items: center;
|
||||
input {
|
||||
vertical-align: middle;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
.btn.pull-right {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
.future-date-input-selector-datetime {
|
||||
color: lighten($primary, 40%);
|
||||
margin-left: 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.future-date-input-selector-icons {
|
||||
|
|
|
@ -66,7 +66,6 @@
|
|||
outline: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
min-height: 30px;
|
||||
|
||||
|
@ -91,7 +90,8 @@
|
|||
}
|
||||
|
||||
.caret-icon {
|
||||
margin-left: 5px;
|
||||
margin-left: auto;
|
||||
padding-left: 5px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user