mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user