mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(style) .loading: set correct order
This commit is contained in:
parent
92898e535b
commit
2aeee68d30
1 changed files with 3 additions and 3 deletions
|
|
@ -75,12 +75,12 @@ body {
|
|||
}
|
||||
|
||||
.loading {
|
||||
position : relative;
|
||||
top : 1px;
|
||||
display : inline-block;
|
||||
width : 15px;
|
||||
height : 14.8px;
|
||||
position:relative;
|
||||
top:1px;
|
||||
background:url(/img/spinner.gif);
|
||||
background : url(/img/spinner.gif);
|
||||
}
|
||||
|
||||
.refresh-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue