diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-23 16:20:53 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-23 16:20:53 +0200 |
commit | 96562802524e638e8042502bea3ce69671ea9b16 (patch) | |
tree | cae7a618a807af7856369f16c278b54d9d87e1d0 /core/css/share.css | |
parent | cbb42aae116e0ce88f0180e7720234bc0c3e7e06 (diff) | |
download | nextcloud-server-96562802524e638e8042502bea3ce69671ea9b16.tar.gz nextcloud-server-96562802524e638e8042502bea3ce69671ea9b16.zip |
Added left padding to notCreatable message
Diffstat (limited to 'core/css/share.css')
-rw-r--r-- | core/css/share.css | 1 |
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; } |