You are here

nodeformcols.css in Node form columns 7

.node-form .form-region-right {
  width: 29%;
  float: right;
}

.node-form-has-region-right .form-region-main {
  float: left;
  width: 70%;
}

.node-form-has-region-right .form-region-footer {
  clear: both;
}

.node-form .form-region-right input,
.node-form .form-region-right text-area {
  max-width: 100%;
}

File

css/nodeformcols.css
View source
  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. }