mirror of https://github.com/akveo/blur-admin
refactor(notificationPage): sub label position
parent
c50ecc58de
commit
c8e4500b03
|
@ -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">
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
border: none;
|
||||
}
|
||||
|
||||
.timeout-sub-label {
|
||||
.sub-label {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue