From d95f631a4bbe341ee41951822f1f0dafd8fe2c70 Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Wed, 5 Aug 2009 21:45:16 +0000
Subject: [PATCH] Hide the access level selectors in profile forms

---
 unl_theme/views/default/css.php | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php
index 5a6363bc..b3c94599 100644
--- a/unl_theme/views/default/css.php
+++ b/unl_theme/views/default/css.php
@@ -2046,5 +2046,10 @@ a.delete_report_button:hover {
 	background: white;
 }
 
-
-
+/******************************
+ * Static Profile Editor Stuff
+ ******************************/
+ 
+p.form-field-access {
+	display: none;
+}
\ No newline at end of file
-- 
GitLab