Skip to content

Commit

Permalink
Merge pull request #1192 from mcneilco/ACAS-815
Browse files Browse the repository at this point in the history
ACAS-815: Increase chemical sketcher height
  • Loading branch information
brianbolt authored Dec 4, 2024
2 parents 99b917a + ff9668c commit ea4562d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions modules/CmpdReg/src/client/css/NewCmpdReg_nocompile.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,13 @@ div {
height: 20px;
}
.MetaLotView div.floatingPanel.newSaltView .marvinWrapper {
height: 506px !important;
height: 526px !important;
}
.marvinWrapper iframe {
height: 500px !important;
height: 520px !important;
}
.marvinContainer iframe {
height: 500px !important;
height: 520px !important;
}
.MetaLotView div.floatingPanel.NewLotSuccessView {
cursor: hand;
Expand Down Expand Up @@ -611,7 +611,7 @@ div {
.RegistrationSearchView .corpNameInput{
position: absolute;
left: 20px;
top: 560px;
top: 580px;
margin-left: 140px;
}
.RegistrationSearchView a.nextButton, .EditParentSearchView a.nextButton {
Expand All @@ -620,15 +620,15 @@ div {
width: 90px;
position: absolute;
left: 680px;
top: 560px;
top: 580px;
}
.RegistrationSearchView a.cancelButton, .EditParentSearchView a.cancelEditButton {
background: no-repeat url('../images/cancel.png');
height: 27px;
width: 90px;
position: absolute;
left: 580px;
top: 560px;
top: 580px;
}
/****** REGISTRATION STEP 2 ******/
.RegSearchResultsView .radioWrapper label, .EditParentSearchResultsView .radioWrapper label {
Expand Down Expand Up @@ -999,7 +999,7 @@ div {
margin-right: 14px;
}
.LotForm_SaltFormView iframe {
height: 500px;
height: 520px;
}

.EnterIsoHeader {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ <h4 class="bv_sketcherLabel">Test sketcher thingy</h4>


<script type="text/template" id="MaestroChemicalStructureControllerView" xmlns="http://www.w3.org/1999/html">
<iframe class="bv_sketcherIFrame" style="width:600px; height:500px;">sketcher should load here</iframe>
<iframe class="bv_sketcherIFrame" style="width:600px; height:520px;">sketcher should load here</iframe>
</script>

<script type="text/template" id="KetcherChemicalStructureControllerView" xmlns="http://www.w3.org/1999/html">
<iframe class="bv_sketcherIFrame" style="width:600px; height:500px;">sketcher should load here</iframe>
<iframe class="bv_sketcherIFrame" style="width:600px; height:520px;">sketcher should load here</iframe>
</script>

<script type="text/template" id="MarvinJSChemicalStructureControllerView" xmlns="http://www.w3.org/1999/html">
<iframe class="bv_sketcherIFrame" style="width:600px; height:500px;" data-toolbars="search">sketcher should load here</iframe>
<iframe class="bv_sketcherIFrame" style="width:600px; height:520px;" data-toolbars="search">sketcher should load here</iframe>
</script>

0 comments on commit ea4562d

Please sign in to comment.