Added left padding to notCreatable message

This commit is contained in:
Vincent Petry 2013-10-23 16:20:53 +02:00
parent cbb42aae11
commit 9656280252
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ a.showCruds:hover,a.unshare:hover {
}
.notCreatable {
padding-left: 12px;
padding-top: 12px;
color: #999;
}