[geeklog-hg] geeklog: Denim: updated the search icon.

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


changeset 8797:d0001ff91d7c
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/d0001ff91d7c
user: dengen
date: Tue Sep 04 17:12:09 2012 +0900
description:
Denim: updated the search icon.

diffstat:

 public_html/layout/denim/css_ltr/style.css   |    5 +++++
 public_html/layout/denim/css_rtl/style.css   |    5 +++++
 public_html/layout/denim/images/search-l.png |  Bin 
 public_html/layout/denim/images/search.png   |  Bin 
 4 files changed, 10 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r 9820bcf4021b -r d0001ff91d7c public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Tue Sep 04 17:08:08 2012 +0900
+++ b/public_html/layout/denim/css_ltr/style.css	Tue Sep 04 17:12:09 2012 +0900
@@ -3581,6 +3581,11 @@
 	  max-width: 410px;
 	}
 
+	input[type="text"].search {
+	  background: url(../images/search-l.png) left center no-repeat #FFF; /* rtl */
+	  background-size: 24px auto;
+	}
+
 	.loginform {
 	  width: 180px;
 	  margin: 0 auto;
diff -r 9820bcf4021b -r d0001ff91d7c public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Tue Sep 04 17:08:08 2012 +0900
+++ b/public_html/layout/denim/css_rtl/style.css	Tue Sep 04 17:12:09 2012 +0900
@@ -3581,6 +3581,11 @@
 	  max-width: 410px;
 	}
 
+	input[type="text"].search {
+	  background: url(../images/search-l.png) right center no-repeat #FFF; /* rtl */
+	  background-size: 24px auto;
+	}
+
 	.loginform {
 	  width: 180px;
 	  margin: 0 auto;
diff -r 9820bcf4021b -r d0001ff91d7c public_html/layout/denim/images/search-l.png
Binary file public_html/layout/denim/images/search-l.png has changed
diff -r 9820bcf4021b -r d0001ff91d7c public_html/layout/denim/images/search.png
Binary file public_html/layout/denim/images/search.png has changed



More information about the geeklog-cvs mailing list