Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1.  
  2. #Form_Form {
  3.     width: 50%;
  4. }
  5.  
  6. div.field {
  7.     display:table-row;
  8.     padding:0 0 20px 0;
  9. }
  10. form label.left {
  11.     display: table-cell;
  12.     width:30%;
  13.     min-width:120px;
  14.     float:left;
  15.     vertical-align: top;
  16. }
  17. #Form_Form .middleColumn {
  18.     display:table-cell;
  19.     width:70%;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement