1
0
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:
Michael Abashian 2017-06-12 15:39:41 -04:00 committed by GitHub
commit 18dc5c1ba9
2 changed files with 4 additions and 9 deletions

View File

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

View File

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