diff -r 860340d4c645 -r 4a2bb15f76cd server/src/main/webapp/static/css/index.css --- a/server/src/main/webapp/static/css/index.css Thu Apr 04 15:41:00 2013 +0200 +++ b/server/src/main/webapp/static/css/index.css Thu Apr 04 15:42:08 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,120 @@ 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; +} + +.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; +} + +.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; +} + +#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; +}