fix public empty message

remotes/origin/dropbox-use-clientmtime
Hendrik Leppelsack 10 years ago
parent c1a5e96435
commit e7b2da79ec
  1. 1
      apps/files_sharing/css/public.css
  2. 4
      core/css/styles.css

@ -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…
Cancel
Save