You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
361 B
CSS
26 lines
361 B
CSS
.edit-form {
|
|
display: inline-block;
|
|
margin: 5px;
|
|
padding: 10px;
|
|
border: 1px solid black;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.edit-form h2 {
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.edit-form input[type="button"] {
|
|
float: right;
|
|
}
|
|
|
|
.edit-form-elem label {
|
|
display: inline-block;
|
|
width: 85px;
|
|
}
|
|
|
|
.edit-form-elem input[type="text"],
|
|
.edit-form-elem select {
|
|
width: 130px;
|
|
}
|