}
}
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ /* IE10+ specific styles go here */
+ .navigator-filter-details {
+ width: 250px;
+ }
+}
+
.navigator-filter-details-inner {
max-width: 300px;
padding: 5px @navigatorFilterPadding;
padding: 5px 0;
overflow-y: auto;
.webkit-scrollbar;
+ -ms-overflow-style: scrollbar;
label {
display: block;
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="gwt:property" content="locale=<%= I18n.locale.to_s.gsub(/-/, '_') -%>">
- <meta http-equiv="X-UA-Compatible" content="IE=9">
<link rel="shortcut icon" type="image/x-icon" href="<%= image_path('favicon.ico') -%>"/>
<%
if @page_title