mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #912 from cobbspur/saveposition
fixes position of save button in image uploader
This commit is contained in:
commit
0ef99ad393
1 changed files with 2 additions and 1 deletions
|
@ -1284,7 +1284,8 @@ main {
|
|||
.centre{
|
||||
position: relative;
|
||||
top: 50px;
|
||||
margin-bottom: -6px;
|
||||
display: block;
|
||||
margin: 0 auto -6px auto;
|
||||
}
|
||||
.media {
|
||||
@include icon($i-image, 60px, darken($lightbrown, 3%)) {
|
||||
|
|
Loading…
Reference in a new issue