Private
Public Access
1
0

bugfix resign button existence #11

This commit is contained in:
2016-11-20 13:05:45 +01:00
parent 864f322f6b
commit 180c827380
2 changed files with 11 additions and 4 deletions

View File

@@ -505,6 +505,7 @@ main {
background: -ms-linear-gradient(top, rgba(70, 73, 66, 1) 0%, rgba(140, 138, 139, 1) 69%, rgba(96, 89, 97, 1) 100%);
background: linear-gradient(to bottom, rgba(70, 73, 66, 1) 0%, rgba(140, 138, 139, 1) 69%, rgba(96, 89, 97, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464942', endColorstr='#605961', GradientType=0);
display: block;
position: relative;
width: 95%;
height: 50px;
@@ -513,11 +514,12 @@ main {
font-size: 22px;
text-transform: uppercase;
text-align: center;
line-height: 45px;
line-height: 40px;
border: 3px solid #484742;
color: #fff;
margin: 10px auto 0 auto;
outline: none;
cursor: pointer;
-webkit-border-radius: 5px;