Skip to content
Snippets Groups Projects
Commit 5b5223bc authored by pkupczyk's avatar pkupczyk
Browse files

Basynthec webapp CSS improvements

SVN: 27882
parent d03cabc5
No related branches found
No related tags found
No related merge requests found
......@@ -174,4 +174,45 @@ table.properties td, th {
#button-group{
margin-bottom: 5px;
}
\ No newline at end of file
}
.od600inspector {
margin-bottom: 20px;
padding: 10px;
border: 1px solid black;
}
.od600inspector svg {
margin-bottom: 10px;
}
.predictionSection h3, .phenotypeSection h3 {
font-size: 14px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}
.predictionSection a, .phenotypeSection a {
font-size: 12px;
margin-left: 5px;
cursor: pointer;
text-decoration: underline;
}
.predictionSection ul, .phenotypeSection ul {
font-size: 14px;
list-style-type: none;
padding: 0px;
margin-left: 10px;
}
.predictionSection li .propkey, .phenotypeSection li .propkey {
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
.predictionSection li, .phenotypeSection li {
margin-bottom: 5px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment