Adjust new example text layout

This commit is contained in:
kaBeech
2023-03-19 15:48:54 -07:00
parent 0198bcfc6f
commit bb12e78040
2 changed files with 13 additions and 7 deletions

View File

@@ -85,7 +85,8 @@
</div> </div>
<br /> <br />
<div> <div>
<label for="newExampleTextInput">Example Text:</label> <label for="newExampleTextInput">Change example text:</label>
<div>
<input <input
type="text" type="text"
id="newExampleTextInput" id="newExampleTextInput"
@@ -93,6 +94,7 @@
/> />
<button id="newExampleTextButton">Update</button> <button id="newExampleTextButton">Update</button>
</div> </div>
</div>
<br /> <br />
<h2>Downloads</h2> <h2>Downloads</h2>
<div id="downloads"> <div id="downloads">

View File

@@ -123,6 +123,10 @@ input.serious {
color: #d4d4d4; color: #d4d4d4;
} }
#newExampleTextInput {
width: 16em;
}
.serious#newExampleTextInput { .serious#newExampleTextInput {
height: 1.15em; height: 1.15em;
} }