Revision 723:d41bf754c0f2 public/stylesheets

View differences:

public/stylesheets/application.css
251 251
border: 1px solid #e4e4e4;
252 252
}
253 253

  
254
.box h4 {
255
margin-top: 0;
256
padding-top: 0;
257
}
258

  
254 259
div.square {
255 260
 border: 1px solid #999;
256 261
 float: left;
......
400 405
p.pagination {margin-top:8px;}
401 406

  
402 407
/***** Tabular forms ******/
403
.tabular p{
408
.tabular p, .tabular ul{
404 409
margin: 0;
405 410
padding: 5px 0 8px 0;
406 411
padding-left: 180px; /*width of left column containing the label elements*/
407 412
height: 1%;
408 413
clear:left;
409 414
}
415
.tabular ul{
416
margin-top: -4px;
417
}
410 418

  
411 419
html>body .tabular p {overflow:hidden;}
412 420

  
......
419 427
margin*/
420 428
}
421 429

  
430
.tabular .splitcontentleft .box p, .tabular .splitcontentright .box p, .splitcontentleft .tabular p, .splitcontentright .tabular p, .tabular .splitcontentleft .box ul, .tabular .splitcontentright .box ul, .splitcontentleft .tabular ul, .splitcontentright .tabular ul {
431
padding-left: 120px;
432
}
433

  
434
.tabular .splitcontentleft .box label, .tabular .splitcontentright .box label, .splitcontentleft .tabular label, .splitcontentright .tabular label {
435
margin-left: -120px;
436
width: 115px;
437
}
438

  
422 439
.tabular label.floating{
423 440
font-weight: normal;
424 441
margin-left: 0px;

Also available in: Unified diff