summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/n1_theme/css.php')
-rw-r--r--views/default/n1_theme/css.php31
1 files changed, 31 insertions, 0 deletions
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('<?php echo elgg_get_site_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="<?php echo ACCESS_PRIVATE; ?>"] {
+ background-position: 0 -65px;
+}
+
+.elgg-access-friends, .elgg-input-access > option[value="<?php echo ACCESS_FRIENDS; ?>"] {
+ background-position: 0 -51px;
+}
+
+.elgg-access-loggedin, .elgg-input-access > option[value="<?php echo ACCESS_LOGGED_IN; ?>"] {
+ background-position: 0 -34px;
+}
+
+.elgg-access-public, .elgg-input-access > option[value="<?php echo ACCESS_PUBLIC; ?>"] {
+ background-position: 0 -16px;
+}
+
+.elgg-access-group, .elgg-input-access > option {
+ background-position: 0 0;
+}
+
.file-photo {
margin-top: 15px;
}