diff options
author | friendica <info@friendica.com> | 2013-05-21 17:13:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-21 17:13:51 -0700 |
commit | d72d30fabb3e081e0b2c749e512bb3989d9d1f4a (patch) | |
tree | 3443cb1c32b29a2b1477abd2c3954eb5514bd0dc /view/theme/redbasic | |
parent | 09b80b2f65c2f8e9f24d4ef90dc5841c71a75480 (diff) | |
download | volse-hubzilla-d72d30fabb3e081e0b2c749e512bb3989d9d1f4a.tar.gz volse-hubzilla-d72d30fabb3e081e0b2c749e512bb3989d9d1f4a.tar.bz2 volse-hubzilla-d72d30fabb3e081e0b2c749e512bb3989d9d1f4a.zip |
more permissions descriptive text to lessen confusion
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 33ccd5cbf..c2caedd08 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -350,12 +350,15 @@ footer { } .warning-text { - width: auto; font-size: 1.2em; font-weight: bold; color: #ff0000; } +#noperm-msg { + margin-top: 15px; +} + .preview { background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif'); } @@ -2460,6 +2463,9 @@ aside input[type='text'] { font-size: 70%; } +.descriptive-text { + color: #888; +} #plugin-settings-link, #account-settings-link { margin-bottom: 10px; |