From dbcfb1b8303866376053d2947beaf9973d4f109d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 20 Oct 2013 23:14:10 +0300 Subject: beautify 'you dont have write permissions' notice, fix #2770 --- apps/files/templates/index.php | 2 +- core/css/share.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 32a59f1e1a6..fd2b58e0e7a 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -37,7 +37,7 @@
-
+ t('You don’t have write permissions here'))?>
diff --git a/core/css/share.css b/core/css/share.css index 6e920f6bdec..e1edc311eed 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -102,3 +102,8 @@ a.showCruds:hover,a.unshare:hover { overflow-y:auto; overflow-x:hidden; } + +.notCreatable { + padding-top: 12px; + color: #999; +} -- cgit v1.2.3