mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(style) .loading: spinner size
This commit is contained in:
parent
3cdd3722de
commit
5f55c962ff
1 changed files with 7 additions and 6 deletions
|
|
@ -86,12 +86,13 @@ body {
|
|||
}
|
||||
|
||||
.loading {
|
||||
position : relative;
|
||||
top : 1px;
|
||||
display : inline-block;
|
||||
width : 15px;
|
||||
height : 14.8px;
|
||||
background : url(/img/spinner.gif);
|
||||
position : relative;
|
||||
top : 1px;
|
||||
display : inline-block;
|
||||
width : 16px;
|
||||
height : 16px;
|
||||
background : url(/img/spinner.gif);
|
||||
vertical-align : top;
|
||||
}
|
||||
|
||||
.refresh-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue