Skip to content

Commit

Permalink
Merge pull request #58 from nebiolabs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gorj-tessella authored Sep 6, 2019
2 parents 12dbe56 + 00b9e25 commit ddc2485
Show file tree
Hide file tree
Showing 38 changed files with 5,294 additions and 5,366 deletions.
214 changes: 99 additions & 115 deletions README.md

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions dist/css/plate-map.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@
background-color: white;
}

.plate-setup-bottom-table tr.selected td {
background-color: lightblue;
}

.plate-setup-color-text {
font-size: 14px;
border: none;
Expand Down Expand Up @@ -500,3 +504,72 @@ input.invalid {
margin-top: -44px;
z-Index: 99999 !important;
}

.plate-setup-canvas-container > svg {
cursor: pointer;
}

.plate-setup-canvas-container > svg text {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.plate-setup-canvas-container > svg * {
vector-effect: non-scaling-stroke;
}

.plate-setup-canvas-container .rowHead text, .colHead text {
font-size: 13px;
font-family: sans-serif, Arial;
font-weight: bold;
text-anchor: middle;
dominant-baseline: central;
}

.plate-setup-canvas-container .tile .highlight {
fill: none;
}

.plate-setup-canvas-container .tile .well {
stroke: gray;
stroke-width: 0.5;
}

.plate-setup-canvas-container .tile .fill .center, .plate-setup-canvas-container .tile .fill .center_incomplete {
fill: white;
stroke: gray;
stroke-width: 0.5;
}

.plate-setup-canvas-container .tile:not(.incomplete) .fill .center_incomplete {
display:none;
}

.plate-setup-canvas-container .tile.incomplete .fill .center {
display:none;
}

.plate-setup-canvas-container .tile .fill .label {
font-size: 13px;
font-family: sans-serif, Arial;
text-anchor: middle;
dominant-baseline: central;
}

.plate-setup-canvas-container .tile.incomplete .fill .label {
fill: red;
}

.plate-setup-canvas-container .tile.selected .highlight {
fill: lightblue;
}

.plate-setup-canvas-container .tile.empty .fill {
display: none;
}

.plate-setup-canvas-container .tile:not(.empty) .well {
display: none;
}
4 changes: 2 additions & 2 deletions dist/css/plate-map.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ddc2485

Please sign in to comment.