0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #5730 from JohnONolan/XELDA

Xelda
This commit is contained in:
Hannah Wolfe 2015-08-26 15:19:56 +01:00
commit 5662ccc3f7
4 changed files with 12 additions and 8 deletions

View file

@ -61,7 +61,8 @@
position: relative; position: relative;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 19px 24px; align-items: center;
padding: 15px 24px;
} }
.settings-menu-header h4 { .settings-menu-header h4 {
@ -72,8 +73,10 @@
} }
.settings-menu-header .close { .settings-menu-header .close {
right: 22px; margin-right: -15px;
padding: 10px 15px;
font-size: 12px; font-size: 12px;
line-height: 12px;
} }
.settings-menu-header.subview h4 { .settings-menu-header.subview h4 {
@ -81,12 +84,12 @@
} }
.settings-menu-header.subview .back { .settings-menu-header.subview .back {
left: 0; margin-left: -15px;
padding: 10px 15px;
font-size: 14px;
line-height: 14px;
} }
.settings-menu-header.subview .back:before {
left: 19px;
}

View file

@ -216,7 +216,7 @@
.content-preview .post-controls { .content-preview .post-controls {
position: absolute; position: absolute;
top: 5px; top: 20px;
right: 25px; right: 25px;
} }

View file

@ -275,7 +275,7 @@
.post-settings { .post-settings {
position: relative; position: relative;
display: inline-block; display: inline-block;
padding: 5px 10px; padding: 15px;
color: var(--midgrey); color: var(--midgrey);
transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s;
} }

View file

@ -444,6 +444,7 @@
.view-actions { .view-actions {
flex-shrink: 0; flex-shrink: 0;
display: flex; display: flex;
align-items: center;
} }
.view-actions .btn { .view-actions .btn {