mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
AC-333 support link prominently included in header and footer
This commit is contained in:
parent
25a2e32082
commit
a2d36a0c3f
@ -195,9 +195,9 @@ a:hover {
|
||||
background-color: @black;
|
||||
|
||||
.inner-container {
|
||||
max-width: 1170px;
|
||||
margin: 0 auto;
|
||||
padding: 0 10px;
|
||||
max-width: 1170px;
|
||||
margin: 0 auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
a,
|
||||
@ -205,10 +205,14 @@ a:hover {
|
||||
a:hover,
|
||||
a:visited {
|
||||
margin-right: 15px;
|
||||
font-size: 18px;
|
||||
color: @grey;
|
||||
}
|
||||
|
||||
.help {
|
||||
font-weight: normal;
|
||||
fon-size: 12px;
|
||||
}
|
||||
|
||||
.social {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@ -124,7 +124,8 @@
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
<li ng-show="current_user.username != null && current_user.username != undefined">
|
||||
<a href="" ng-click="viewCurrentUser()" ng-bind="'Hello! ' + current_user.username"></a></li>
|
||||
<li ng-show="userLoggedIn == true"><a href="" ng-click="viewLicense()">View License</a></li>
|
||||
<li ng-show="userLoggedIn == true"><a href="" ng-click="viewLicense()">View License</a></li>
|
||||
<li ng-show="userLoggedIn == true"><a href="mailto:support@ansibleworks.com?subject=AWX%20Help%20Request">Contact Support</a><li>
|
||||
<li ng-show="userLoggedIn == true"><a href="#/logout">Logout</a></li>
|
||||
</ul>
|
||||
</div><!-- nav-collapse -->
|
||||
@ -332,12 +333,12 @@
|
||||
|
||||
<div class="site-footer">
|
||||
<div class="inner-container">
|
||||
<div class="social pull-left">
|
||||
<a href="https://github.com/ansible" target="_blank"><i class="icon-github"></i></a>
|
||||
<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>
|
||||
<a href="http://www.twitter.com/ansibleworks" target="_blanck"><i class="icon-twitter"></i></a>
|
||||
<a href="http://www.linkedin.com/company/ansibleworks" target="_blanck"><i class="icon-linkedin"></i></a>
|
||||
<a href="mailto://info@ansibleworks.com"><i class="icon-envelope"></i></a>
|
||||
<a href="http://www.linkedin.com/company/ansibleworks" target="_blanck"><i class="icon-linkedin"></i></a> -->
|
||||
<a href="mailto:support@ansibleworks.com?subject=AWX%20Support%20Request"><i class="icon-question-sign"></i> Contact Support</a>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
Copyright © 2013 AnsibleWorks, Inc. All rights reservied.<br />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user