Improved date-picker spacing in post publish menu and settings menu

This commit is contained in:
Sanne de Vries 2020-09-01 16:43:22 +02:00
parent bf6e37f2dd
commit 03da71cfde
2 changed files with 8 additions and 1 deletions

View File

@ -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;
}

View File

@ -168,6 +168,7 @@
display: flex;
align-items: center;
position: relative;
height: 32px;
margin: 7px 0 4px;
padding: 6px 8px;
border: var(--input-border);