16 lines
187 B
CSS
16 lines
187 B
CSS
.wrap h1 {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.form-table th {
|
|
width: 200px;
|
|
}
|
|
|
|
.form-table input.regular-text {
|
|
width: 100%;
|
|
max-width: 400px;
|
|
}
|
|
|
|
.notice {
|
|
margin: 5px 0 15px;
|
|
} |