summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-07 21:40:05 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-07 21:40:05 -0700
commit03d0311618267cf0b16445161c4d275749d64a5e (patch)
treea4143bcca595e8724e5fd516d17f8b26daa1ee4e /themes
parentb3211cb2a8282556d410c91771baeb764d47ed10 (diff)
Implement a user::is_writable() API method and disable the user add, updates and display if the Identity driver does not support writes. This is set in the config.identity.php
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_wind/css/screen.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index 3573df57..79382198 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -567,7 +567,8 @@ li.g-group .g-user .g-button {
vertical-align: middle;
}
-li.g-default-group h4, li.g-default-group .g-user {
+li.g-default-group h4, li.g-default-group .g-user,
+li.g-group-disable h4, li.g-group-disable .g-user {
color: gray;
}