server/src/main/webapp/static/css/index.css
changeset 127 906fed13c1e1
parent 97 f7d611f50e58
child 129 01c862ada33c
--- a/server/src/main/webapp/static/css/index.css	Tue Mar 26 08:27:58 2013 +0100
+++ b/server/src/main/webapp/static/css/index.css	Tue Apr 02 01:56:11 2013 +0200
@@ -77,14 +77,14 @@
     padding-bottom: 1em; /* bottom padding for footer */
 }
 
-div#footer {
+footer#footer {
     position:absolute;
     bottom:0;
     width:100%;
     font-size: 12px;
 }
  
-div#footer div {
+footer#footer div {
      float:right;
      margin: 15px 10px 0 0;
 }
@@ -148,7 +148,7 @@
    font-size: 15px;
  }
   
- input[type="text"] {
+ #inner input[type="text"] {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
@@ -160,12 +160,93 @@
    height: 100%;
    outline: none;
    position: absolute;
- }
+}
  
- button[type="submit"] {
+ #inner button[type="submit"] {
    position: absolute;
    right: -45px;
    width: 45px;
    height: 38px;
- }
- 
\ No newline at end of file
+}
+
+#objects-content {
+    float: left;
+}
+
+#objects-content table {
+    width: 100%;
+}
+
+.object-tools {
+    font-size: 11px;
+    font-weight: bold;
+    font-family: Arial,Helvetica,sans-serif;
+    padding-left: 0;
+    float: right;
+    position: relative;
+    margin: -2.4em -15px -2em 0;
+}
+
+.object-tools li {
+	list-style: none;
+}
+
+.object-tools a:link, .object-tools a:visited {
+    display: block;
+    float: left;
+    color: white;
+    padding: .1em 8px .1em 8px;
+    height: 14px;
+    background: #666666;
+    text-decoration: none;
+}
+
+.spaces-table-title {
+	width: 250px;
+}
+.spaces-table-created {
+    width: 120px;
+}
+
+.spaces-table-actions {
+    width: 40px;
+}
+
+td.spaces-table-created {
+	text-align: center;
+}
+
+.form-fields label, .form-fields input, .form-fields textarea, .form-fields #binConfigDiv {
+  display:inline-block;
+}
+
+.form-fields label {
+  width:150px;
+  float: left;
+}
+
+.form-fields input, .form-fields textarea {
+  width:200px;
+}
+
+
+#space-form-container {
+	margin: 12px 0px 0px 15px;
+}
+
+.form-fields div {
+	margin-bottom: 12px; 
+}
+
+.form-error {
+	color: red;
+}
+
+#binConfigDiv { 
+    position: relative;
+    width: 650px;
+    height: 150px;
+}
+#binConfigDiv div {
+    margin-bottom: 0; 
+}