mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fixed bug with position of error image
This commit is contained in:
parent
a0726fa984
commit
f7da1ac3bc
2 changed files with 21 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue