mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
fixes position of save button in image uploader
closes #911 - adds display block to save button centre class
This commit is contained in:
parent
086d9677c0
commit
3119fc5388
1 changed files with 2 additions and 1 deletions
|
@ -1284,7 +1284,8 @@ main {
|
||||||
.centre{
|
.centre{
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
margin-bottom: -6px;
|
display: block;
|
||||||
|
margin: 0 auto -6px auto;
|
||||||
}
|
}
|
||||||
.media {
|
.media {
|
||||||
@include icon($i-image, 60px, darken($lightbrown, 3%)) {
|
@include icon($i-image, 60px, darken($lightbrown, 3%)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue