Styling tweaks for settings and about dialogs.

This commit is contained in:
WrinklyNinja
2014-07-12 15:20:09 +01:00
parent 9a0efd5c96
commit 84a98f7543
2 changed files with 25 additions and 10 deletions
+22 -7
View File
@@ -227,12 +227,13 @@ section[data-active] {
#settings, #about {
margin: 1em;
position: fixed;
padding: 2em;
z-index:4;
top: 10%;
left: 25%;
width: 50%;
margin: 0 auto;
display:table;
position: relative;
top: 3em;
max-width: 90%;
}
#about h1, #about p {
@@ -261,6 +262,8 @@ section h1 {
#settings h1, #about h1 {
margin: 0;
margin-bottom: 1em;
text-align: center;
font-weight: normal;
}
#filters {
@@ -321,7 +324,7 @@ ul {
.tag.remove {
color:red;
}
.hidden {
.hidden, #about.hidden, #settings.hidden {
display:none;
}
#summary li, li > ul > li {
@@ -339,6 +342,18 @@ ul {
background:#FFDD55;
}
#settings td {
#settings td, #settings th {
vertical-align: top;
}
#settings select {
float: right;
clear: both;
position:relative;
top:-0.15em;
}
#settings label {
display: inline-block;
height: 18px;
padding: 1px;
margin: 2px;
}
+3 -3
View File
@@ -197,18 +197,18 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.
<label for="defaultGameSelect">Default Game</label>
<select id="defaultGameSelect">
<!-- Game <option> elements go here. -->
</select>
</select><br>
<label for="languageSelect">Language</label>
<select id="languageSelect">
<!-- Language <option> elements go here. -->
</select>
</select><br>
<label for="debugVerbositySelect">Debug Verbosity</label>
<select id="debugVerbositySelect">
<option value="0">None</option>
<option value="1">Low</option>
<option value="2">Medium</option>
<option value="3">High</option>
</select>
</select><br>
<!-- Need to add an editable multi-column game list here. -->
<table>
<thead>