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...">
|
<input id="searchInput" type="text" placeholder="Search for...">
|
||||||
</div>
|
</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="user-profile clearfix">
|
||||||
<div class="al-user-profile" uib-dropdown>
|
<div class="al-user-profile" uib-dropdown>
|
||||||
<a uib-dropdown-toggle class="profile-toggle-link">
|
<a uib-dropdown-toggle class="profile-toggle-link">
|
||||||
|
@ -21,4 +26,4 @@
|
||||||
</div>
|
</div>
|
||||||
<msg-center></msg-center>
|
<msg-center></msg-center>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -52,7 +52,11 @@
|
||||||
<footer class="al-footer clearfix">
|
<footer class="al-footer clearfix">
|
||||||
<div class="al-footer-right">Created with <i class="ion-heart"></i></div>
|
<div class="al-footer-right">Created with <i class="ion-heart"></i></div>
|
||||||
<div class="al-footer-main clearfix">
|
<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">
|
<ul class="al-share clearfix">
|
||||||
<li><i class="socicon socicon-facebook"></i></li>
|
<li><i class="socicon socicon-facebook"></i></li>
|
||||||
<li><i class="socicon socicon-twitter"></i></li>
|
<li><i class="socicon socicon-twitter"></i></li>
|
||||||
|
@ -87,4 +91,4 @@
|
||||||
<!-- endbuild -->
|
<!-- endbuild -->
|
||||||
|
|
||||||
</body>
|
</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 {
|
.user-profile {
|
||||||
float: right;
|
float: right;
|
||||||
min-width: 230px;
|
min-width: 230px;
|
||||||
|
|
Loading…
Reference in New Issue