From 386815db51c099e0b5e0aba4832452ffe6b17c4b Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 19 Sep 2012 10:45:45 -0400 Subject: [PATCH] refine notification menu everyting results modified, don't know why. commit all. --- README | 0 addon/profilehome/admin.tpl | 2 +- addon/profilehome/profilehome.php | 0 view/theme/blog/conversation.tpl | 0 view/theme/blog/default.php | 0 view/theme/blog/headers/willow.jpg | Bin view/theme/blog/images/dropdown.png | Bin view/theme/blog/images/messages.png | Bin view/theme/blog/images/messages2.png | Bin view/theme/blog/images/notifications.png | Bin view/theme/blog/images/notifications3.png | Bin view/theme/blog/images/notify.png | Bin view/theme/blog/images/notify2.png | Bin view/theme/blog/images/notify3.png | Bin view/theme/blog/images/search.png | Bin view/theme/blog/nav.tpl | 0 view/theme/blog/style.css | 17 +++++++++++++++++ view/theme/blog/theme.php | 0 18 files changed, 18 insertions(+), 1 deletion(-) mode change 100644 => 100755 README mode change 100644 => 100755 addon/profilehome/admin.tpl mode change 100644 => 100755 addon/profilehome/profilehome.php mode change 100644 => 100755 view/theme/blog/conversation.tpl mode change 100644 => 100755 view/theme/blog/default.php mode change 100644 => 100755 view/theme/blog/headers/willow.jpg mode change 100644 => 100755 view/theme/blog/images/dropdown.png mode change 100644 => 100755 view/theme/blog/images/messages.png mode change 100644 => 100755 view/theme/blog/images/messages2.png mode change 100644 => 100755 view/theme/blog/images/notifications.png mode change 100644 => 100755 view/theme/blog/images/notifications3.png mode change 100644 => 100755 view/theme/blog/images/notify.png mode change 100644 => 100755 view/theme/blog/images/notify2.png mode change 100644 => 100755 view/theme/blog/images/notify3.png mode change 100644 => 100755 view/theme/blog/images/search.png mode change 100644 => 100755 view/theme/blog/nav.tpl mode change 100644 => 100755 view/theme/blog/style.css mode change 100644 => 100755 view/theme/blog/theme.php diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/addon/profilehome/admin.tpl b/addon/profilehome/admin.tpl old mode 100644 new mode 100755 index fe51311..cf7bc1a --- a/addon/profilehome/admin.tpl +++ b/addon/profilehome/admin.tpl @@ -1,2 +1,2 @@ -{{ inc field_select.tpl with $field=$user }}{{ endinc }} +{{ inc field_select.tpl with $field=$user }}{{ endinc }}
\ No newline at end of file diff --git a/addon/profilehome/profilehome.php b/addon/profilehome/profilehome.php old mode 100644 new mode 100755 diff --git a/view/theme/blog/conversation.tpl b/view/theme/blog/conversation.tpl old mode 100644 new mode 100755 diff --git a/view/theme/blog/default.php b/view/theme/blog/default.php old mode 100644 new mode 100755 diff --git a/view/theme/blog/headers/willow.jpg b/view/theme/blog/headers/willow.jpg old mode 100644 new mode 100755 diff --git a/view/theme/blog/images/dropdown.png b/view/theme/blog/images/dropdown.png old mode 100644 new mode 100755 diff --git a/view/theme/blog/images/messages.png b/view/theme/blog/images/messages.png old mode 100644 new mode 100755 diff --git a/view/theme/blog/images/messages2.png b/view/theme/blog/images/messages2.png old mode 100644 new mode 100755 diff --git a/view/theme/blog/images/notifications.png b/view/theme/blog/images/notifications.png old mode 100644 new mode 100755 diff --git a/view/theme/blog/images/notifications3.png b/view/theme/blog/images/notifications3.png old mode 100644 new mode 100755 diff --git a/view/theme/blog/images/notify.png b/view/theme/blog/images/notify.png old mode 100644 new mode 100755 diff --git a/view/theme/blog/images/notify2.png b/view/theme/blog/images/notify2.png old mode 100644 new mode 100755 diff --git a/view/theme/blog/images/notify3.png b/view/theme/blog/images/notify3.png old mode 100644 new mode 100755 diff --git a/view/theme/blog/images/search.png b/view/theme/blog/images/search.png old mode 100644 new mode 100755 diff --git a/view/theme/blog/nav.tpl b/view/theme/blog/nav.tpl old mode 100644 new mode 100755 diff --git a/view/theme/blog/style.css b/view/theme/blog/style.css old mode 100644 new mode 100755 index 0cb2cf9..1f73f76 --- a/view/theme/blog/style.css +++ b/view/theme/blog/style.css @@ -96,6 +96,7 @@ input#searchsubmit { left: 100%; top: 0; } +#tools ul ul .empty, #tools ul ul a { background: none repeat scroll 0 0 #F9F9F9; border-bottom: 1px dotted #DDDDDD; @@ -107,6 +108,22 @@ input#searchsubmit { padding: 10px; width: 168px; } +#tools ul ul .empty { color: #888888; text-align: center;} +#tools ul ul #nav-notifications-see-all a, +#tools ul ul #nav-notifications-mark-all a{ + font-size: 10px; + background-color: #222222; + color: #eeeeee; + line-height: 1em; +} +#tools ul ul #nav-notifications-mark-all a { + border-bottom: 1px solid #444444; +} +#tools ul ul #nav-notifications-see-all a:hover, +#tools ul ul #nav-notifications-mark-all a:hover { + background-color: #eeeeee; color: #222222; +} + #tools li:hover > a, #access ul ul *:hover > a, #access a:focus { background: none repeat scroll 0 0 #EFEFEF; } diff --git a/view/theme/blog/theme.php b/view/theme/blog/theme.php old mode 100644 new mode 100755