Skip to content

Commit

Permalink
(simatec) Responsive Design added
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Aug 25, 2024
1 parent 63307bb commit 01a3f5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ <h6 class="translate title" style="background-color:#174475;">Extra Settings</h6
</div>
<div class="collapsible-body">
<div class="row">
<div class="col s12 l2 input-field">
<div class="col s12 l12 input-field">
<input type="checkbox" class="value" id="publicHolidays" />
<span for="publicHolidays" class="translate">Use public holidays</span>
</div>
Expand Down Expand Up @@ -543,7 +543,7 @@ <h6 class="translate title" style="background-color:#174475;">Extra Settings</h6
</div>
<div class="collapsible-body">
<div class="row">
<div class="col s12 l4 input-field">
<div class="col s12 l12 input-field">
<input type="checkbox" class="value" id="LateAllDown" />
<span for="LateAllDown" class="translate">close certain shutters later (the individual shutters must be activated in the shutter settings)</span>
</div>
Expand Down
4 changes: 4 additions & 0 deletions admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,8 @@
left: 0px;
box-sizing: border-box;
}

.m [type=checkbox]+span:not(.lever) {
height: auto;
}
}

0 comments on commit 01a3f5c

Please sign in to comment.