浏览代码

correction design

Marien Fressinaud 14 年之前
父节点
当前提交
e03c5757c9
共有 2 个文件被更改,包括 6 次插入4 次删除
  1. 2 0
      app/views/javascript/main.phtml
  2. 4 4
      public/theme/base.css

+ 2 - 0
app/views/javascript/main.phtml

@@ -214,4 +214,6 @@ $(document).ready (function () {
 		
 		
 		redirect (url, true);
 		redirect (url, true);
 	});
 	});
+	
+	$("#categories").height ($('body').height () - $("#categories").position ().top);
 });
 });

+ 4 - 4
public/theme/base.css

@@ -348,16 +348,16 @@ form {
 	line-height: 50px;
 	line-height: 50px;
 	text-align: center;
 	text-align: center;
 	border-radius: 5px 5px 0 0;
 	border-radius: 5px 5px 0 0;
-	box-shadow: 0 0 3px #666;
+	box-shadow: 0 0 5px #666;
 	background: #ddd;
 	background: #ddd;
-	color: #fff;
+	color: #666;
 	font-weight: bold;
 	font-weight: bold;
 }
 }
 	#notification.good {
 	#notification.good {
-		background: #8FD900;
+		background: #f4f899;
 	}
 	}
 	#notification.bad {
 	#notification.bad {
-		background: #FF3300;
+		background: #f4a899;
 	}
 	}
 	#notification a.close {
 	#notification a.close {
 		display: inline-block;
 		display: inline-block;