]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added left padding to notCreatable message
authorVincent Petry <pvince81@owncloud.com>
Wed, 23 Oct 2013 14:20:53 +0000 (16:20 +0200)
committerVincent Petry <pvince81@owncloud.com>
Wed, 23 Oct 2013 14:20:53 +0000 (16:20 +0200)
core/css/share.css

index e1edc311eed108ad2f6c5cbc46e0c04f44a992a9..1ad7bf8d888efb298a4a745d0cf5c2d656def17c 100644 (file)
@@ -104,6 +104,7 @@ a.showCruds:hover,a.unshare:hover {
 }
 
 .notCreatable {
+       padding-left: 12px;
        padding-top: 12px;
        color: #999;
 }