From 01d36785b052f722c982700bcfe29e7ea26d1321 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 27 Sep 2010 19:48:45 -0700 Subject: fixed photo comments, msg typo, and changed cursor when hovering over "special friends" where SSO is allowed --- view/contact_edit.tpl | 2 +- view/contact_template.tpl | 2 +- view/mail_conv.tpl | 2 +- view/mail_list.tpl | 2 +- view/theme/default/style.css | 4 ++++ view/wall_item.tpl | 4 ++-- view/wallwall_item.tpl | 6 +++--- 7 files changed, 13 insertions(+), 9 deletions(-) (limited to 'view') diff --git a/view/contact_edit.tpl b/view/contact_edit.tpl index a049c232f..acea1da4e 100644 --- a/view/contact_edit.tpl +++ b/view/contact_edit.tpl @@ -9,7 +9,7 @@
$alt_text
- $name + $name
diff --git a/view/contact_template.tpl b/view/contact_template.tpl index 763cde00b..5b99f1be1 100644 --- a/view/contact_template.tpl +++ b/view/contact_template.tpl @@ -13,7 +13,7 @@
- $name + $name
diff --git a/view/mail_conv.tpl b/view/mail_conv.tpl index 3c26a9c54..779ef39ee 100644 --- a/view/mail_conv.tpl +++ b/view/mail_conv.tpl @@ -1,6 +1,6 @@
- $from_name + $from_name
$from_name
diff --git a/view/mail_list.tpl b/view/mail_list.tpl index ee64f15e0..1ef714f7a 100644 --- a/view/mail_list.tpl +++ b/view/mail_list.tpl @@ -1,6 +1,6 @@
- $from_name + $from_name
$from_name
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index a97ad9331..a7dee04b6 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1586,3 +1586,7 @@ input#dfrn-url { bottom: 5px; right: 5px; } + +.sparkle { + cursor: crosshair; +} diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 479a72ce2..58a7727a8 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -2,11 +2,11 @@
- $name + $name
- $name + $name
$ago
$location
$vote diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index 0ff2ff6f7..d98289901 100644 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -2,16 +2,16 @@
- $owner_name + $owner_name
Wall-To-Wall
- $name + $name
- $name to $owner_name via Wall-To-Wall:
+ $name to $owner_name via Wall-To-Wall:
$ago
$location
$vote -- cgit v1.2.3