Bachir Soussi Chiadmi 1bc61b12ad first import
2015-04-08 11:40:19 +02:00

19 lines
313 B
CSS

.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%;
}