new select

This commit is contained in:
Your Name
2020-05-21 11:52:05 +03:00
parent 3ba159f513
commit 1eb9586b46
3 changed files with 11 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ h1 {
right: 4px; right: 4px;
top: 2px; top: 2px;
} }
#year_filter { #year_filter, #pages {
border: 0px; border: 0px;
background: white; background: white;
color: #4d4e55; color: #4d4e55;
@@ -140,9 +140,13 @@ h1 {
margin-right: -7px; margin-right: -7px;
outline: none; outline: none;
} }
#year_filter::-ms-expand { #year_filter::-ms-expand, #pages::-ms-expand {
display: none; display: none;
} }
#pages {
padding: 2px 10px;
color: #2c2e36;
}
#downloadtitle{ #downloadtitle{
width: 100%; width: 100%;
background: #69c; background: #69c;
@@ -200,6 +204,9 @@ h1 {
font-weight: bold; font-weight: bold;
font-size: 1.3em; font-size: 1.3em;
} }
#currpage i {
font-size: .6em;
}
.firstpage { .firstpage {
background: white; background: white;
border-radius: 31px; border-radius: 31px;

View File

@@ -55,6 +55,7 @@
<option value="<?=$i?>"<?=$selected?>><?=$i?></option> <option value="<?=$i?>"<?=$selected?>><?=$i?></option>
<?endfor?> <?endfor?>
</select> </select>
<i class="fas fa-chevron-down"></i>
</div> </div>
<?if (isset($nexturl)):?> <?if (isset($nexturl)):?>

View File

@@ -4,7 +4,7 @@
<//base href="<?=SITE?>"> <//base href="<?=SITE?>">
<script src="/pub/scripts/pdf.min.js"></script> <script src="/pub/scripts/pdf.min.js"></script>
<script src="/pub/scripts/anviewer.js?ver=51"></script> <script src="/pub/scripts/anviewer.js?ver=51"></script>
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=193"> <link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=196">
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico"> <link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/pub/fontawesome/css/all.css"> <link rel="stylesheet" href="/pub/fontawesome/css/all.css">