Skip to content

Commit

Permalink
Modified byday buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian1998 committed Jun 9, 2018
1 parent 28c1532 commit 8d5e21c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions css/app/angularBootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,7 @@ fieldset[disabled] .btn-default.focus {
.cancel-button-sidebar {
margin-right: 0 !important;
}

.weekdays {
padding: 4px;
}
14 changes: 7 additions & 7 deletions templates/part.eventsrepeat.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ class="pull-right pull-half"
</label>
<div class="pull-right pull-half">
<div class="btn-group">
<label class="btn btn-default" ng-model="byDay.SU" uib-btn-checkbox>{{ weekdays[0] }}</label>
<label class="btn btn-default" ng-model="byDay.MO" uib-btn-checkbox>{{ weekdays[1] }}</label>
<label class="btn btn-default" ng-model="byDay.TU" uib-btn-checkbox>{{ weekdays[2] }}</label>
<label class="btn btn-default" ng-model="byDay.WE" uib-btn-checkbox>{{ weekdays[3] }}</label>
<label class="btn btn-default" ng-model="byDay.TH" uib-btn-checkbox>{{ weekdays[4] }}</label>
<label class="btn btn-default" ng-model="byDay.FR" uib-btn-checkbox>{{ weekdays[5] }}</label>
<label class="btn btn-default" ng-model="byDay.SA" uib-btn-checkbox>{{ weekdays[6] }}</label>
<label class="btn btn-default weekdays" ng-model="byDay.SU" uib-btn-checkbox>{{ weekdays[0] }}</label>
<label class="btn btn-default weekdays" ng-model="byDay.MO" uib-btn-checkbox>{{ weekdays[1] }}</label>
<label class="btn btn-default weekdays" ng-model="byDay.TU" uib-btn-checkbox>{{ weekdays[2] }}</label>
<label class="btn btn-default weekdays" ng-model="byDay.WE" uib-btn-checkbox>{{ weekdays[3] }}</label>
<label class="btn btn-default weekdays" ng-model="byDay.TH" uib-btn-checkbox>{{ weekdays[4] }}</label>
<label class="btn btn-default weekdays" ng-model="byDay.FR" uib-btn-checkbox>{{ weekdays[5] }}</label>
<label class="btn btn-default weekdays" ng-model="byDay.SA" uib-btn-checkbox>{{ weekdays[6] }}</label>
</div>
</div>
<div class="clear-both"></div>
Expand Down

0 comments on commit 8d5e21c

Please sign in to comment.