Fixed margin issue with box loding state

This commit is contained in:
Abdullah Almsaeed
2015-02-25 11:03:56 -05:00
parent 57fb76966b
commit 59fbae2aee
3 changed files with 3 additions and 3 deletions

View File

@@ -1309,7 +1309,7 @@ a:focus {
.box > .overlay,
.box > .loading-img {
position: absolute;
top: -3px;
top: 0;
left: 0;
width: 100%;
height: 100%;