edit css/app

This commit is contained in:
ruanyf
2014-04-29 10:37:53 +08:00
parent 23ddcbebee
commit dda86bcca3
2 changed files with 25 additions and 7 deletions
+19 -3
View File
@@ -288,14 +288,30 @@ body {
display: none;
position: fixed;
height: 17px;
top: 45%;
height: 100%;
width: 100%;
top: 0;
background-color: rgba(0,0,0,0.5);
margin-left: 560px;
z-index:10;
font-size: 14px;
}
@media (min-width: 40rem) {
#loading, #error {
display: none;
position: fixed;
height: 17px;
top: 45%;
margin-left: 560px;
font-size: 14px;
}
}
/**
* okaidia theme for JavaScript, CSS and HTML
* Loosely based on Monokai textmate theme by http://www.monokai.nl/