mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(style) set correct order
This commit is contained in:
parent
b962215d1a
commit
12efafc381
1 changed files with 6 additions and 6 deletions
|
|
@ -26,10 +26,10 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
height: 95%;
|
||||
width: 100%;
|
||||
font:16px "Droid Sans Mono";
|
||||
background-color:white;
|
||||
width : 100%;
|
||||
height : 95%;
|
||||
font : 16px "Droid Sans Mono";
|
||||
background-color : white;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
|
@ -91,8 +91,8 @@ body {
|
|||
display : inline-block;
|
||||
width : 16px;
|
||||
height : 16px;
|
||||
background : url(/img/spinner.gif);
|
||||
vertical-align : top;
|
||||
background : url(/img/spinner.gif);
|
||||
}
|
||||
|
||||
.refresh-icon {
|
||||
|
|
@ -166,8 +166,8 @@ body {
|
|||
background-image:url('/img/txt.png');
|
||||
}
|
||||
.fm {
|
||||
width : 97%;
|
||||
height: 85%;
|
||||
width: 97%;
|
||||
margin: 26px auto 0 auto;
|
||||
}
|
||||
.fm-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue