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