Somehow fix paging ui.

This commit is contained in:
Sébastien Lucas 2013-05-16 12:41:22 +02:00
bovenliggende 3f0246f7a2
commit 19670291a2
2 gewijzigde bestanden met toevoegingen van 24 en 2 verwijderingen

Bestand weergeven

@ -279,7 +279,9 @@
?>
</section>
<footer>
<div class="footright">
<a class="fancyabout" href="<?php if ($config['cops_use_fancyapps'] == 1) { echo "about.xml"; } else { echo $_SERVER["SCRIPT_NAME"] . str_replace ("&", "&amp;", addURLParameter ("?page=16", DB, $database)); } ?>"><img src="<?php echo getUrlWithVersion("images/info.png") ?>" alt="<?php echo localize ("about.title") ?>" /></a>
</div>
<?php
if ($currentPage->isPaginated ()) {
?>

Bestand weergeven

@ -189,14 +189,34 @@ max-width:800px;
footer
{
clear:both;
color:white;
box-shadow:inset 0px 5px 8px #000000;
border-radius: 0px 0px 10px 10px;
height:32px;
}
footer a{
float: right;
.footright
{
float:right;
height:32px;
}
.footcenter
{
margin:auto;
text-align:center;
height:32px;
display:table;
}
.footcenter p, .footcenter a
{
display: table-cell;
vertical-align: middle;
text-align: center;
line-height: 100%;
}
/* =============================================================================
Aside stuff goes here
========================================================================== */