refactor(notificationPage): sub label position

pull/3/head
alex 2016-02-29 11:30:28 +03:00
parent c50ecc58de
commit c8e4500b03
2 changed files with 3 additions and 3 deletions

View File

@ -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>
@ -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">

View File

@ -46,7 +46,7 @@
border: none;
}
.timeout-sub-label {
.sub-label {
margin-top: 5px;
}