NIHVIVO-3323: Refactored Site information form to reflect Vitro theme
NIHVIVO-3324: Applied Vitro some look and feel to back-end forms
This commit is contained in:
parent
18a762db86
commit
2dd45126b4
1 changed files with 24 additions and 3 deletions
|
@ -106,7 +106,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;
|
||||||
/*background-image: -moz-linear-gradient(center top , #00a8c3, #058da3);*/
|
/*background-image: -moz-linear-gradient(center top , #00a8c3, #058da3);*/
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -168,7 +170,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: #47b6d0;
|
background-color: #47b6d0;
|
||||||
}
|
}
|
||||||
|
@ -183,7 +186,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 {
|
||||||
|
@ -382,6 +386,23 @@ ul.ingestMenu {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 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