update files

This commit is contained in:
nuintun
2015-11-23 23:50:02 +08:00
parent 9771e79e10
commit 46e4cc3f44
7 changed files with 34 additions and 1 deletions

View File

@@ -149,7 +149,9 @@ input[type=text]:focus {
}
html,
body {
width: 100%; height: 100%; overflow: hidden;
width: 100%;
height: 100%;
overflow: hidden;
}
body {
border: 1px solid #ccc;
@@ -486,3 +488,11 @@ header [class*=" icon-"] {
text-align: center;
padding: 0 0 15px;
}
.ui-no-data {
position: absolute;
top: 32px;
left: 0;
width: 100%;
height: calc(100% - 32px);
background: url(../images/no-data.png) center no-repeat;
}