mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 11:20:02 +01:00
* Fixes alignment of message in Add step box * fixes css info id * updates class selector in demo * Spacing changes
This commit is contained in:
committed by
Jeffrey Warren
parent
09669fe858
commit
a67fe91d0d
@@ -115,3 +115,7 @@ h1 {
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
.info {
|
||||||
|
padding: 8px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
<button class="btn btn-success btn-lg" id="download-btn" name="download">Download</button>
|
<button class="btn btn-success btn-lg" id="download-btn" name="download">Download</button>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<p class="info" style="padding:8px;">Select a new module to add to your sequence.</p>
|
<p class="info">Select a new module to add to your sequence.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user