[geeklog-hg] geeklog: Denim: added the right arrow icon to the element of the...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Sep 4 04:14:53 EDT 2012


changeset 8796:9820bcf4021b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/9820bcf4021b
user: dengen
date: Tue Sep 04 17:08:08 2012 +0900
description:
Denim: added the right arrow icon to the element of the link list in the blocks in order to improve the usability.

diffstat:

 public_html/layout/denim/css_ltr/style.css      |    6 ++++--
 public_html/layout/denim/css_rtl/style.css      |    6 ++++--
 public_html/layout/denim/images/arrow-right.png |  Bin 
 3 files changed, 8 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 6b5caaa7312b -r 9820bcf4021b public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Tue Sep 04 17:00:40 2012 +0900
+++ b/public_html/layout/denim/css_ltr/style.css	Tue Sep 04 17:08:08 2012 +0900
@@ -3527,8 +3527,10 @@
 	#rightblocks .sideoption a:hover,
 	#leftblocks .sideoption_off,
 	#rightblocks .sideoption_off {
-	  background-color: #FFF;
-	  border: 1px solid #CCC;
+	  background: url(../images/arrow-right.png) no-repeat #F7F7F7;
+	  background-size: 24px auto;
+	  background-position: right 50%;
+	  border: 1px solid #CACACA;
 	  color: #222;
 	  display: block;
 	  font-size: 16px;
diff -r 6b5caaa7312b -r 9820bcf4021b public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Tue Sep 04 17:00:40 2012 +0900
+++ b/public_html/layout/denim/css_rtl/style.css	Tue Sep 04 17:08:08 2012 +0900
@@ -3527,8 +3527,10 @@
 	#rightblocks .sideoption a:hover,
 	#leftblocks .sideoption_off,
 	#rightblocks .sideoption_off {
-	  background-color: #FFF;
-	  border: 1px solid #CCC;
+	  background: url(../images/arrow-right.png) no-repeat #F7F7F7;
+	  background-size: 24px auto;
+	  background-position: right 50%;
+	  border: 1px solid #CACACA;
 	  color: #222;
 	  display: block;
 	  font-size: 16px;
diff -r 6b5caaa7312b -r 9820bcf4021b public_html/layout/denim/images/arrow-right.png
Binary file public_html/layout/denim/images/arrow-right.png has changed



More information about the geeklog-cvs mailing list