Fix position of editor view controls

These were so far off to the right tht they got cut off by the screen.
This aligns them with the user icon
This commit is contained in:
Mathias Biilmann Christensen 2017-12-07 08:14:27 -08:00 committed by Shawn Erquhart
parent f95f0be551
commit de7454ad1e

View File

@ -69,7 +69,7 @@
.nc-entryEditor-viewControls { .nc-entryEditor-viewControls {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: -10px; right: 10px;
z-index: 299; z-index: 299;
} }