Skip to content

Commit

Permalink
#28 adjusted style
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuque committed Feb 10, 2014
1 parent caea8ff commit d7a1cc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion css/jd.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,8 @@ td fieldset {

td:hover .jd-onmap-check {
opacity: 1;
}
}

.selall-container {
white-space: nowrap;
}
4 changes: 2 additions & 2 deletions japan-data-downloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h4>Include more prefectures</h4>
<label><input type="checkbox" class="pchk-osaka-around" value="MieKen">Mie</label><br>
<label><input type="checkbox" class="pchk-osaka-around" value="FukuiKen">Fukui</label><br>
<label><input type="checkbox" class="pchk-osaka-around" value="TokushimaKen">Tokushima</label><br>
<button id="selall-osaka-around">Select All</button> <button id="rmall-osaka-around">Deselect All</button>
<span class="selall-container"><button id="selall-osaka-around">Select All</button> <button id="rmall-osaka-around">Deselect All</button></span>
</div>
</fieldset>
</div>
Expand All @@ -80,6 +80,6 @@ <h4>Include more prefectures</h4>

<div id="control-area">
<button id="request-trigger">Send Request</button>
<div>
</div>
</body>
</html>

0 comments on commit d7a1cc9

Please sign in to comment.