Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
UI Fixes (by bascurtiz)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Nov 4, 2020
1 parent 21a0137 commit d0be353
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions beatporttagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def update(self):
'Beatport Tagger',
'html/index.html',
resizable=False,
width=420,
height=800,
min_size=(420, 800),
width=415,
height=760,
min_size=(415, 760),
js_api=JSAPI()
)

Expand Down
4 changes: 2 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>SETTINGS</h2>
<input type="checkbox" id="replaceArt">
<label for="replaceArt" class="checkbox-label">Replace
Album Art
</label>
</label>
<span class="checkbox-custom circular"></span>
</label>
</div>
Expand Down Expand Up @@ -84,7 +84,7 @@ <h2>TAGS</h2>
<div class="checkbox-container-edit circular-container">
<label class="checkbox-label">&nbsp; &nbsp;&nbsp;
<input type="checkbox" id="updateDate">
<label for="updateDate" class="checkbox-label">Release Date</label>
<label for="updateDate" class="checkbox-label">Date</label>
<span class="checkbox-custom circular"></span>
</label>
</div>
Expand Down
7 changes: 4 additions & 3 deletions html/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ button:disabled {
font-weight: 300;
margin: 7%;
padding-left: 5%;
height: 483px;
height: 455px;
}

.path-input {
Expand Down Expand Up @@ -261,9 +261,10 @@ button:disabled {
font-weight: 400;
text-indent: 10;
font-size: 16;
padding-right: 18px;
width: 9em;
padding-right: 0px;
width: 6.5em;
float: left;
padding-bottom: 5px;
}

.checkbox-container-edit:hover {
Expand Down

0 comments on commit d0be353

Please sign in to comment.