don't draw attention to advanced permissions and their corresponding complexity and clearly mark the simple permissions which people are encouraged to use.

This commit is contained in:
friendica
2014-02-02 17:54:36 -08:00
parent 732a4b898a
commit ee1580427e
6 changed files with 68 additions and 30 deletions

View File

@@ -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;
}