server/src/main/webapp/static/css/index.css
changeset 136 a822178766ce
parent 129 01c862ada33c
child 137 efc0fce30814
--- a/server/src/main/webapp/static/css/index.css	Wed Apr 03 23:36:05 2013 +0200
+++ b/server/src/main/webapp/static/css/index.css	Thu Apr 04 15:35:15 2013 +0200
@@ -33,7 +33,7 @@
     border-collapse: collapse; margin: 5px 15px; border: 1px solid #CCCCCC;
 }
 th, td {
-    padding: 4px 16px 4px 4px; border: 1px solid #cccccc;
+    padding: 4px 12px 4px 4px; border: 1px solid #cccccc;
 }
 thead {
     font-size: 16px;
@@ -277,3 +277,30 @@
 #space-delete-confirm-buttons input[type=submit] {
 	margin-right: 12px;
 }
+
+.proj-sort-form {
+	float: right;
+	height: auto;
+}
+
+.proj-sort-form input[type=submit] {
+    width: 16px;
+    height: 16px;
+    border: 0;	
+}
+
+.proj-sort-form input[type=submit]:HOVER {
+	opacity: .5;
+}
+
+.proj-sortable-col {
+	background: url("../img/sort_arrows.png") 0 0;	
+}
+
+.proj-sort-desc-col {
+    background: url("../img/sort_arrows.png") 0 -17px;  
+}
+
+.proj-sort-asc-col {
+    background: url("../img/sort_arrows.png") 0 -33px;  
+}