2006/unicorn/WebContent/style base_ucn.css,1.27,1.28

Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv3904/WebContent/style

Modified Files:
	base_ucn.css 
Log Message:
new css sprite with rollovers for all links icons on result page

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- base_ucn.css	24 Sep 2009 17:29:58 -0000	1.27
+++ base_ucn.css	25 Sep 2009 13:05:26 -0000	1.28
@@ -399,7 +399,10 @@
 	display:inline-block;
 	overflow:hidden;
 	padding:11px 0 0 12px;
-	background:url(../images/external_link_2.gif) no-repeat;
+	background:url(../images/sprite_links.png) no-repeat -22px 0;
+}
+#observations div.observer h2 a.direct_link:hover {
+	background:url(../images/sprite_links.png) no-repeat -22px -11px;
 }
 #observations div.observer h2 a.anchor {
 	height:0;
@@ -407,9 +410,11 @@
 	font-size:0 !important;
 	display:inline-block;
 	overflow:hidden;
-	padding:1em 0 0 1.2em;
-	background:url(../images/permalink.png) no-repeat 0.2em 0;
-	vertical-align:-15%;
+	padding:11px 0 0 11px;
+	background:url(../images/sprite_links.png) no-repeat -11px 0;
+}
+#observations div.observer h2 a.anchor:hover {
+	background:url(../images/sprite_links.png) no-repeat -11px -11px;
 }
 #observations div.observer h2 span.name {
 	font-style: italic;
@@ -475,12 +480,13 @@
 	border-bottom:1px solid #CCCCCC;
 }
 #observations h3 a.anchor {
-	height:0;
+	/*height:0;
 	width:0;
 	overflow:hidden;
 	padding:15px 0 0 23px;
 	background:url(../images/permalink.gif) no-repeat 6px 2px;
-	float:right;
+	float:right;*/
+	margin: 2px 6px 0 0;
 }
 #observations .infos h3 {
 	color: #17882a;
@@ -505,15 +511,18 @@
 	width:11px;
 	text-align:right;
 }
-#observations td.anchor a {
+#observations td.anchor a, #observations h3 a.anchor {
 	height:0;
 	width:0;
-	display:inline-block;
-	/*float:right;*/
+	/*display:inline-block;*/
+	float:right;
 	font-size:0;
 	overflow:hidden;
 	padding:11px 0 0 11px;
-	background:url(../images/permalink.gif) no-repeat;
+	background:url(../images/sprite_links.png) no-repeat 0 0;
+}
+#observations td.anchor a:hover, #observations h3 a.anchor:hover {
+	background:url(../images/sprite_links.png) no-repeat 0 -11px;
 }
 #observations table {
 	border-collapse:collapse;

Received on Friday, 25 September 2009 13:05:39 UTC