0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Correct positioning of editor floating header elements

Closes #70
This commit is contained in:
Paul Adam Davis 2014-07-17 10:10:56 +01:00
parent 25e3d1c9f6
commit 8808646647
3 changed files with 4 additions and 3 deletions

View file

@ -251,6 +251,7 @@
.post-controls {
float:right;
position: relative;
top: 3px;
}
.post-settings-menu {

View file

@ -19,7 +19,7 @@
right: 0;
z-index: 400;
height: 40px;
padding: 10px 15px;
padding: 6px 15px 14px;
text-transform: uppercase;
color: $brown;
//Transparent gradient to make bg fade out as it goes out the top.

File diff suppressed because one or more lines are too long