summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-18 03:12:39 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-18 03:12:39 +0000
commit4b1cc73a583ce8b73760f6e709c0fc794af1b471 (patch)
treeeb174bd6e60bc157de9dddc0669408f2b905057a /theme/identica
parentc1a247358d08c666a838f74ca3d7a54906445746 (diff)
Favor/Disfavor form @class
Created icon, and add style JS selector change Fixed return actions
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/display.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index d3d28001a..832862551 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -62,7 +62,7 @@ border-color:#fff;
background-color:rgba(255, 255, 255, 0.2);
}
#site_nav_local_views a:hover {
-background-color:rgba(255, 255, 255, 0.7);:
+background-color:rgba(255, 255, 255, 0.7);
}
@@ -87,7 +87,7 @@ background-image:url(../../base/images/icons/icon_atom.jpg);
}
#export_data li a.foaf {
background-image:url(../../base/images/icons/icon_foaf.gif);
-=}
+}
#export_data li a.export_vcard {
background-image:url(../../base/images/icons/icon_vcard.gif);
}
@@ -173,9 +173,12 @@ background-color:transparent;
.notice-options .notice_reply a {
background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
}
-.notice-options form.notice_favorite input.submit {
+.notice-options form.form_favor input.submit {
background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
}
+.notice-options form.form_disfavor input.submit {
+background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
+}
.notice-options .notice_delete a {
background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
}