Fixed site footer so that content width always matches the header and body.

This commit is contained in:
chouseknecht
2013-10-27 18:28:36 +00:00
parent d85535253b
commit 0e5b358cb6
3 changed files with 3 additions and 9 deletions

View File

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

View File

@@ -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%;
} }

View File

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