nodeformcols.css 313 B

123456789101112131415161718
  1. .node-form .form-region-right {
  2. width: 29%;
  3. float: right;
  4. }
  5. .node-form-has-region-right .form-region-main {
  6. float: left;
  7. width: 70%;
  8. }
  9. .node-form-has-region-right .form-region-footer {
  10. clear: both;
  11. }
  12. .node-form .form-region-right input,
  13. .node-form .form-region-right text-area {
  14. max-width: 100%;
  15. }