diff options
author | Alessandro Cosentino <cosenal@gmail.com> | 2013-08-31 11:25:11 -0400 |
---|---|---|
committer | Alessandro Cosentino <cosenal@gmail.com> | 2013-08-31 11:25:11 -0400 |
commit | b10a646bc8d7deec8d95206c33de1be76a870dda (patch) | |
tree | 47d2030d3201bcf7e096741620a8b8d674478610 /core | |
parent | 4b32d84314c97685fca31c8adb0508cf28651005 (diff) | |
download | nextcloud-server-b10a646bc8d7deec8d95206c33de1be76a870dda.tar.gz nextcloud-server-b10a646bc8d7deec8d95206c33de1be76a870dda.zip |
rename emptyfolder to emptycontent
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 8cda9ff9ef2..ea1733a3446 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -178,12 +178,12 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b #rightcontent, .rightcontent { position:fixed; top:6.4em; left:24.5em; overflow:auto } #emptycontent { - font-size:1.5em; font-weight:bold; + font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0; - position: absolute; - text-align: center; - top: 50%; - width: 100%; + position: absolute; + text-align: center; + top: 50%; + width: 100%; } |