Update anpdf.phtml

This commit is contained in:
Вячеслав
2020-04-02 14:33:24 +00:00
parent 1fc5e300ed
commit e750db6e4a

View File

@@ -71,8 +71,7 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
<canvas id="the-canvas" style="width:100%;margin: 2% 0;"></canvas> <canvas id="the-canvas" style="width:100%;margin: 2% 0;"></canvas>
<div style="display: flex;align-items:center;height: 51px;width: 100%;background: #2c2e35;box-sizing: border-box;"> <div style="display: flex;align-items:center;height: 51px;width: 100%;background: #2c2e35;box-sizing: border-box;">
<ul id="pdf-nav" style="font-size: 1.1em;width: 50%;"> <ul id="pdf-nav" style="font-size: 1.1em;width: 50%;font-weight:bold;display: flex;justify-content: center;">
<?if (isset($prevurl)):?> <?if (isset($prevurl)):?>
<li style="list-style-type:none;margin-right: 10px;float: left;"><a style="color:white;" href="<?=$prevurl?>"><&nbsp;</a></li> <li style="list-style-type:none;margin-right: 10px;float: left;"><a style="color:white;" href="<?=$prevurl?>"><&nbsp;</a></li>
<?endif?> <?endif?>