diff core/themes/bartik/css/components/pager.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/themes/bartik/css/components/pager.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/themes/bartik/css/components/pager.css	Thu May 09 15:34:47 2019 +0100
@@ -9,8 +9,8 @@
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 .pager__item {
+  padding: 10px 15px;
   font-size: 0.929em;
-  padding: 10px 15px;
 }
 .pager__item a {
   display: inline-block;
@@ -25,8 +25,8 @@
 }
 [dir="rtl"] .pager__item--first,
 [dir="rtl"] .pager__item--previous {
+  padding-right: 0;
   padding-left: 10px;
-  padding-right: 0;
 }
 .pager__item--ellipsis {
   padding: 10px 0;
@@ -37,6 +37,6 @@
 }
 [dir="rtl"] .pager__item--last,
 [dir="rtl"] .pager__item--next {
+  padding-right: 10px;
   padding-left: 0;
-  padding-right: 10px;
 }