Merge pull request #11024 from owncloud/fix-nojavascript

fix nojavascript message alignment
remotes/origin/fix-10825
Jan-Christoph Borchardt 11 years ago
commit 7afca08255
  1. 3
      core/css/styles.css

@ -42,8 +42,9 @@ body {
position: fixed;
top: 0;
bottom: 0;
z-index: 9000;
height: 100%;
width: 100%;
z-index: 9000;
text-align: center;
background-color: rgba(0,0,0,0.5);
color: #fff;

Loading…
Cancel
Save