mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated publishing flow
Refs https://github.com/TryGhost/Team/issues/1544
This commit is contained in:
parent
704310ba20
commit
f4df91aee7
2 changed files with 14 additions and 6 deletions
|
@ -37,7 +37,7 @@
|
|||
>
|
||||
<small class="gh-date-time-picker-timezone" data-test-date-time-picker-timezone>{{this.timezone}}</small>
|
||||
</div>
|
||||
{{#if this.hasError}}
|
||||
<div class="gh-date-time-picker-error" data-test-date-time-picker-error>{{this.dateError}}{{this.timeError}}</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if this.hasError}}
|
||||
<div class="gh-date-time-picker-error" data-test-date-time-picker-error>{{this.dateError}}{{this.timeError}}</div>
|
||||
{{/if}}
|
||||
|
|
|
@ -204,6 +204,7 @@
|
|||
}
|
||||
|
||||
.gh-date-time-picker {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
@ -724,7 +725,7 @@
|
|||
.gh-publish-setting-form .gh-date-time-picker {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-gap: 12px;
|
||||
grid-column-gap: 12px;
|
||||
}
|
||||
|
||||
.gh-publish-setting-form .gh-date-time-picker-date {
|
||||
|
@ -736,7 +737,7 @@
|
|||
|
||||
.gh-publish-setting-form .gh-date-time-picker-time {
|
||||
width: unset;
|
||||
height: 40px;
|
||||
height: 38px;
|
||||
margin: 0;
|
||||
padding: 8px 12px;
|
||||
font-size: 1.4rem;
|
||||
|
@ -748,6 +749,13 @@
|
|||
font-weight: 500;
|
||||
}
|
||||
|
||||
.gh-publish-setting-form .gh-date-time-picker-error {
|
||||
grid-column: span 2;
|
||||
margin-top: 4px;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.publish-flow-datepicker {
|
||||
width: 100%;
|
||||
max-width: 310px;
|
||||
|
@ -847,7 +855,7 @@
|
|||
color: var(--black);
|
||||
font-size: 1.8rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.35em;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
.gh-publish-confirmation + .gh-box-error {
|
||||
|
|
Loading…
Add table
Reference in a new issue