server/src/main/webapp/static/css/index.css
changeset 87 6c810f746837
parent 81 555a094e2000
child 97 f7d611f50e58
--- a/server/src/main/webapp/static/css/index.css	Fri Mar 15 17:11:44 2013 +0100
+++ b/server/src/main/webapp/static/css/index.css	Fri Mar 15 23:19:50 2013 +0100
@@ -46,10 +46,20 @@
     background: #ffffff;
 }
 
- #inner {
+.pagination-container {
+	margin: 12px 15px 2px;
+	font-size: 14px;
+}
+
+.pagination-container a, .pagination-container span {
+	margin: 0 1px 0 1px;
+}
+
+#inner {
    width: 300px;
    margin: 10px auto;
  }
+ 
  #button {
    margin: 0 auto;
    border-radius: 3px;
@@ -66,6 +76,7 @@
    background: -o-linear-gradient(#5F5F5F,#565656 50%,#4C4C4C 51%,#373737);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.9);
  }
+ 
  #button:hover {
    cursor: pointer;
    background: #666;
@@ -74,41 +85,45 @@
    background: -ms-linear-gradient(#707070,#666666 50%,#5B5B5B 51%,#474747);
    background: -o-linear-gradient(#707070,#666666 50%,#5B5B5B 51%,#474747);
  }
+ 
  #button:active {
    box-shadow: inset 0 1px 12px rgba(0,0,0,0.9);
    background: #444;
  }
+ 
  #label {
-   text-align: left;
+   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 {
-   height: 38px;
-   background: #fff;
-   border: 1px solid #bbb;
-   border-radius: 3px;
+   height: 38px;   
    position: relative;
  }
  button, input {
    font-weight: bold;
    font-size: 15px;
  }
+  
  input[type="text"] {
+   background: #fff;
+   border: 1px solid #bbb;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;   
-   padding: 0 45px 0 10px;
+   padding: 0 10px 0 10px;
    *padding: 0; /* IE7 hack */
    width: 100%;
    height: 100%;
    outline: none;
-   border: none;
    position: absolute;
  }
  button[type="submit"] {
    position: absolute;
-   right: 0;
+   right: -45px;
    width: 45px;
    height: 38px;
  }
\ No newline at end of file