fix public empty message
This commit is contained in:
parent
c1a5e96435
commit
e7b2da79ec
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
#preview {
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
#preview .notCreatable {
|
||||
|
|
|
@ -425,9 +425,9 @@ input[type="submit"].enabled {
|
|||
.emptycontent {
|
||||
font-size: 16px;
|
||||
color: #888;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 30%;
|
||||
margin-top: 100px; /* ie8 */
|
||||
margin-top: 30vh;
|
||||
width: 100%;
|
||||
}
|
||||
#emptycontent h2,
|
||||
|
|
Loading…
Reference in a new issue