mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(css) display, width, height: .icon -> .loading
This commit is contained in:
parent
d104e09694
commit
88809d66ed
1 changed files with 3 additions and 3 deletions
|
|
@ -62,9 +62,6 @@ body {
|
|||
}
|
||||
|
||||
.icon {
|
||||
display : inline-block;
|
||||
width : 15px;
|
||||
height : 14.8px;
|
||||
margin-left : 0.5%;
|
||||
}
|
||||
|
||||
|
|
@ -78,6 +75,9 @@ body {
|
|||
}
|
||||
|
||||
.loading {
|
||||
display : inline-block;
|
||||
width : 15px;
|
||||
height : 14.8px;
|
||||
position:relative;
|
||||
top:1px;
|
||||
background:url(/img/spinner.gif);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue