Changed way of backdrop rotation

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-28 19:41:13 +01:00
parent 6563f0c09f
commit def2846e97
4 changed files with 21 additions and 15 deletions

View File

@@ -418,9 +418,12 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
}
.pin{
position:absolute;
right:10px;
font-size:25px;
position: absolute;
top: 15px;
right: 15px;
width: 25px;
font-size: 25px;
text-align: right;
}
.field-settings{