mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Merge pull request #6569 from mabashian/6284-license-page-submit
Fixed license submit button placement
This commit is contained in:
commit
18dc5c1ba9
@ -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…
Reference in New Issue
Block a user