diff --git a/src/postorius/static/postorius/css/style.css b/src/postorius/static/postorius/css/style.css
index 29acf1b..c4bb03b 100755
--- a/src/postorius/static/postorius/css/style.css
+++ b/src/postorius/static/postorius/css/style.css
@@ -307,3 +307,19 @@
.well .archival-options-form li {
display: block;
}
+
+
+/* Pagination */
+.pager .pager-content {
+ margin: 0 1em;
+}
+.pager .pager-content span {
+ border: none;
+ cursor: pointer;
+}
+.pager .pager-content form {
+ display: none;
+}
+.pager .pager-content form select {
+ width: 4em;
+}
diff --git a/src/postorius/static/postorius/js/script.js b/src/postorius/static/postorius/js/script.js
index e69de29..604c7ac 100755
--- a/src/postorius/static/postorius/js/script.js
+++ b/src/postorius/static/postorius/js/script.js
@@ -0,0 +1,35 @@
+/*
+ * Postorius
+ *
+ * Copyright (C) 1998-2015 by the Free Software Foundation, Inc.
+ *
+ * This file is part of Postorius.
+ *
+ * Postorius is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
+ *
+ * Postorius is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * Postorius. If not, see