server/src/main/webapp/static/css/index.css
changeset 240 18a43ba77ad0
parent 239 67c2b0fb9b19
child 298 2f35c2ae7de8
equal deleted inserted replaced
213:2e738512336a 240:18a43ba77ad0
   237     height: 14px;
   237     height: 14px;
   238     background: #666666;
   238     background: #666666;
   239     text-decoration: none;
   239     text-decoration: none;
   240 }
   240 }
   241 
   241 
   242 .spaces-table-title {
   242 .object-table-title {
   243 	width: 250px;
   243 	width: 250px;
   244 }
   244 }
   245 .spaces-table-created {
   245 .object-table-created {
   246     width: 120px;
   246     width: 120px;
   247 }
   247 }
   248 
   248 
   249 .spaces-table-actions {
   249 .object-table-actions {
   250     width: 40px;
   250     width: 40px;
   251 }
   251 }
   252 
   252 
   253 .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 {
   253 .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 {
   254 	color: gray;
   254 	color: gray;
   255 	text-decoration: none;
   255 	text-decoration: none;
   256 	cursor: default;
   256 	cursor: default;
   257 }
   257 }
   258 
   258 
   259 td.spaces-table-created {
   259 td.object-table-created {
   260 	text-align: center;
   260 	text-align: center;
   261 }
   261 }
   262 
   262 
   263 .form-fields label, .form-fields input, .form-fields textarea, .form-fields #binConfigContainer {
   263 .form-fields label, .form-fields input, .form-fields textarea, .form-fields #binConfigContainer {
   264   display:inline-block;
   264   display:inline-block;
   267 .form-fields label {
   267 .form-fields label {
   268   width:150px;
   268   width:150px;
   269   float: left;
   269   float: left;
   270 }
   270 }
   271 
   271 
   272 .form-fields input, .form-fields textarea {
   272 .form-fields input, .form-fields textarea, .form-fields select {
   273   width:200px;
   273   width:200px;
   274 }
   274 }
   275 
   275 
   276 
   276 
   277 .form-fields div {
   277 .form-fields div {
   297 
   297 
   298 #binConfigDiv div {
   298 #binConfigDiv div {
   299     margin-bottom: 0; 
   299     margin-bottom: 0; 
   300 }
   300 }
   301 
   301 
   302 #space-delete-container {
   302 #object-delete-container {
   303 	margin-left: 12px;
   303 	margin-left: 12px;
   304 	margin-top: 1em;
   304 	margin-top: 1em;
   305 }
   305 }
   306 
   306 
   307 
   307 
   308 #space-delete-confirm-buttons {
   308 #object-delete-confirm-buttons {
   309 	margin-top: 1em;
   309 	margin-top: 1em;
   310 }
   310 }
   311 
   311 
   312 #space-delete-confirm-buttons form {
   312 #object-delete-confirm-buttons form {
   313 	margin: 0;
   313 	margin: 0;
   314 	padding: 0;
   314 	padding: 0;
   315 	display: inline;
   315 	display: inline;
   316 }
   316 }
   317 
   317 
   318 #space-delete-confirm-buttons input[type=submit] {
   318 #object-delete-confirm-buttons input[type=submit] {
   319 	margin-right: 12px;
   319 	margin-right: 12px;
   320 }
   320 }
   321 
   321 
   322 #project-filter-container {
   322 #project-filter-container {
   323     margin: 12px 0 0 15px;    
   323     margin: 12px 0 0 15px;