Changed edit page: new background image, image is included in form, submit button text changed, title text changed, created new css class for edit forms

This commit is contained in:
Jef van Schendel
2011-06-07 16:02:16 +02:00
parent 852c7fdb8a
commit bb1f2f89e1
2 changed files with 11 additions and 5 deletions

View File

@@ -119,6 +119,11 @@ a.mediagoblin_logo:hover {
width:600px;
}
.edit_box {
width:600px;
background-image:url("../images/background_edit.png");
}
.form_box h1 {
font-size:28px;
}