Merge pull request #5730 from JohnONolan/XELDA

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

View File

@ -61,7 +61,8 @@
position: relative;
display: flex;
justify-content: space-between;
padding: 19px 24px;
align-items: center;
padding: 15px 24px;
}
.settings-menu-header h4 {
@ -72,8 +73,10 @@
}
.settings-menu-header .close {
right: 22px;
margin-right: -15px;
padding: 10px 15px;
font-size: 12px;
line-height: 12px;
}
.settings-menu-header.subview h4 {
@ -81,12 +84,12 @@
}
.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 {
position: absolute;
top: 5px;
top: 20px;
right: 25px;
}

View File

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

View File

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