diff examples/common/default/default.css @ 243:466ea3e4b039

Search box localted to the top of home page.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Jul 2016 20:39:37 +0859
parents 0c817d4a549a
children 9e8e43ed3c11
line wrap: on
line diff
--- a/examples/common/default/default.css	Fri Jul 08 19:26:09 2016 +0859
+++ b/examples/common/default/default.css	Sun Jul 10 20:39:37 2016 +0859
@@ -125,8 +125,14 @@
 div.xy120x120 {min-width: 120px; min-height: 140px;}
 div.xy96x96 {min-width: 96px; min-height: 116px;}
 div.xy50x50 {min-width: 50px; min-height: 70px;}
-div.right {clear: both; float: right;}
+div.right, div.search {clear: both; float: right;}
 *.clear {clear: both;}
+div.search input[type="text"] {
+    border: solid 1px #bbb; border-radius: 0.5ex; min-height: 20px;
+    margin: 1em; padding: 0 0.5ex; padding-left: 18px;
+    background: url("../../img/loupe.png") left center no-repeat
+		   rgba(242,240,240,0.7);
+}
 
 /*
  * PR Web

yatex.org