Skip to content

Commit

Permalink
css cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skaman82 committed Jun 25, 2016
1 parent ae76f64 commit 7eb6c5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions tabs/configuration.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,6 @@
font-weight: normal;
}

.tab-configuration .numberwide input {
width: 55px;
padding-left: 3px;
height: 20px;
line-height: 20px;
text-align: left;
border: 1px solid silver;
border-radius: 3px;
margin-right: 11px;
font-size: 12px;
font-weight: normal;
}


.tab-configuration .number .disabled {
width: 48px;
padding: 0px 5px;
Expand Down
2 changes: 1 addition & 1 deletion tabs/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
i18n="configurationunsyndePwm"></span>
</label>
</div>
<div class="numberwide unsyncedpwmfreq" style="display: show; margin-top: 5px; border-bottom: 1px solid #ddd; padding-bottom: 10px;">
<div class="number unsyncedpwmfreq" style="display: show; margin-top: 5px; border-bottom: 1px solid #ddd; padding-bottom: 10px;">
<label>
<div class="numberspacer">
<input type="number" name="unsyncedpwmfreq" min="200" max="32000" />
Expand Down

0 comments on commit 7eb6c5f

Please sign in to comment.