aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-02 17:54:36 -0800
committerfriendica <info@friendica.com>2014-02-02 17:54:36 -0800
commitee1580427e9a1bc4e2b86906f7b42d3071ed516d (patch)
tree979443bd249ed89fddcf93fcab6a6f67866be6d9 /view/css
parent732a4b898afc7bc4d5b96f1b0f50f866c2068e06 (diff)
downloadvolse-hubzilla-ee1580427e9a1bc4e2b86906f7b42d3071ed516d.tar.gz
volse-hubzilla-ee1580427e9a1bc4e2b86906f7b42d3071ed516d.tar.bz2
volse-hubzilla-ee1580427e9a1bc4e2b86906f7b42d3071ed516d.zip
don't draw attention to advanced permissions and their corresponding complexity and clearly mark the simple permissions which people are encouraged to use.
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_connedit.css14
-rw-r--r--view/css/mod_settings.css14
2 files changed, 28 insertions, 0 deletions
diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css
index c460fec28..f6da96433 100644
--- a/view/css/mod_connedit.css
+++ b/view/css/mod_connedit.css
@@ -135,3 +135,17 @@
.contact-entry-end {
clear: both;
}
+
+#abook-advanced-panel, #abook-advanced {
+ opacity: 0.3;
+ filter:alpha(opacity=30);
+}
+
+#abook-advanced-panel:hover, #abook-advanced:hover {
+ opacity: 1.0;
+ filter:alpha(opacity=100);
+}
+
+#abook-advanced {
+ margin-top: 15px;
+} \ No newline at end of file
diff --git a/view/css/mod_settings.css b/view/css/mod_settings.css
index 601cb2e0e..2049d9bc6 100644
--- a/view/css/mod_settings.css
+++ b/view/css/mod_settings.css
@@ -1,3 +1,17 @@
+#settings-permissions-wrapper, #settings-perm-advanced {
+ opacity: 0.3;
+ filter:alpha(opacity=30);
+}
+
+#settings-permissions-wrapper:hover, #settings-perm-advanced:hover {
+ opacity: 1.0;
+ filter:alpha(opacity=100);
+}
+
+#settings-perm-advanced {
+ margin-top: 15px;
+}
+
#settings-permissions-wrapper .field {
margin-bottom: 10px;
}