values.css in Values 7
#edit-values-add-more {
margin: 0;
}
#values-value-list .value {
width: 90%;
}
#values-value-list .remove {
text-align: center;
padding-right: 30px;
}
#values-value-list .form-type-textfield {
width: 45%;
float: left;
}
#values-value-list .form-type-textfield input {
width: 98%;
}
#values-value-list .form-type-machine-name {
margin-left: 10px;
width: 45%;
float: left;
}
File
css/values.cssView source
-
- #edit-values-add-more {
- margin: 0;
- }
-
- #values-value-list .value {
- width: 90%;
- }
-
- #values-value-list .remove {
- text-align: center;
- padding-right: 30px;
- }
-
- #values-value-list .form-type-textfield {
- width: 45%;
- float: left;
- }
-
- #values-value-list .form-type-textfield input {
- width: 98%;
- }
-
- #values-value-list .form-type-machine-name {
- margin-left: 10px;
- width: 45%;
- float: left;
- }