fixed bug with position of error image

This commit is contained in:
coderaiser 2012-08-19 05:08:43 -04:00
parent a0726fa984
commit f7da1ac3bc
2 changed files with 21 additions and 18 deletions

View file

@ -70,10 +70,11 @@ body{
margin-left:0.5%;
}
.error::before{
bottom : 4px;
content:'\f026';
cursor:default;
color:rgb(222, 41, 41);
position: relative;
position: relative;
}
.loading{
background:url(/img/spinner.gif);