fix for toolbar in timeline view for IE 11

pull/2895/head
Vadim Costin 10 years ago
parent 5dea05c2a6
commit d56a4c8869
  1. 9
      app/assets/stylesheets/timelines.css.sass

@ -101,15 +101,12 @@ li.select2-result.select2-visible-selected-parent
.tl-toolbar
float: right
margin: 10px
.tl-toolbar-container
float: left
margin-left: 6px
// ensure that the following div is always placed below the floating
// toolbar
& + div
clear: both
input[type='range']
//removing element padding for IE11
padding: 0
/* IE9 interprets this as baseline from inherited css, although it must
*not be applied in anything that is not display:table-cell

Loading…
Cancel
Save