More changes to ontology editing forms and console pages based on help from Manolo
This commit is contained in:
parent
4602b4364d
commit
32cd580d81
7 changed files with 184 additions and 142 deletions
|
@ -194,7 +194,8 @@ form textarea {
|
|||
border: 1px solid #e0dfdf;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
font-style: normal;
|
||||
}
|
||||
.maxWidth {
|
||||
margin-top: 20px;
|
||||
|
@ -300,8 +301,10 @@ p.submit {
|
|||
font-size: 1em;
|
||||
}
|
||||
.verticalfieldlabel {
|
||||
color: #5F6464;
|
||||
font-size: .8em;
|
||||
color: #5E6363; /*#5F6464;*/
|
||||
font-style: normal !important;
|
||||
font-size: 10pt !important;
|
||||
line-height: 2em !important;
|
||||
}
|
||||
.row, .rowvert {
|
||||
background-color: #f7f9f9;
|
||||
|
@ -320,7 +323,8 @@ p.submit {
|
|||
.rowbold {
|
||||
background-color: #FFFAFA;
|
||||
color: #5F6464;
|
||||
font-size: 1em;
|
||||
font-size: 10pt; /*1em;*/
|
||||
line-height: 2em;
|
||||
}
|
||||
.rownum {
|
||||
background-color: #F1F2EE;
|
||||
|
@ -398,9 +402,30 @@ tr.editformcell td input[type="text"] {
|
|||
}
|
||||
|
||||
tr.editformcell td input.fullWidthInput {
|
||||
width: 90% !important;
|
||||
width: 70% !important;
|
||||
margin-top: 0.7em !important;
|
||||
}
|
||||
|
||||
tr.editformcell td input.shortInput {
|
||||
width: 20% !important;
|
||||
margin-top: 0.7em !important;
|
||||
}
|
||||
|
||||
tr.editformcell td textarea.matchingInput {
|
||||
width: 95%;
|
||||
height:10ex;
|
||||
margin-top:0.7em;
|
||||
font-style: normal !important;
|
||||
}
|
||||
|
||||
hr.formDivider {
|
||||
background-color: #3196C4;
|
||||
border: 0 none;
|
||||
height: 1px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 15px;
|
||||
opacity: 0.3;
|
||||
}
|
||||
tr.editformcell td select {
|
||||
font-size: .8em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue