Browse Source

Give text a bit more padding next to the chevrons in bars.

pull/210/head
connors 11 years ago
parent
commit
e8b806eeb6
  1. 4
      dist/ratchet.css
  2. 2
      dist/ratchet.js
  3. 4
      lib/css/bars.css

4
dist/ratchet.css vendored

@ -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 */

2
dist/ratchet.js vendored

@ -764,4 +764,4 @@
toggle = false;
});
}();
}();

4
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 */

Loading…
Cancel
Save