Better footer design
This commit is contained in:
@@ -31,6 +31,7 @@ h1 {
|
||||
|
||||
.container {
|
||||
max-width: 960px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
@@ -150,3 +151,12 @@ h1 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer.footer {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
color: #777;
|
||||
text-align: center;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
background-color: lighten(#e5e5e5, 5%);
|
||||
}
|
||||
|
||||
@@ -21,6 +21,4 @@
|
||||
@for($i=0; $i <= 7; $i++)
|
||||
@include('partials.incident', array('i', $i))
|
||||
@endfor
|
||||
|
||||
@include('partials.support-link')
|
||||
@stop
|
||||
|
||||
@@ -18,5 +18,7 @@
|
||||
<div class='container'>
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
@include('partials.support-link')
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
@if(Setting::get('show_support'))
|
||||
<hr />
|
||||
<div class='footer'>
|
||||
<footer class='footer'>
|
||||
<p>{{ Lang::get('cachet.powered_by', array('app' => Setting::get('app_name'))) }}</p>
|
||||
</div>
|
||||
</footer>
|
||||
@endif
|
||||
|
||||
@@ -4400,7 +4400,8 @@ h1 {
|
||||
color: #D91E18; }
|
||||
|
||||
.container {
|
||||
max-width: 960px; }
|
||||
max-width: 960px;
|
||||
margin-bottom: 40px; }
|
||||
|
||||
.page-header {
|
||||
margin-top: 10px; }
|
||||
@@ -4482,3 +4483,11 @@ h1 {
|
||||
margin-bottom: 10px; }
|
||||
.list-group.components .badge {
|
||||
color: transparent; }
|
||||
|
||||
footer.footer {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
color: #777;
|
||||
text-align: center;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
background-color: #f2f2f2; }
|
||||
@@ -4400,7 +4400,8 @@ h1 {
|
||||
color: #D91E18; }
|
||||
|
||||
.container {
|
||||
max-width: 960px; }
|
||||
max-width: 960px;
|
||||
margin-bottom: 40px; }
|
||||
|
||||
.page-header {
|
||||
margin-top: 10px; }
|
||||
@@ -4482,3 +4483,11 @@ h1 {
|
||||
margin-bottom: 10px; }
|
||||
.list-group.components .badge {
|
||||
color: transparent; }
|
||||
|
||||
footer.footer {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
color: #777;
|
||||
text-align: center;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
background-color: #f2f2f2; }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"css/all.css": "css/all-4ed12a32.css",
|
||||
"css/all.css": "css/all-dbb960ea.css",
|
||||
"js/all.js": "js/all-d8f5640f.js"
|
||||
}
|
||||
Reference in New Issue
Block a user