Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #1629, move Save and Cancel below the selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Nov 14, 2016
1 parent c5aa6ae commit 8ba9223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/inline-selection.scss
Expand Up @@ -39,8 +39,8 @@ $overlay-z-index: 9999999999;
.pageshot-highlight-buttons {
@include flex-container(row, center, center, wrap);
position: absolute;
bottom: 35px;
right: 35px;
bottom: -55px;
right: 0;
z-index: 6;
}

Expand Down Expand Up @@ -287,7 +287,7 @@ $overlay-z-index: 9999999999;
font-family: sans-serif;
font-size: 70%;
color: #000;
text-shadow: 1px 1px 0px #fff;
text-shadow: 1px 1px 0 #fff;
}

// FIXME: some of the styles in .pageshot-moving-element were copied from
Expand Down

0 comments on commit 8ba9223

Please sign in to comment.