mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Fixed license submit button placement
This commit is contained in:
parent
7656ea578c
commit
70749a3bdd
@ -105,11 +105,6 @@
|
||||
background-color: @default-link-hov !important;
|
||||
color:@default-bg !important;
|
||||
}
|
||||
.License-submit--container{
|
||||
position: absolute;
|
||||
right: 36px;
|
||||
bottom: 20px;
|
||||
}
|
||||
|
||||
@media (min-width: 900px) {
|
||||
.License-details {
|
||||
|
||||
@ -117,10 +117,10 @@
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="License-submit--container">
|
||||
<button ng-click="submit()" class="btn btn-success pull-right" ng-disabled="newLicense.file.license_key == null || newLicense.eula == null" translate>Submit</button>
|
||||
<span ng-show="success == true" class="License-greenText License-submit--success pull-right" translate>Save successful!</span>
|
||||
</div>
|
||||
<div>
|
||||
<button ng-click="submit()" class="btn btn-success pull-right" ng-disabled="newLicense.file.license_key == null || newLicense.eula == null" translate>Submit</button>
|
||||
<span ng-show="success == true" class="License-greenText License-submit--success pull-right" translate>Save successful!</span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user