From e8b806eeb6990adc20e0fc8a74a26800ed077061 Mon Sep 17 00:00:00 2001 From: connors Date: Tue, 13 Aug 2013 21:32:44 -0700 Subject: [PATCH] Give text a bit more padding next to the chevrons in bars. --- dist/ratchet.css | 4 ++-- dist/ratchet.js | 2 +- lib/css/bars.css | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/ratchet.css b/dist/ratchet.css index fd5a4fb..293c5b1 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -334,10 +334,10 @@ a { /* Prev/next button base styles */ .bar-title .button-prev { - padding-left: 20px; /* Push over to make room for chevrons */ + padding-left: 22px; /* Push over to make room for chevrons */ } .bar-title .button-next { - padding-right: 20px; /* Push over to make room for chevrons */ + padding-right: 22px; /* Push over to make room for chevrons */ } /* Position the chevrons horizontally */ diff --git a/dist/ratchet.js b/dist/ratchet.js index 0e6d31b..00e47ef 100644 --- a/dist/ratchet.js +++ b/dist/ratchet.js @@ -764,4 +764,4 @@ toggle = false; }); -}(); +}(); \ No newline at end of file diff --git a/lib/css/bars.css b/lib/css/bars.css index ed51100..a8726c7 100644 --- a/lib/css/bars.css +++ b/lib/css/bars.css @@ -174,10 +174,10 @@ /* Prev/next button base styles */ .bar-title .button-prev { - padding-left: 20px; /* Push over to make room for chevrons */ + padding-left: 22px; /* Push over to make room for chevrons */ } .bar-title .button-next { - padding-right: 20px; /* Push over to make room for chevrons */ + padding-right: 22px; /* Push over to make room for chevrons */ } /* Position the chevrons horizontally */