diff --git a/images/padlock.png b/images/padlock.png new file mode 100644 index 0000000..dc71f05 Binary files /dev/null and b/images/padlock.png differ diff --git a/style.css b/style.css index 516197a..986d89f 100644 --- a/style.css +++ b/style.css @@ -1289,3 +1289,19 @@ button.feedback-btn.feedback-bottom-right { border: none; } +.blog-post.not-published { + background: none; + opacity: 1; + filter: alpha(opacity=100); +} + +.blog-post.not-published .publishing-info { + background: transparent url("../serpro/images/padlock.png") no-repeat scroll 0% 0%; + height: 20px; + padding-left: 25px; +} + +.blog-post.not-published .publishing-info > span { + line-height: 20px; + vertical-align: top; +} -- libgit2 0.21.2