mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
fix public empty message
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user