subform.css in Subform 5
.table {
width: 100%;
border: 1px solid rgb(128,128,128);
}
.subform_remove_cell {
width: 50px;
padding-left: 5px;
padding-right: 5px;
text-align: center;
background-image: url(remove_background.gif);
background-repeat: repeat-x;
background-color: rgb(192,192,192);
}
.subformChildDiv {
border: none;
padding: 5px;
}
.subform_iframe {
border: none;
width: 100%;
}
.standard > .form-item {
margin-top: 0;
}
.subform_button {
white-space: nowrap;
}
.subform_button img {
vertical-align: middle;
}
#subform .node-form .form-item label {
display: inline;
float: left;
width: 120px;
}
#subform .node-form .form-item .subform_label {
display: block;
float: none;
width: auto;
}
#subform .node-form .form-item .form-text,
.node-form .form-item .form-textarea,
.node-form .form-item .form-select
{
display: inline;
width: auto;
}
File
subform.css
View source
- .table {
- width: 100%;
- border: 1px solid rgb(128,128,128);
- }
-
- .subform_remove_cell {
- width: 50px;
- padding-left: 5px;
- padding-right: 5px;
- text-align: center;
- background-image: url(remove_background.gif);
- background-repeat: repeat-x;
- background-color: rgb(192,192,192);
- }
-
- .subformChildDiv {
- border: none;
- padding: 5px;
- }
-
- .subform_iframe {
- border: none;
- width: 100%;
- }
-
- .standard > .form-item {
- margin-top: 0;
- }
-
- .subform_button {
- white-space: nowrap;
- }
-
- .subform_button img {
- vertical-align: middle;
- }
-
- #subform .node-form .form-item label {
- display: inline;
- float: left;
- width: 120px;
- }
-
- #subform .node-form .form-item .subform_label {
- display: block;
- float: none;
- width: auto;
- }
-
- #subform .node-form .form-item .form-text,
- .node-form .form-item .form-textarea,
- .node-form .form-item .form-select
- {
- display: inline;
- width: auto;
- }