NIHVIVO-1979: Made stylesheets syntax consistent across the app.

This commit is contained in:
mb863 2011-02-02 02:58:37 +00:00
parent 9caa5c437c
commit c324ab3151
12 changed files with 103 additions and 133 deletions

View file

@ -1,13 +1,12 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/*** Admin Dashboard ***/
/* Admin Dashboard */
#adminDashboard {
margin-top: 1em;
display: inline-block;
width: 100%;
}
#adminDashboard .pageBodyGroup {
float: left;
clear: right;
@ -17,31 +16,25 @@
margin-bottom: 1em;
padding: 0 1em;
}
#adminDashboard .pageBodyGroup h4 {
margin: 0;
padding: 0;
color: #666;
}
#adminDashboard .pageBodyGroup h3 {
background-color: #efefef;
color: #000;
padding: 5px;
}
#adminDashboard .pageBodyGroup ul {
margin: 0 0 1em 0.3em;
}
#adminDashboard .pageBodyGroup li {
list-style-type: none;
}
#adminDashboard #verbosePropertyForm {
margin-top: 3em;
}
#adminDashboard .add-action-button {
margin-top: .75em;
}

View file

@ -116,7 +116,6 @@ svg text {
font-family: inherit !important;
font-size: 12px !important;
color: #5E6363 !important;
/* display: none;*/
}
svg rect {
cursor: pointer;

View file

@ -1,4 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* browseIndex.css contains styles used in the Index pages. */
/* INDIVIDUAL LIST ------> */

View file

@ -8,21 +8,18 @@
padding: 1em 0;
margin: 1em 0;
}
.dump li {
list-style-type: none;
}
.dump.directive h6 {
margin-top: 1em;
}
.dump.datamodel .var, .dump.datamodel .directive {
.dump.datamodel .var,
.dump.datamodel .directive {
border-bottom: 1px solid #ccc;
padding: 1em 0;
margin: 1em 0;
}
.dump .var p {
margin-bottom: .3em;
}

View file

@ -14,12 +14,11 @@ input.block{
textarea {
margin-bottom: 1.5em;
}
/* mb863-reference: vivo-basic/css/formedit.css*/
form {
padding-bottom: 20px;
}
.form p {
margin-bottom:0.5em;
margin-bottom: .5em;
}
form textarea {
width: 60%;
@ -55,7 +54,6 @@ p.submit {
clear: left;
margin-top: 2em;
}
/* mb863-reference:vivo-basic/css/edit.css*/
.buttonForm {
margin-top: 0;
margin-bottom: 0;
@ -75,7 +73,6 @@ p.submit {
padding-bottom: 1em;
color: #444444;
line-height: 16px;
/*background-color: #eee; cals+vivo themes were: #dddddd; */
background-color: #fff
min-height: 100px;
font-size: 0.9em;
@ -84,7 +81,7 @@ p.submit {
text-align: left;
border-width: 1px;
border-style: solid;
border-color: black;
border-color: #000;
border-collapse: separate;
}
.editingForm td {
@ -101,20 +98,20 @@ td.verticalfieldlabel {
background-color: #f8f8c8;
border-width: 1px;
border-style: solid;
border-color: black;
border-color: #000;
}
.editingForm .entryFormHead h2 {
margin: 0.1em;
padding : 0em;
font-size: 1.4em;
color: black;
color: #000;
}
.editingForm .entryFormHead h3 {
margin: 0.1em;
padding: 0;
font-size: 1.2em;
font-weight: 600; /* cals theme was: 650 */
color: red;
color: #f00;
}
.editingForm .entryFormHead .entryFormHeadInstructions {
margin: 0em;
@ -189,7 +186,7 @@ table.form-background td form {
margin-top: 2px;
}
.navlinkblock {
color: #000; /*#4B0082;*/
color: #000;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
@ -238,7 +235,7 @@ td.editformcell select {
}
.rownumheader {
background-color: #B0C4DE;
color: black;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
@ -246,7 +243,7 @@ td.editformcell select {
}
.headercenter {
background-color: #9370DB;
color: black;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
@ -338,17 +335,14 @@ div.sparqlform label {
display: inline;
font-weight: normal;
}
div.sparqlform div {
margin-bottom: 1.5em;
}
div.sparqlform .parenthetical {
font-style: italic;
margin-top: 0;
margin-bottom: .25em;
}
/* Temporary hack to remove stuff from forms in vivoweb only */
.hideFromVivoWeb {
display: none;

View file

@ -1,8 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
@charset "UTF-8";
/* CSS Document */
/* ADMIN PANEL------> */
#admin {
font-size: .8em;

View file

@ -1,8 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
@charset "UTF-8";
/* CSS Document */
/* VISUAL GRAPH-----> */
#menupage-intro {
clear: both;
@ -108,7 +105,7 @@ ul#find-filters a {
}
#researchers p {
padding: 17px 15px 15px 175px;
line-height: 1.5;
line-height: 1.5em;
}
#researchers-slider {
clear: both;
@ -242,7 +239,7 @@ li.individual img {
}
li.individual h1 {
padding: 0;
line-height: 1.2;
line-height: 1.2em;
font-weight: bold;
}
li.individual h1.thumb {
@ -250,19 +247,19 @@ li.individual h1.thumb {
}
#individuals-in-class span.title {
display: block;
margin: 0.8em 0 0 0;
font-size: 0.8em;
margin: .8em 0 0 0;
font-size: .8em;
line-height: 1;
}
#individuals-in-class span.org {
display: block;
}
nav.pagination {
margin: 0.3em 0 0 1.4em;
margin: .3em 0 0 1.4em;
}
nav.pagination h3 {
display: inline;
margin: 0 0.3em 0 0;
margin: 0 .3em 0 0;
padding: 0;
font-size: 1.1em;
color: #666;
@ -273,7 +270,6 @@ nav.pagination ul {
nav.pagination li {
display: inline-block;
margin: 0;
/* padding: 0.1em 0.6em;*/
border: none;
}
nav.pagination li.selected {

View file

@ -10,7 +10,7 @@
.searchTOC {
margin-bottom: 1.5em;
}
/**Search results */
/* Search results */
.searchhits li {
margin-top: 1em;
}

View file

@ -2,7 +2,7 @@
/* <------ UPLOAD PICTURE*/
#photoUpload {
margin-left: 0px;
margin-left: 0;
height: 280px;
background: #fff;
padding: 15px;
@ -28,14 +28,14 @@
padding-bottom: 10px;
}
#photoUploadForm label span {
font-size: 0.7em;
font-size: .7em;
}
#photoUploadForm input {
margin-bottom: 10px;
}
/* <------ CROP PICTURE*/
#photoCropping {
margin-left: 0px;
margin-left: 0;
height: 450px;
background: #fff;
padding: 15px 0 15px 15px;
@ -47,7 +47,7 @@
}
.photoCroppingNote {
margin-top: 15px;
font-size: 0.8em;
font-size: .8em;
}
#photoCropping {
width: 400px;
@ -64,7 +64,7 @@
}
/* <------ DELETE PICTURE*/
#photoDeletingContainer {
margin-left: 0px;
margin-left: 0;
width: 720px;
height: 330px;
background: #fff;
@ -73,7 +73,7 @@
/* <------ ERROR ALERTS*/
#error-alert {
color: #900;
padding: 0px;
padding: 0;
margin-bottom: 5px;
height: 30px;
}
@ -85,7 +85,7 @@
}
#error-alert p {
padding-left: 35px;
font-size: 0.9em;
font-size: .9em;
line-height: 30px;
}
.or {

View file

@ -13,21 +13,14 @@
2011-01-13
*****************************************/
/************************
Miscellaneous
************************/
/* <------ MISCELLANEOUS*/
.clear {
clear: both;
}
.hidden {
display: none !important;
}
/************************
User feedback
************************/
/* <------ USER FEEDBACK*/
#error-alert {
color: #900;
padding: 10px;
@ -42,15 +35,15 @@ User feedback
}
#error-alert p {
padding-left: 30px;
font-size: 0.9em;
font-size: .9em;
line-height: 30px;
}
#error-alert p.login-alert {
padding-top: 0px;
padding-top: 0;
}
#confirmation-alert {
color: #169f43;
padding: 0px;
padding: 0;
margin-bottom: 5px;
height: 30px;
}
@ -62,11 +55,11 @@ User feedback
}
#confirmation-alert p {
padding-left: 30px;
font-size: 0.9em;
font-size: .9em;
line-height: 30px;
}
#flash-message{
background-color: #7285a0;
padding: 0.5em;
padding: .5em;
margin-bottom: 10px;
}