aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-12-31 10:21:38 +1100
committerRedMatrix <info@friendica.com>2014-12-31 10:21:38 +1100
commit4a82967639e662821de177e3bd829b735b4eb24e (patch)
tree0fd82236b54cfc90083ac0a2e2bf0a3a56fc7b18 /view
parent43671a0a323afa758df56c06822ce3c46da026df (diff)
parente6a3ea2c95579a33a5c009aa223a899c8f2aeeb8 (diff)
downloadvolse-hubzilla-4a82967639e662821de177e3bd829b735b4eb24e.tar.gz
volse-hubzilla-4a82967639e662821de177e3bd829b735b4eb24e.tar.bz2
volse-hubzilla-4a82967639e662821de177e3bd829b735b4eb24e.zip
Merge pull request #791 from pafcu/notifications
Improved notifications
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css14
-rwxr-xr-xview/tpl/settings.tpl2
2 files changed, 16 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index fccf4ec87..50b21add9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1941,6 +1941,20 @@ nav .badge:hover {
background-color: #999;
}
+nav .badge.home-update,
+nav .badge.notify-update,
+nav .badge.intro-update,
+nav .badge.mail-update {
+ background-color:#C9302C;
+}
+
+nav .badge.home-update:hover,
+nav .badge.notify-update:hover,
+nav .badge.intro-update:hover,
+nav .badge.mail-update:hover {
+ background-color:#D9534F;
+}
+
.dropdown-menu {
font-size: $body_font_size;
border-radius: $radiuspx;
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 7fa52677b..47d85d8e4 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -113,6 +113,8 @@
{{include file="field_intcheckbox.tpl" field=$vnotify7}}
{{include file="field_intcheckbox.tpl" field=$vnotify8}}
{{include file="field_intcheckbox.tpl" field=$vnotify9}}
+{{include file="field_intcheckbox.tpl" field=$vnotify11}}
+{{include file="field_intcheckbox.tpl" field=$always_show_in_notices}}
{{*include file="field_intcheckbox.tpl" field=$vnotify11*}}
</div>