From 96562802524e638e8042502bea3ce69671ea9b16 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 23 Oct 2013 16:20:53 +0200 Subject: [PATCH] Added left padding to notCreatable message --- core/css/share.css | 1 + 1 file changed, 1 insertion(+) 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; }