diff options
author | friendica <info@friendica.com> | 2015-01-11 21:18:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-11 21:18:29 -0800 |
commit | 580c30f516806621edc653941e33f1ef028d4347 (patch) | |
tree | 061a921f1ca6ee92e3b67f84b93a72684548eaab /view/css | |
parent | a088a8f03c78160c865e64fbede01275e869cc5e (diff) | |
download | volse-hubzilla-580c30f516806621edc653941e33f1ef028d4347.tar.gz volse-hubzilla-580c30f516806621edc653941e33f1ef028d4347.tar.bz2 volse-hubzilla-580c30f516806621edc653941e33f1ef028d4347.zip |
another attempt to explain default permissions on connedit page
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_connedit.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css index 82cc6bc9d..98c53602b 100644 --- a/view/css/mod_connedit.css +++ b/view/css/mod_connedit.css @@ -21,6 +21,13 @@ padding: 20px 5px 10px; } +.abook-perms-msg { + background: orange; + font-weight: bold; + margin: 10px; + padding: 20px 5px 10px; +} + .abook-permschange { width: 100%; } |