Advertisement
Guest User

Untitled

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