Browse Source

float buttons left by default in bars.

pull/245/head
connors 11 years ago
parent
commit
2987aeb8f2
  1. 3
      lib/sass/buttons.scss

3
lib/sass/buttons.scss

@ -107,8 +107,7 @@
.bar-nav { .bar-nav {
// Generic style for all buttons in .bar-title // Generic style for all buttons in .bar-title
[class*="button"] { [class*="button"] {
position: relative; float: left; // Places buttons to the left by default
z-index: 10; // Places buttons over full width title
padding: 0; padding: 0;
font-size: 16px; font-size: 16px;
font-weight: $font-weight-light; font-weight: $font-weight-light;

Loading…
Cancel
Save