Skip to content

Commit

Permalink
表示を調整した
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurrium committed Sep 21, 2022
1 parent ffd7f08 commit 7cbdce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -122,14 +122,14 @@
</div>
<div class="pure-u-1 pure-u-md-1-4">
<label for="splitPoints">
分割地点
分割地点 [km]
</label>
<input id="splitPoints" class="pure-u-23-24" type="text" placeholder="50,100,150"
pattern="^([0-9]+(\.[0-9]+)?)(( *, *)([0-9]+(\.[0-9]+)?))*$" />
</div>
<div class="pure-u-1">
<div class="pure-u-1 pure-u-md-1-8">
<button id="download-button" class="pure-u-23-24 pure-button pure-button-primary">
<div class="pure-u-1-4">
<button id="download-button" class="pure-button pure-button-primary">
画像をダウンロードする
</button>
<a id="hidden-download-link" target="_blank" href="data:image/png;base64,Can+you+see+me"></a>
Expand Down
9 changes: 0 additions & 9 deletions style.css
Expand Up @@ -42,15 +42,6 @@ footer a {
border-color: #e9322d;
}

input + .pure-form-message.message-for-invalid-input {
display: none;
}

input:invalid + .pure-form-message.message-for-invalid-input {
display: unset;
color: #b94a48;
}

#download-button {
margin: 0.5em 0;
}

0 comments on commit 7cbdce8

Please sign in to comment.