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