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 77cc6c3b72
commit eb23f65fe0
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