Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2013-10-23 18:20:53 +0400
committerVincent Petry <pvince81@owncloud.com>2013-10-23 18:20:53 +0400
commit96562802524e638e8042502bea3ce69671ea9b16 (patch)
treecae7a618a807af7856369f16c278b54d9d87e1d0 /core
parentcbb42aae116e0ce88f0180e7720234bc0c3e7e06 (diff)
Added left padding to notCreatable message
Diffstat (limited to 'core')
-rw-r--r--core/css/share.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/share.css b/core/css/share.css
index e1edc311eed..1ad7bf8d888 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -104,6 +104,7 @@ a.showCruds:hover,a.unshare:hover {
}
.notCreatable {
+ padding-left: 12px;
padding-top: 12px;
color: #999;
}