refactor(style) set correct order

This commit is contained in:
coderaiser 2014-03-06 06:08:50 -05:00
parent b962215d1a
commit 12efafc381

View file

@ -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 {