This commit is contained in:
jazib-cb 2017-03-20 15:43:59 +05:00
parent c7e2f6323a
commit 4447763b80
3 changed files with 43 additions and 8 deletions

View file

@ -1,10 +1,13 @@
<footer>
<div style="height:10px"></div>
<div class="footer_grey_bar">
<img src="{$imageurl}/dot.gif" class="cbicon" /> Thanks for using ClipBucket | &copy; Copyright 2007 &#8211; {$smarty.now|date_format:"%Y"}
<div style="float:right" align="right">
<em>{$Cbucket->cbinfo.version}</em>| <a href="http://forums.clip-bucket.com/">Forums</a> | <a href="http://clip-bucket.com/arslan-hassan">Arslan Hassan</a> | <a href="http://docs.clip-bucket.com/">Docs</a> | <a href="http://www.opensource.org/licenses/attribution.php">Attribution Assurance License</a></div>
<footer class="footer clearfix ">
<div class="footer_grey_bar col-lg-12 col-md-6 col-sm-12">
<div class="col-lg-6 col-md-6 col-sm-12 col">
<img src="{$imageurl}/footer-icon.png" class="cbicon" /> Thanks for using ClipBucket | &copy; Copyright 2007 &#8211; {$smarty.now|date_format:"%Y"}
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col">
<div class="col-right" style="float:right; color:#fff;" align="right">
<em>{$Cbucket->cbinfo.version}</em>| <a href="http://forums.clip-bucket.com/">Forums</a> | <a href="http://clip-bucket.com/arslan-hassan">Arslan Hassan</a> | <a href="http://docs.clip-bucket.com/">Docs</a> | <a href="http://www.opensource.org/licenses/attribution.php">Attribution Assurance License</a>
</div>
</div>
</div>
</footer>

View file

@ -446,4 +446,3 @@ ul#stickies li:hover {
transform: rotate(0deg) scale(1.25);
z-index: 10;
}

View file

@ -668,4 +668,37 @@ ul.mainTabs{
#massUploadCategoriesSelection label{
margin-left: 5px;
}
.footer {
width: 100%;
bottom: 0;
background: #2B2B2B;
font-size: 13px;
line-height: 20px;
color: #fff;
z-index: 5;
padding:8px 6px
}
.footer_grey_bar{
padding:5px;
}
.col {
padding:0 !important;
}
.col-right a{
color:#fff;
}
.col-right a:hover{
color:#50c1ff;
text-decoration:none;
}
@media only screen and (max-width: 400px) {
.col-right {
float:none !important;
text-align:center;
padding:4px 0;
}
}