summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-08-31 11:12:07 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2013-08-31 11:12:07 -0400
commit4b32d84314c97685fca31c8adb0508cf28651005 (patch)
tree31912b5e65ae852102d9dc0bc811c6c0dac1fc12 /core
parent92e90c8eb995c886b3e9cd77c14e3f0b25b95cd7 (diff)
downloadnextcloud-server-4b32d84314c97685fca31c8adb0508cf28651005.tar.gz
nextcloud-server-4b32d84314c97685fca31c8adb0508cf28651005.zip
text centered horizontally and vertically in emptycontent div
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 85f65a2f427..8cda9ff9ef2 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 ------------------------------------------------------------ */