NIHVIVO-3323: Refactored Site information form to reflect Wilma theme
NIHVIVO-3324: Applied wilma some look and feel to back-end forms
This commit is contained in:
parent
c480c692af
commit
0c8ac7b68f
1 changed files with 24 additions and 4 deletions
|
@ -113,7 +113,9 @@ input.submit:visited,
|
||||||
for editing forms which require an id and do not allow a class. This will be
|
for editing forms which require an id and do not allow a class. This will be
|
||||||
removed once we refactor the editing forms to Freemarker */
|
removed once we refactor the editing forms to Freemarker */
|
||||||
input#submit,
|
input#submit,
|
||||||
input#submit:visited {
|
input#submit:visited,
|
||||||
|
input.form-button,
|
||||||
|
input.form-button:visited {
|
||||||
background: #222 url(../images/alert-overlay.png) repeat-x;
|
background: #222 url(../images/alert-overlay.png) repeat-x;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px 18px 7px;
|
padding: 5px 18px 7px;
|
||||||
|
@ -173,7 +175,8 @@ input#delete:visited {
|
||||||
.verbose-toggle:hover,
|
.verbose-toggle:hover,
|
||||||
#showAddFormButton:hover,
|
#showAddFormButton:hover,
|
||||||
input.submit:hover,
|
input.submit:hover,
|
||||||
input#submit:hover {
|
input#submit:hover,
|
||||||
|
input.form-button:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #b2d15a;
|
background-color: #b2d15a;
|
||||||
}
|
}
|
||||||
|
@ -188,7 +191,8 @@ input#delete:hover {
|
||||||
input.delete:active,
|
input.delete:active,
|
||||||
input#delete:active,
|
input#delete:active,
|
||||||
input.submit:active,
|
input.submit:active,
|
||||||
input#submit:active {
|
input#submit:active,
|
||||||
|
input.form-button:active {
|
||||||
top: 1px;
|
top: 1px;
|
||||||
}
|
}
|
||||||
form textarea {
|
form textarea {
|
||||||
|
@ -406,7 +410,23 @@ ul.ingestMenu {
|
||||||
.toBeDeleted {
|
.toBeDeleted {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
/* BACK-END FORMS --------------> */
|
||||||
|
.display-inline {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.theme-dir {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
tr.editformcell td input[type="text"] {
|
||||||
|
width: 30% !important;
|
||||||
|
}
|
||||||
|
tr.editformcell td select {
|
||||||
|
font-size: .8em;
|
||||||
|
}
|
||||||
|
.editingForm table {
|
||||||
|
width: 100%;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* HOMEPAGE AND INTERIOR PAGES STYLES --------------> */
|
/* HOMEPAGE AND INTERIOR PAGES STYLES --------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue