new select
This commit is contained in:
@@ -123,7 +123,7 @@ h1 {
|
||||
right: 4px;
|
||||
top: 2px;
|
||||
}
|
||||
#year_filter {
|
||||
#year_filter, #pages {
|
||||
border: 0px;
|
||||
background: white;
|
||||
color: #4d4e55;
|
||||
@@ -140,9 +140,13 @@ h1 {
|
||||
margin-right: -7px;
|
||||
outline: none;
|
||||
}
|
||||
#year_filter::-ms-expand {
|
||||
#year_filter::-ms-expand, #pages::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
#pages {
|
||||
padding: 2px 10px;
|
||||
color: #2c2e36;
|
||||
}
|
||||
#downloadtitle{
|
||||
width: 100%;
|
||||
background: #69c;
|
||||
@@ -200,6 +204,9 @@ h1 {
|
||||
font-weight: bold;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
#currpage i {
|
||||
font-size: .6em;
|
||||
}
|
||||
.firstpage {
|
||||
background: white;
|
||||
border-radius: 31px;
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
<option value="<?=$i?>"<?=$selected?>><?=$i?></option>
|
||||
<?endfor?>
|
||||
</select>
|
||||
<i class="fas fa-chevron-down"></i>
|
||||
</div>
|
||||
|
||||
<?if (isset($nexturl)):?>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<//base href="<?=SITE?>">
|
||||
<script src="/pub/scripts/pdf.min.js"></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">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
||||
|
||||
Reference in New Issue
Block a user