NIHVIVO-1382: more clean up for back-end pages
This commit is contained in:
parent
37c9eaf4a1
commit
6f4f1b4659
1 changed files with 29 additions and 49 deletions
|
@ -9,7 +9,6 @@
|
||||||
margin-left : 0.5em;
|
margin-left : 0.5em;
|
||||||
padding-bottom : 0.5em;
|
padding-bottom : 0.5em;
|
||||||
color : #444444;
|
color : #444444;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
line-height : 16px;
|
line-height : 16px;
|
||||||
min-height : 100px;
|
min-height : 100px;
|
||||||
display : inline;
|
display : inline;
|
||||||
|
@ -22,7 +21,6 @@
|
||||||
margin-left : 0;
|
margin-left : 0;
|
||||||
padding-bottom : 1em;
|
padding-bottom : 1em;
|
||||||
color : #444444;
|
color : #444444;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
line-height : 16px;
|
line-height : 16px;
|
||||||
background-color : #eee; /* cals+vivo themes were: #dddddd; */
|
background-color : #eee; /* cals+vivo themes were: #dddddd; */
|
||||||
min-height : 100px;
|
min-height : 100px;
|
||||||
|
@ -33,12 +31,12 @@
|
||||||
text-align : left;
|
text-align : left;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : black;
|
border-color : #dfe6e6;
|
||||||
border-collapse:separate;
|
border-collapse:separate;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm td{
|
.editingForm td{
|
||||||
padding: 2px 2px 2px 2px;
|
padding: 3px;
|
||||||
font-size : 1em;
|
font-size : 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,17 +48,17 @@ td.verticalfieldlabel {
|
||||||
.editingForm .entryFormHead {
|
.editingForm .entryFormHead {
|
||||||
text-align : center;
|
text-align : center;
|
||||||
padding : 0.2em;
|
padding : 0.2em;
|
||||||
background-color: #f8f8c8;
|
background-color: #f1f2ee;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : black;
|
border-color : #dfe6e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm .entryFormHead h2{
|
.editingForm .entryFormHead h2{
|
||||||
margin : 0.1em;
|
margin : 0.1em;
|
||||||
padding : 0em;
|
padding : 0em;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm .entryFormHead h3{
|
.editingForm .entryFormHead h3{
|
||||||
|
@ -80,7 +78,6 @@ td.verticalfieldlabel {
|
||||||
.editingForm .form-item {
|
.editingForm .form-item {
|
||||||
background-color: #FAFAD2;
|
background-color: #FAFAD2;
|
||||||
border-color : #2E440C;
|
border-color : #2E440C;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
}
|
}
|
||||||
|
@ -88,7 +85,6 @@ td.verticalfieldlabel {
|
||||||
.editingForm .form-button {
|
.editingForm .form-button {
|
||||||
background-color: #ccf;
|
background-color: #ccf;
|
||||||
border-color : #ccf;
|
border-color : #ccf;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 1em;
|
font-size : 1em;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
|
@ -99,7 +95,6 @@ td.verticalfieldlabel {
|
||||||
tr.form-row-even {
|
tr.form-row-even {
|
||||||
background-color : #e9f0ff;
|
background-color : #e9f0ff;
|
||||||
border-color : #eec;
|
border-color : #eec;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
|
@ -108,7 +103,6 @@ tr.form-row-even {
|
||||||
tr.form-row-odd {
|
tr.form-row-odd {
|
||||||
background-color : #e9f9ff;
|
background-color : #e9f9ff;
|
||||||
border-color : #eec;
|
border-color : #eec;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
|
@ -117,7 +111,6 @@ tr.form-row-odd {
|
||||||
.form-editingRow {
|
.form-editingRow {
|
||||||
background-color: #ff9;
|
background-color: #ff9;
|
||||||
border-color : #eec;
|
border-color : #eec;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
|
@ -145,7 +138,6 @@ table.form-background td form {
|
||||||
.form-background {
|
.form-background {
|
||||||
background-color : #C8D8F8;
|
background-color : #C8D8F8;
|
||||||
border-color : #CCCCFF;
|
border-color : #CCCCFF;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
|
@ -163,15 +155,13 @@ table.form-background td form {
|
||||||
.form-table-head {
|
.form-table-head {
|
||||||
background-color: #ccf;
|
background-color: #ccf;
|
||||||
border-color : #eec;
|
border-color : #eec;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navlinkblock {
|
.navlinkblock {
|
||||||
color : black; /*#4B0082;*/
|
color : #5F6464; /*#4B0082;*/
|
||||||
font-family : Verdana,Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
margin-top : 1px;
|
margin-top : 1px;
|
||||||
|
@ -190,25 +180,22 @@ td.editformcell select {
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
.database_header {
|
.database_header {
|
||||||
background-color: #B0C4DE;
|
background-color: #f1f2ee;
|
||||||
color : black;
|
color : #2485ae;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-size : 1em;
|
||||||
font-size : 10pt;
|
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.database_upperleftcorner {
|
.database_upperleftcorner {
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
|
@ -216,17 +203,15 @@ td.editformcell select {
|
||||||
|
|
||||||
.database_upperleftcenter {
|
.database_upperleftcenter {
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rownumheader {
|
.rownumheader {
|
||||||
background-color: #B0C4DE;
|
background-color: #F1F2EE;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
@ -235,8 +220,7 @@ td.editformcell select {
|
||||||
|
|
||||||
.headercenter {
|
.headercenter {
|
||||||
background-color: #9370DB;
|
background-color: #9370DB;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
@ -245,16 +229,14 @@ td.editformcell select {
|
||||||
.postheader {
|
.postheader {
|
||||||
background-color: #E6E6FA;
|
background-color: #E6E6FA;
|
||||||
color : #777777;
|
color : #777777;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.database_postheader {
|
.database_postheader {
|
||||||
background-color: #E6E6FA;
|
background-color: #f7f9f9;
|
||||||
color : #777777;
|
color : #777777;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
|
@ -263,7 +245,6 @@ td.editformcell select {
|
||||||
.postheadercenter {
|
.postheadercenter {
|
||||||
background-color: #E6E6FA;
|
background-color: #E6E6FA;
|
||||||
color : #4682B4;
|
color : #4682B4;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
@ -272,7 +253,6 @@ td.editformcell select {
|
||||||
.postheaderright {
|
.postheaderright {
|
||||||
background-color: #E6E6FA;
|
background-color: #E6E6FA;
|
||||||
color : #4682B4;
|
color : #4682B4;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
|
@ -280,8 +260,7 @@ td.editformcell select {
|
||||||
|
|
||||||
.verticalfieldlabel {
|
.verticalfieldlabel {
|
||||||
background-color: #DEDEDF;
|
background-color: #DEDEDF;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Verdana, Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 8pt;
|
font-size : 8pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
|
@ -289,27 +268,26 @@ td.editformcell select {
|
||||||
}
|
}
|
||||||
|
|
||||||
.row, .rowvert {
|
.row, .rowvert {
|
||||||
background-color: #F0FFFF;
|
background-color: #f7f9f9;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
|
line-height : 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rowalternate {
|
.rowalternate {
|
||||||
background-color: #F8F8FF;
|
background-color: #fff;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
|
line-height : 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rowbold {
|
.rowbold {
|
||||||
background-color: #FFFAFA;
|
background-color: #FFFAFA;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
@ -317,9 +295,8 @@ td.editformcell select {
|
||||||
}
|
}
|
||||||
|
|
||||||
.rownum {
|
.rownum {
|
||||||
background-color: #87CEFA;
|
background-color: #F1F2EE;
|
||||||
color : black;
|
color : #5F6464;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
@ -340,3 +317,6 @@ span.entityRelationsSpan {
|
||||||
display: none;
|
display: none;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
.entities{
|
||||||
|
/*background-color:#F1F2EE;*/
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue