Fix watermark and help position related to toolbar

This commit is contained in:
yanas 2016-09-11 17:06:08 -05:00
parent f811410b45
commit 775f389e5c
2 changed files with 5 additions and 3 deletions

View File

@ -112,7 +112,8 @@ form {
.leftwatermark {
display: none;
left: 15;
left: $defaultToolbarSize;
margin-left: 10px;
background-image:url(../images/watermark.png);
background-position: center left;
}

View File

@ -2,11 +2,12 @@
display: none;
position: absolute;
bottom: 20px;
left: 20px;
left: $defaultToolbarSize;
overflow: hidden;
padding: 20px;
margin-left: 10px;
z-index: 10;
border-radius: 15px;
border-radius: $borderRadius;
background-attachment: scroll;
background-size: auto auto;
color: rgba(255, 255, 255, .8);