diff -r 2e738512336a -r 18a43ba77ad0 server/src/main/webapp/static/css/index.css --- a/server/src/main/webapp/static/css/index.css Fri Oct 25 16:42:11 2013 +0200 +++ b/server/src/main/webapp/static/css/index.css Wed Jan 15 18:36:27 2014 +0100 @@ -239,24 +239,24 @@ text-decoration: none; } -.spaces-table-title { +.object-table-title { width: 250px; } -.spaces-table-created { +.object-table-created { width: 120px; } -.spaces-table-actions { +.object-table-actions { 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 { +.object-table-actions-disabled, .object-table-actions-disabled:link, .object-table-actions-disabled:visited, .object-table-actions-disabled:hover, .object-table-actions-disabled:active, .object-table-actions-disabled:focus { color: gray; text-decoration: none; cursor: default; } -td.spaces-table-created { +td.object-table-created { text-align: center; } @@ -269,7 +269,7 @@ float: left; } -.form-fields input, .form-fields textarea { +.form-fields input, .form-fields textarea, .form-fields select { width:200px; } @@ -299,23 +299,23 @@ margin-bottom: 0; } -#space-delete-container { +#object-delete-container { margin-left: 12px; margin-top: 1em; } -#space-delete-confirm-buttons { +#object-delete-confirm-buttons { margin-top: 1em; } -#space-delete-confirm-buttons form { +#object-delete-confirm-buttons form { margin: 0; padding: 0; display: inline; } -#space-delete-confirm-buttons input[type=submit] { +#object-delete-confirm-buttons input[type=submit] { margin-right: 12px; }