Browse Source

Merge pull request #368 from twbs/badges-chevrons

Update badges and chevrons to play nice.
pull/369/head
Connor Sears 11 years ago
parent
commit
7088cb3a3d
  1. 12
      dist/ratchet.css
  2. 2
      dist/ratchet.min.css
  3. 12
      docs/dist/ratchet.css
  4. 2
      docs/dist/ratchet.min.css
  5. 2
      sass/table-views.scss

12
dist/ratchet.css vendored

@ -787,12 +787,24 @@ input[type="button"] {
-ms-transform: translateY(-50%); -ms-transform: translateY(-50%);
transform: translateY(-50%); transform: translateY(-50%);
} }
.table-view-cell .navigate-left > .btn,
.table-view-cell .navigate-left > .badge,
.table-view-cell .navigate-left > .toggle,
.table-view-cell .navigate-right > .btn,
.table-view-cell .navigate-right > .badge,
.table-view-cell .navigate-right > .toggle,
.table-view-cell .push-left > .btn, .table-view-cell .push-left > .btn,
.table-view-cell .push-left > .badge, .table-view-cell .push-left > .badge,
.table-view-cell .push-left > .toggle, .table-view-cell .push-left > .toggle,
.table-view-cell .push-right > .btn, .table-view-cell .push-right > .btn,
.table-view-cell .push-right > .badge, .table-view-cell .push-right > .badge,
.table-view-cell .push-right > .toggle, .table-view-cell .push-right > .toggle,
.table-view-cell > a .navigate-left > .btn,
.table-view-cell > a .navigate-left > .badge,
.table-view-cell > a .navigate-left > .toggle,
.table-view-cell > a .navigate-right > .btn,
.table-view-cell > a .navigate-right > .badge,
.table-view-cell > a .navigate-right > .toggle,
.table-view-cell > a .push-left > .btn, .table-view-cell > a .push-left > .btn,
.table-view-cell > a .push-left > .badge, .table-view-cell > a .push-left > .badge,
.table-view-cell > a .push-left > .toggle, .table-view-cell > a .push-left > .toggle,

2
dist/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

12
docs/dist/ratchet.css vendored

@ -787,12 +787,24 @@ input[type="button"] {
-ms-transform: translateY(-50%); -ms-transform: translateY(-50%);
transform: translateY(-50%); transform: translateY(-50%);
} }
.table-view-cell .navigate-left > .btn,
.table-view-cell .navigate-left > .badge,
.table-view-cell .navigate-left > .toggle,
.table-view-cell .navigate-right > .btn,
.table-view-cell .navigate-right > .badge,
.table-view-cell .navigate-right > .toggle,
.table-view-cell .push-left > .btn, .table-view-cell .push-left > .btn,
.table-view-cell .push-left > .badge, .table-view-cell .push-left > .badge,
.table-view-cell .push-left > .toggle, .table-view-cell .push-left > .toggle,
.table-view-cell .push-right > .btn, .table-view-cell .push-right > .btn,
.table-view-cell .push-right > .badge, .table-view-cell .push-right > .badge,
.table-view-cell .push-right > .toggle, .table-view-cell .push-right > .toggle,
.table-view-cell > a .navigate-left > .btn,
.table-view-cell > a .navigate-left > .badge,
.table-view-cell > a .navigate-left > .toggle,
.table-view-cell > a .navigate-right > .btn,
.table-view-cell > a .navigate-right > .badge,
.table-view-cell > a .navigate-right > .toggle,
.table-view-cell > a .push-left > .btn, .table-view-cell > a .push-left > .btn,
.table-view-cell > a .push-left > .badge, .table-view-cell > a .push-left > .badge,
.table-view-cell > a .push-left > .toggle, .table-view-cell > a .push-left > .toggle,

2
docs/dist/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

2
sass/table-views.scss

@ -91,6 +91,8 @@
} }
// If the cell has a chevron, give some more room. // If the cell has a chevron, give some more room.
.navigate-left,
.navigate-right,
.push-left, .push-left,
.push-right { .push-right {
> .btn, > .btn,

Loading…
Cancel
Save