From 07842d22dc19d2e4c664bb290273c86fa63381a0 Mon Sep 17 00:00:00 2001 From: Marcelo JĂșnior Date: Thu, 4 Feb 2016 17:03:08 -0300 Subject: [PATCH] replace hachure effect by padlock icon to display private messages --- images/padlock.png | Bin 0 -> 962 bytes style.css | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 images/padlock.png 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