mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
Fixed site footer so that content width always matches the header and body.
This commit is contained in:
parent
d85535253b
commit
0e5b358cb6
@ -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
|
||||
//scope.
|
||||
//scope.
|
||||
|
||||
var generator = GenerateForm;
|
||||
var form = InventoryGroupsForm;
|
||||
|
||||
@ -285,12 +285,6 @@ a:hover {
|
||||
color: @grey;
|
||||
text-align: center;
|
||||
background-color: @black;
|
||||
|
||||
.inner-container {
|
||||
max-width: 1170px;
|
||||
margin: 0 auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
a,
|
||||
a:active,
|
||||
@ -1283,7 +1277,7 @@ tr td button i {
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
.container {
|
||||
.container, {
|
||||
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="site-footer">
|
||||
<div class="inner-container">
|
||||
<div class="container">
|
||||
<div class="help pull-left">
|
||||
<!-- <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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user