Commit 07842d22dc19d2e4c664bb290273c86fa63381a0

Authored by Francisco Júnior
1 parent ee6ced56

replace hachure effect by padlock icon to display private messages

Showing 2 changed files with 16 additions and 0 deletions   Show diff stats
images/padlock.png 0 → 100644

962 Bytes

style.css
... ... @@ -1289,3 +1289,19 @@ button.feedback-btn.feedback-bottom-right {
1289 1289 border: none;
1290 1290 }
1291 1291  
  1292 +.blog-post.not-published {
  1293 + background: none;
  1294 + opacity: 1;
  1295 + filter: alpha(opacity=100);
  1296 +}
  1297 +
  1298 +.blog-post.not-published .publishing-info {
  1299 + background: transparent url("../serpro/images/padlock.png") no-repeat scroll 0% 0%;
  1300 + height: 20px;
  1301 + padding-left: 25px;
  1302 +}
  1303 +
  1304 +.blog-post.not-published .publishing-info > span {
  1305 + line-height: 20px;
  1306 + vertical-align: top;
  1307 +}
... ...