amalgame/commit

prevent fixed search box sitting on top of menu

authorJacco van Ossenbruggen
Fri Jun 3 08:38:37 2011 +0200
committerJacco van Ossenbruggen
Fri Jun 3 08:38:37 2011 +0200
commita68faa6ee4287dcc82c09b3b3aaa10595b79c6dd
tree8b18ab0d1fb4a01bca58d72eaeba37726d657789
parentfff1b29369dcdbc4d93db52bbcfd0f70cbf8d7ac
Diff style: patch stat
diff --git a/web/css/amalgame.css b/web/css/amalgame.css
index 0869c1b..3409ce4 100644
--- a/web/css/amalgame.css
+++ b/web/css/amalgame.css
@@ -3,8 +3,15 @@ body {
 	font-family: Arial;
 }
 
-div.menu { position: fixed; }
-#search_form { position: fixed; right: 0.5em; }
+div.menu { 
+	position: fixed; 
+	margin-right: 21em;
+}
+#search_form { 
+	position: fixed; 
+	right: 0.5em; 
+	width: 20.5em;
+}
 .content h1 {
 	font-size: 1.2em;
 }