refactor, tweak html layout

This commit is contained in:
Bryce Allen
2015-03-19 19:59:45 -05:00
parent 6d585a39d8
commit 16df6773d9
3 changed files with 29 additions and 19 deletions

View File

@@ -15,6 +15,11 @@
flex-direction: column;
}
label {
font-weight: bold;
font-family: sans, sans-serif;
}
#output { flex: 99 1 auto; }
</style>
@@ -47,11 +52,13 @@
</head>
<body>
<div class="flex">
<label for="item">Item:</label>
<input id="item" type="text" size="20" />
<br />
<button id="search">Find Quests and Monsters</button>
<br />
<textarea readonly="true" rows="10" cols="80" id="output"></textarea>
<div>
<label for="item">Item:</label>
<input id="item" type="text" size="20" />
<button id="search">Find quests!</button>
<a href="http://www.reddit.com/r/MonsterHunter/comments/2z4pz3/finding_the_best_quest_to_farm_an_item_python/">(output explanation)</a>
</div>
<br />
<textarea readonly="true" rows="10" cols="80" id="output"></textarea>
</div>
</body>