settings positioning

This commit is contained in:
yamanq 2016-04-17 00:52:50 -04:00
parent 07712e23d9
commit 10ee068e14

View File

@ -86,6 +86,7 @@ img {
} }
.selection { .selection {
margin-top: -5%;
padding: 4px; padding: 4px;
box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2); box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2);
@ -284,7 +285,7 @@ img {
position: absolute; position: absolute;
display: none; display: none;
opacity: 0; opacity: 0;
margin-top: 16%; margin-top: 65%;
margin-left: -9%; margin-left: -9%;
border-left: 10px solid transparent; border-left: 10px solid transparent;
border-right: 10px solid transparent; border-right: 10px solid transparent;
@ -304,7 +305,7 @@ img {
display: none; display: none;
opacity: 0; opacity: 0;
border-radius: 7px; border-radius: 7px;
margin-top: 20%; margin-top: 95%;
margin-left: -13%; margin-left: -13%;
padding: 5px; padding: 5px;
font-size: 90%; font-size: 90%;