[geeklog-cvs] geeklog: Denim: improved search box

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 30 10:38:32 EDT 2012


changeset 8656:f935a8bd04dc
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f935a8bd04dc
user: dengen
date: Mon Apr 30 23:38:03 2012 +0900
description:
Denim: improved search box

diffstat:

 public_html/layout/denim/images/search.png |  Bin 
 public_html/layout/denim/style.css         |   14 ++++++++++++++
 public_html/layout/denim/style_rtl.css     |   14 ++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r b84ee697c701 -r f935a8bd04dc public_html/layout/denim/images/search.png
Binary file public_html/layout/denim/images/search.png has changed
diff -r b84ee697c701 -r f935a8bd04dc public_html/layout/denim/style.css
--- a/public_html/layout/denim/style.css	Mon Apr 30 18:50:21 2012 +0900
+++ b/public_html/layout/denim/style.css	Mon Apr 30 23:38:03 2012 +0900
@@ -1408,6 +1408,12 @@
   line-height: 1.5em;
 }
 
+input[type="text"].search {
+  background: url(images/search.png) 3px center no-repeat #FFF;
+  padding-left: 24px;
+  width: 120px;
+  color: #999;
+}
 
 /*--------------------------------------
   Login Form
@@ -2430,6 +2436,10 @@
   width: 85%;
 }
 
+#text_editor dd.description {
+  margin-left: 15%;
+}
+
 #admin-storyeditor-introtext,
 #admin-storyeditor-bodytext {
   width: 98%;
@@ -3057,6 +3067,10 @@
 	  line-height: 1.8em;
 	  color: #336699;
 	}
+
+    #text_editor dd.description {
+      margin-left: 0;
+    }
 }
 
 
diff -r b84ee697c701 -r f935a8bd04dc public_html/layout/denim/style_rtl.css
--- a/public_html/layout/denim/style_rtl.css	Mon Apr 30 18:50:21 2012 +0900
+++ b/public_html/layout/denim/style_rtl.css	Mon Apr 30 23:38:03 2012 +0900
@@ -1412,6 +1412,12 @@
   line-height: 1.5em;
 }
 
+input[type="text"].search {
+  background: url(images/search.png) 127px center no-repeat #FFF;
+  padding-right: 24px;
+  width: 120px;
+  color: #999;
+}
 
 /*--------------------------------------
   Login Form
@@ -2434,6 +2440,10 @@
   width: 85%;
 }
 
+#text_editor dd.description {
+  margin-right: 15%;
+}
+
 #admin-storyeditor-introtext,
 #admin-storyeditor-bodytext {
   width: 98%;
@@ -3061,6 +3071,10 @@
 	  line-height: 1.8em;
 	  color: #336699;
 	}
+
+    #text_editor dd.description {
+      margin-right: 0;
+    }
 }
 
 



More information about the geeklog-cvs mailing list