mirror of https://github.com/akveo/blur-admin
chore: apply latest changes for header and footer
parent
c5536da7c8
commit
a3ab4306b7
|
@ -7,6 +7,11 @@
|
|||
<input id="searchInput" type="text" placeholder="Search for...">
|
||||
</div>
|
||||
|
||||
<div class="question-section">
|
||||
Have questions?
|
||||
<a href="mailto:contact@akveo.com">contact@akveo.com</a>
|
||||
</div>
|
||||
|
||||
<div class="user-profile clearfix">
|
||||
<div class="al-user-profile" uib-dropdown>
|
||||
<a uib-dropdown-toggle class="profile-toggle-link">
|
||||
|
@ -21,4 +26,4 @@
|
|||
</div>
|
||||
<msg-center></msg-center>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -52,7 +52,11 @@
|
|||
<footer class="al-footer clearfix">
|
||||
<div class="al-footer-right">Created with <i class="ion-heart"></i></div>
|
||||
<div class="al-footer-main clearfix">
|
||||
<div class="al-copy">Blur Admin 2016</div>
|
||||
<div class="al-copy">
|
||||
©
|
||||
<a href="https://akveo.com" target="_blank">Akveo</a>
|
||||
2016
|
||||
</div>
|
||||
<ul class="al-share clearfix">
|
||||
<li><i class="socicon socicon-facebook"></i></li>
|
||||
<li><i class="socicon socicon-twitter"></i></li>
|
||||
|
@ -87,4 +91,4 @@
|
|||
<!-- endbuild -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -28,6 +28,16 @@ a.al-logo {
|
|||
}
|
||||
}
|
||||
|
||||
.question-section {
|
||||
position: absolute;
|
||||
right: 200px;
|
||||
top: 0;
|
||||
height: 66px;
|
||||
line-height: 66px;
|
||||
color: #fff;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.user-profile {
|
||||
float: right;
|
||||
min-width: 230px;
|
||||
|
|
Loading…
Reference in New Issue