From 0bdfd296ea68a2ec796be603faba3a85586c4a4e Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 10 Feb 2013 19:28:28 +0100 Subject: Show note for password protected albums on index pages Also adds IS_PROTECTED define in local item scope. --- templates/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/styles.css') diff --git a/templates/styles.css b/templates/styles.css index ea337f9..4b5cc27 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -401,6 +401,10 @@ div.index_item img { bottom: 1.9em; } +.album_protected_note { + color: #c8bc00; + font-size: 65%; +} /****** IMAGE BORDER STYLES ******/ img#border_single { -- cgit v1.2.3