diff --git a/app/pub/css/an.css b/app/pub/css/an.css
index e4e6190..60d8934 100644
--- a/app/pub/css/an.css
+++ b/app/pub/css/an.css
@@ -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;
diff --git a/app/views/anpdf2.phtml b/app/views/anpdf2.phtml
index 3b78945..d3dbd24 100644
--- a/app/views/anpdf2.phtml
+++ b/app/views/anpdf2.phtml
@@ -55,6 +55,7 @@
+
diff --git a/app/views/layout.phtml b/app/views/layout.phtml
index cf14b35..3833790 100644
--- a/app/views/layout.phtml
+++ b/app/views/layout.phtml
@@ -4,7 +4,7 @@
/base href="=SITE?>">
-
+