mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Improved date-picker spacing in post publish menu and settings menu
This commit is contained in:
parent
bf6e37f2dd
commit
03da71cfde
@ -84,10 +84,12 @@
|
||||
}
|
||||
|
||||
.ember-power-calendar-nav {
|
||||
line-height: 2;
|
||||
padding: 0 4px 8px;
|
||||
}
|
||||
|
||||
.ember-power-calendar-nav-control {
|
||||
position: relative;
|
||||
bottom: 2px;
|
||||
line-height: 1;
|
||||
font-size: 150%;
|
||||
color: var(--blue);
|
||||
@ -210,6 +212,10 @@
|
||||
|
||||
|
||||
/* Datepicker */
|
||||
.ember-power-datepicker-content {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.ember-power-datepicker-trigger:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
@ -168,6 +168,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
height: 32px;
|
||||
margin: 7px 0 4px;
|
||||
padding: 6px 8px;
|
||||
border: var(--input-border);
|
||||
|
Loading…
Reference in New Issue
Block a user