server/src/main/webapp/static/css/index.css
changeset 129 01c862ada33c
parent 127 906fed13c1e1
child 136 a822178766ce
--- a/server/src/main/webapp/static/css/index.css	Tue Apr 02 14:05:56 2013 +0200
+++ b/server/src/main/webapp/static/css/index.css	Wed Apr 03 17:47:23 2013 +0200
@@ -212,6 +212,12 @@
     width: 40px;
 }
 
+.spaces-table-actions-disabled, .spaces-table-actions-disabled:link, .spaces-table-actions-disabled:visited, .spaces-table-actions-disabled:hover, .spaces-table-actions-disabled:active, .spaces-table-actions-disabled:focus {
+	color: gray;
+	text-decoration: none;
+	cursor: default;
+}
+
 td.spaces-table-created {
 	text-align: center;
 }
@@ -247,6 +253,27 @@
     width: 650px;
     height: 150px;
 }
+
 #binConfigDiv div {
     margin-bottom: 0; 
 }
+
+#space-delete-container {
+	margin-left: 12px;
+	margin-top: 1em;
+}
+
+
+#space-delete-confirm-buttons {
+	margin-top: 1em;
+}
+
+#space-delete-confirm-buttons form {
+	margin: 0;
+	padding: 0;
+	display: inline;
+}
+
+#space-delete-confirm-buttons input[type=submit] {
+	margin-right: 12px;
+}