From 2dd45126b43048cd0cd4151a3552915ea77667b7 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 16 Nov 2011 19:30:29 +0000 Subject: [PATCH] NIHVIVO-3323: Refactored Site information form to reflect Vitro theme NIHVIVO-3324: Applied Vitro some look and feel to back-end forms --- webapp/themes/vitro/css/vitroTheme.css | 27 +++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/webapp/themes/vitro/css/vitroTheme.css b/webapp/themes/vitro/css/vitroTheme.css index f80c26a72..7b4bd79bb 100644 --- a/webapp/themes/vitro/css/vitroTheme.css +++ b/webapp/themes/vitro/css/vitroTheme.css @@ -106,7 +106,9 @@ input.submit:visited, 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 */ 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-image: -moz-linear-gradient(center top , #00a8c3, #058da3);*/ display: inline-block; @@ -168,7 +170,8 @@ input#delete:visited { .verbose-toggle:hover, #showAddFormButton:hover, input.submit:hover, -input#submit:hover { +input#submit:hover, +input.form-button:hover { color: #fff; background-color: #47b6d0; } @@ -183,7 +186,8 @@ input#delete:hover { input.delete:active, input#delete:active, input.submit:active, -input#submit:active { +input#submit:active, +input.form-button:active { top: 1px; } form textarea { @@ -382,6 +386,23 @@ ul.ingestMenu { 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 --------------> */ /* -------------------------------------------------> */