fix public empty message

This commit is contained in:
Hendrik Leppelsack 2015-10-06 23:55:56 +02:00
parent c1a5e96435
commit e7b2da79ec
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@
#preview {
background: #fff;
text-align: center;
min-height: 200px;
}
#preview .notCreatable {

View File

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