From c3d5dfec626d2bb48edfe8fae79ff78d2ec64b0e Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 4 Oct 2012 22:00:29 +0200 Subject: Added privacy icons. --- views/default/n1_theme/css.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'views/default/n1_theme/css.php') diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index 32267cb..c6a94a8 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -26,6 +26,37 @@ font-weight: bold; } +.elgg-access, .elgg-input-access > option { + padding-left: 19px; + background-image: url('mod/n1_theme/_graphics/privacy.png'); + background-repeat: no-repeat; +} + +.elgg-access { + padding-top: 1px; + padding-bottom: 1px; +} + +.elgg-access-private, .elgg-input-access > option[value=""] { + background-position: 0 -65px; +} + +.elgg-access-friends, .elgg-input-access > option[value=""] { + background-position: 0 -51px; +} + +.elgg-access-loggedin, .elgg-input-access > option[value=""] { + background-position: 0 -34px; +} + +.elgg-access-public, .elgg-input-access > option[value=""] { + background-position: 0 -16px; +} + +.elgg-access-group, .elgg-input-access > option { + background-position: 0 0; +} + .file-photo { margin-top: 15px; } -- cgit v1.2.3