diff options
author | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2013-09-01 17:47:55 -0700 |
---|---|---|
committer | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2013-09-01 17:47:55 -0700 |
commit | f038cb9aea7c9a1513ab14d0df002773b17d5333 (patch) | |
tree | 4f9f42c4e887548f237cae606dc6b78d4ba02bfd /core | |
parent | e68b5f8b0da93bf1e039bc700aec8c816cc9afa9 (diff) | |
parent | b10a646bc8d7deec8d95206c33de1be76a870dda (diff) | |
download | nextcloud-server-f038cb9aea7c9a1513ab14d0df002773b17d5333.tar.gz nextcloud-server-f038cb9aea7c9a1513ab14d0df002773b17d5333.zip |
Merge pull request #4671 from owncloud/emptycontent
centers text message in empty-content page (files and files_trashbin apps)
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 85f65a2f427..ea1733a3446 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -177,7 +177,14 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b #leftcontent a { height:100%; display:block; margin:0; padding:0 1em 0 0; float:left; } #rightcontent, .rightcontent { position:fixed; top:6.4em; left:24.5em; overflow:auto } - +#emptycontent { + font-size:1.5em; font-weight:bold; + color:#888; text-shadow:#fff 0 1px 0; + position: absolute; + text-align: center; + top: 50%; + width: 100%; +} /* LOG IN & INSTALLATION ------------------------------------------------------------ */ |