This commit is contained in:
parent
c7e2f6323a
commit
4447763b80
3 changed files with 43 additions and 8 deletions
|
@ -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 | © Copyright 2007 – {$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 | © Copyright 2007 – {$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>
|
||||
|
||||
|
|
|
@ -446,4 +446,3 @@ ul#stickies li:hover {
|
|||
transform: rotate(0deg) scale(1.25);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue