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

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
label{
label {
display: block;
margin-top: .5em;
}
@ -8,18 +8,17 @@ label.inline {
display: inline;
font-weight: normal;
}
input.block{
input.block {
display: block;
}
textarea{
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%;
@ -32,7 +31,7 @@ form a:hover.cancel, form a:active.cancel {
color: #fff;
background: #f70;
}
form select option{
form select option {
padding-right: 5px;
}
form dl {
@ -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,10 +81,10 @@ p.submit {
text-align: left;
border-width: 1px;
border-style: solid;
border-color: black;
border-color: #000;
border-collapse: separate;
}
.editingForm td{
.editingForm td {
padding: 2px 2px 2px 2px;
font-size: 1em;
}
@ -101,20 +98,20 @@ td.verticalfieldlabel {
background-color: #f8f8c8;
border-width: 1px;
border-style: solid;
border-color: black;
border-color: #000;
}
.editingForm .entryFormHead h2{
.editingForm .entryFormHead h2 {
margin: 0.1em;
padding : 0em;
font-size: 1.4em;
color: black;
color: #000;
}
.editingForm .entryFormHead h3{
.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;
@ -128,7 +125,7 @@ td.verticalfieldlabel {
font-size: 10px;
border-width: 1px;
}
.editingForm .form-button{
.editingForm .form-button {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
margin-top: 2px;
@ -178,7 +175,7 @@ table.form-background td form {
background-color: #E05550;
}
.form-background.property {
background-color : #A8F0A0;
background-color: #A8F0A0;
}
.form-table-head {
background-color: #ccf;
@ -189,13 +186,13 @@ 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;
margin-top: 1px;
margin-bottom: 1px;
padding-top : 1px;
padding-top: 1px;
padding-bottom: 4px;
}
td.editformcell {
@ -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

@ -5,10 +5,10 @@
#login-form label,
#login-form input.text,
#login-form #password,
#login-form #confirmPassword{
#login-form #confirmPassword {
display: block;
}
#login-form label.label-remember-me{
#login-form label.label-remember-me {
display: block;
}
#login-form p.submit {
@ -44,7 +44,7 @@ p.request-account {
margin-top: 1em;
text-align: center;
}
.or-auth{
.or-auth {
margin-left: 135px;
width: 30px;
height: 30px;
@ -55,7 +55,7 @@ p.request-account {
color: #fff;
font-size: .8em;
}
h3.internal-auth{
h3.internal-auth {
margin-left: 38px;
color: #5F6464;
font-size: 1em;

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

@ -2,31 +2,31 @@
/* Styles for Freemarker template revisionInfo */
#revision-build-date{
width:475px;
float:right;
border-left:1px solid #DFE6E6;
padding-left:35px;
height:200px;
#revision-build-date {
width: 475px;
float: right;
border-left: 1px solid #DFE6E6;
padding-left: 35px;
height: 200px;
}
#revision-levels{
width:375px;
float:left;
#revision-levels {
width: 375px;
float: left;
}
#revision-levels caption{
#revision-levels caption {
padding: 10px 0 12px 0;
margin:0;
margin: 0;
font-size: 18px;
color: #2485ae;
text-align: left;
}
#revision-levels th{
font-weight:bold;
padding:15px 20px 15px 20px;
border:1px solid #DFE6E6;
#revision-levels th {
font-weight: bold;
padding: 15px 20px 15px 20px;
border: 1px solid #DFE6E6;
}
#revision-levels td{
padding:8px 20px 8px 20px;
border:1px solid #DFE6E6;
text-align:center;
#revision-levels td {
padding: 8px 20px 8px 20px;
border: 1px solid #DFE6E6;
text-align: center;
}

View file

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

View file

@ -1,20 +1,20 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* <------ UPLOAD PICTURE*/
#photoUpload{
margin-left: 0px;
#photoUpload {
margin-left: 0;
height: 280px;
background: #fff;
padding: 15px;
}
#photoUploadDefaultImage{
#photoUploadDefaultImage {
width: 130px;
float: left;
}
#photoUploadDefaultImage img{
#photoUploadDefaultImage img {
margin-bottom: 10px;
}
#photoUploadForm{
#photoUploadForm {
width: 280px;
float: left;
padding-left: 25px;
@ -23,33 +23,33 @@
padding-top: 15px;
padding-bottom: 25px;
}
#photoUploadForm label{
#photoUploadForm label {
display: block;
padding-bottom: 10px;
}
#photoUploadForm label span{
font-size: 0.7em;
#photoUploadForm label span {
font-size: .7em;
}
#photoUploadForm input{
#photoUploadForm input {
margin-bottom: 10px;
}
/* <------ CROP PICTURE*/
#photoCropping{
margin-left: 0px;
#photoCropping {
margin-left: 0;
height: 450px;
background: #fff;
padding: 15px 0 15px 15px;
margin-right: 0;
}
#photoCroppingPreview{
#photoCroppingPreview {
width: 180px;
float: left;
}
.photoCroppingNote{
.photoCroppingNote {
margin-top: 15px;
font-size: 0.8em;
font-size: .8em;
}
#photoCropping{
#photoCropping {
width: 400px;
float: left;
padding-top: 30px;
@ -57,37 +57,37 @@
margin-left: 0;
margin-right: 0;
}
.photoCroppedPreview{
.photoCroppedPreview {
width: 115px;
height: 115px;
overflow: hidden;
}
/* <------ DELETE PICTURE*/
#photoDeletingContainer{
margin-left: 0px;
#photoDeletingContainer {
margin-left: 0;
width: 720px;
height: 330px;
background: #fff;
padding: 15px;
}
/* <------ ERROR ALERTS*/
#error-alert{
#error-alert {
color: #900;
padding: 0px;
padding: 0;
margin-bottom: 5px;
height: 30px;
}
#error-alert img{
#error-alert img {
float: left;
margin: 0;
padding: 0;
vertical-align: middle;
}
#error-alert p{
#error-alert p {
padding-left: 35px;
font-size: 0.9em;
font-size: .9em;
line-height: 30px;
}
.or{
.or {
display: inline;
}

View file

@ -13,22 +13,15 @@
2011-01-13
*****************************************/
/************************
Miscellaneous
************************/
/* <------ MISCELLANEOUS*/
.clear {
clear: both;
}
.hidden {
display: none !important;
}
/************************
User feedback
************************/
#error-alert{
/* <------ USER FEEDBACK*/
#error-alert {
color: #900;
padding: 10px;
margin-bottom: 5px;
@ -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;
}