aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-21 17:13:51 -0700
committerfriendica <info@friendica.com>2013-05-21 17:13:51 -0700
commitd72d30fabb3e081e0b2c749e512bb3989d9d1f4a (patch)
tree3443cb1c32b29a2b1477abd2c3954eb5514bd0dc /view/theme
parent09b80b2f65c2f8e9f24d4ef90dc5841c71a75480 (diff)
downloadvolse-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')
-rw-r--r--view/theme/redbasic/css/style.css8
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;