src/hp/static/hp/css/common.css
changeset 77 9f809996c613
parent 39 6b6d2efb0610
--- a/src/hp/static/hp/css/common.css	Wed Nov 21 16:46:21 2012 +0100
+++ b/src/hp/static/hp/css/common.css	Mon Nov 26 12:05:16 2012 +0100
@@ -2,6 +2,10 @@
     font-family: OpenSans; background: url(../img/main-bg.png) repeat-x #f5f5f5;
 }
 
+input, textarea {
+    font-family: OpenSans;
+}
+
 .container {
     margin: 0 auto; width: 980px;
 }
@@ -15,7 +19,7 @@
 }
 
 h1 {
-    font-size: 22px; line-height: 40px;
+    font-size: 22px; line-height: 40px; float: left;
 }
 
 h1, h1 a {
@@ -31,6 +35,20 @@
     margin: 8px 0 5px; padding: 0 5px 5px; border-bottom: 1px solid #666;
 }
 
+.header form {
+    float: right; position: relative; margin: 8px 0;
+}
+
+.header input[type=search] {
+    width: 240px; line-height: 16px; font-size: 13px; border: 1px solid #CCCCCC; border-radius: 3px;
+    padding: 2px; margin: 0;
+}
+
+.header input[type=submit] {
+    position: absolute; top: 0; right: 0; border: none; margin: 0; padding: 0; text-indent: -9999px;
+    background: url(../img/search.png) transparent no-repeat center; width: 20px; height: 20px;
+}
+
 .clearer {
     clear:both;
 }