/* theme for lang category */

@import url("1");

/* show title row */

#edit-page-form table.form-table tr:first-child {
    display: table-row;
}

#edit-page-form table.form-table td.form-labels, #edit-cancel-button {
    display: none;
}

#edit-page-form {
    position: relative;
}

#edit-page-form tr {
    position: static;
}

#edit-page-title {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 200px;
    padding: 0;
}

#edit-page-form .field-title-prompt {
    position: absolute;
    top: 12px;
    right: 50%;
    padding: 0 5px;
    width: 200px;
    text-align: right;
}

#edit-page-form .field-title-prompt p {
    margin: 0;
    padding: 0;
}

#edit-page-form div.buttons.alignleft {
    top: 40px;
    position: relative;
    padding: 0;
}
