forked from saurabh/orbit4-5
13 lines
195 B
CSS
13 lines
195 B
CSS
|
.module-area .control-group {
|
||
|
display: inline-block;
|
||
|
width: 45%;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.module-area .control-group input {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.module-area .big-group {
|
||
|
width: 100%;
|
||
|
}
|