mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
add separator above checkbox
This commit is contained in:
@@ -139,3 +139,7 @@
|
|||||||
.License-detailsGroup {
|
.License-detailsGroup {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.License-detailsGroup--withSeparator {
|
||||||
|
border-top: 1px solid @default-icon-hov;
|
||||||
|
}
|
||||||
|
|||||||
@@ -122,7 +122,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group License-detailsGroup">
|
<div class="form-group License-detailsGroup License-detailsGroup--withSeparator">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label class="License-details--label">
|
<label class="License-details--label">
|
||||||
<input type="checkbox" ng-model="newLicense.pendo" ng-disabled="!user_is_superuser" required>
|
<input type="checkbox" ng-model="newLicense.pendo" ng-disabled="!user_is_superuser" required>
|
||||||
|
|||||||
Reference in New Issue
Block a user