mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Fixed site footer so that content width always matches the header and body.
This commit is contained in:
@@ -14,7 +14,7 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP
|
|||||||
{
|
{
|
||||||
|
|
||||||
ClearScope('htmlTemplate'); //Garbage collection. Don't leave behind any listeners/watchers from the prior
|
ClearScope('htmlTemplate'); //Garbage collection. Don't leave behind any listeners/watchers from the prior
|
||||||
//scope.
|
//scope.
|
||||||
|
|
||||||
var generator = GenerateForm;
|
var generator = GenerateForm;
|
||||||
var form = InventoryGroupsForm;
|
var form = InventoryGroupsForm;
|
||||||
|
|||||||
@@ -285,12 +285,6 @@ a:hover {
|
|||||||
color: @grey;
|
color: @grey;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: @black;
|
background-color: @black;
|
||||||
|
|
||||||
.inner-container {
|
|
||||||
max-width: 1170px;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a,
|
a,
|
||||||
a:active,
|
a:active,
|
||||||
@@ -1283,7 +1277,7 @@ tr td button i {
|
|||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
|
|
||||||
.container {
|
.container, {
|
||||||
max-width: 96%;
|
max-width: 96%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -351,7 +351,7 @@
|
|||||||
<div class="spinny"><i class="icon-cog icon-spin icon-2x"></i> <p>working...</p></div>
|
<div class="spinny"><i class="icon-cog icon-spin icon-2x"></i> <p>working...</p></div>
|
||||||
|
|
||||||
<div class="site-footer">
|
<div class="site-footer">
|
||||||
<div class="inner-container">
|
<div class="container">
|
||||||
<div class="help pull-left">
|
<div class="help pull-left">
|
||||||
<!-- <a href="https://github.com/ansible" target="_blank"><i class="icon-github"></i></a>
|
<!-- <a href="https://github.com/ansible" target="_blank"><i class="icon-github"></i></a>
|
||||||
<a href="https://www.facebook.com/pages/Ansibleworks/258737970923512?ref=hl" target="_blanck"><i class="icon-facebook"></i></a>
|
<a href="https://www.facebook.com/pages/Ansibleworks/258737970923512?ref=hl" target="_blanck"><i class="icon-facebook"></i></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user