Skip to content

Commit

Permalink
Shorten css values in login.css
Browse files Browse the repository at this point in the history
Related #558.
  • Loading branch information
Sieg committed Apr 26, 2017
1 parent 464740d commit 54b8ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/out/admin/src/login.css
Expand Up @@ -10,7 +10,7 @@ div.admin-login-box {
border: 1px #FFFFFF solid;
border-radius: 5px;
width: 332px;
padding: 14px 14px 14px;
padding: 14px;
position: absolute;
top: 50%;
margin-top: -122px;
Expand Down Expand Up @@ -88,7 +88,7 @@ div.errorbox {
font-size: 16px;
color: #fff;
background-color: #f77704;
padding: 8px 0 8px 0;
padding: 8px 0;
text-align: center;
border-bottom: 1px solid #d36706;
}

0 comments on commit 54b8ba5

Please sign in to comment.