Skip to content

Commit

Permalink
refactor(notificationPage): sub label position
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Feb 29, 2016
1 parent c50ecc5 commit c8e4500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/ui/notifications/notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<div class="control">
<label for="timeOut">Time out</label>
<input type="text" class="form-control" id="timeOut" ng-model="options.timeOut" placeholder="ms">
<label class="timeout-sub-label" for="timeOut">If you set it to 0, it will stick</label>
<label class="sub-label" for="timeOut">If you set it to 0, it will stick</label>
</div>
<div class="control">
<label for="extendedTimeOut">Extended time out</label>
Expand All @@ -125,7 +125,7 @@
<div class="control">
<label for="maxOpened">Maximum number of toasts</label>
<input type="text" class="form-control" id="maxOpened" ng-model="options.maxOpened" value="0">
<label for="timeOut">0 means no limit</label>
<label for="maxOpened" class="sub-label">0 means no limit</label>
</div>
<div class="control">
<label class="checkbox-inline custom-checkbox nowrap">
Expand Down
2 changes: 1 addition & 1 deletion src/sass/app/_notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
border: none;
}

.timeout-sub-label {
.sub-label {
margin-top: 5px;
}

Expand Down

0 comments on commit c8e4500

Please sign in to comment.