Commit a2453da51d83e62ce0ac2226b4a511b51d34003f

Authored by Bartłomiej Nitoń
1 parent c8d2b4bc

Making Slowal IE accessible.

dictionary/static/css/frame_table_ie_patch.css 0 → 100644
  1 +table.ActiveFrameTable td[selected=selected], table.InactiveFrameTable td[selected=selected] {
  2 + border-width: 5px;
  3 +}
0 4 \ No newline at end of file
... ...
templates/base.html
... ... @@ -26,6 +26,9 @@
26 26 <link rel="stylesheet" href="{{ STATIC_URL }}css/vocabulary_stats.css" type="text/css" media="screen" charset="utf-8" />
27 27 <link rel="stylesheet" href="{{ STATIC_URL }}css/user_stats.css" type="text/css" media="screen" charset="utf-8" />
28 28 <link rel="stylesheet" href="{{ STATIC_URL }}css/frame_table.css" type="text/css" media="screen" charset="utf-8" />
  29 +<!--[if IE]>
  30 +<link rel="stylesheet" href="{{ STATIC_URL }}css/frame_table_ie_patch.css" type="text/css" media="screen" charset="utf-8" />
  31 +<![endif]-->
29 32 <link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_table.css" type="text/css" media="screen" charset="utf-8" />
30 33 <link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_viewtab.css" type="text/css" media="screen" charset="utf-8" />
31 34 <link rel="stylesheet" href="{{ STATIC_URL }}css/all_notes_table.css" type="text/css" media="screen" charset="utf-8" />
... ...