--- a/server/src/main/webapp/static/css/index.css Thu Apr 04 15:35:15 2013 +0200
+++ b/server/src/main/webapp/static/css/index.css Thu Apr 04 18:20:59 2013 +0200
@@ -131,24 +131,26 @@
background: #444;
}
- #label {
+#label {
font: 30px verdana,arial,sans-serif bold;
text-align: center;
text-shadow: 0 1px 1px #fff;
height: 70px;
line-height: 70px;
margin: 16px auto 0;
- }
- form {
+}
+
+form {
height: 38px;
position: relative;
- }
- button, input {
+}
+
+button, input {
font-weight: bold;
font-size: 15px;
- }
+}
- #inner input[type="text"] {
+#inner input[type="text"] {
background: #fff;
border: 1px solid #bbb;
border-radius: 3px;
@@ -162,7 +164,7 @@
position: absolute;
}
- #inner button[type="submit"] {
+#inner button[type="submit"] {
position: absolute;
right: -45px;
width: 45px;
@@ -278,6 +280,26 @@
margin-right: 12px;
}
+#project-filter-container {
+ margin: 12px 0 0 15px;
+}
+
+#project-filter-container input[type="text"] {
+ background: #fff;
+ border: 1px solid #bbb;
+ border-radius: 3px;
+ padding: 2px 10px 3px;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ outline: none;
+ font-weight: normal;
+ font-size: 15px;
+}
+
+#project-filter-container button[type="submit"] {
+
+}
+
.proj-sort-form {
float: right;
height: auto;