Commit f0dde0ab78c4d91fe0dca59d17de3dcd972a677b
1 parent
ff7a32a3
Fixes for IE.
Showing
3 changed files
with
1 additions
and
9 deletions
dictionary/static/css/frame_table.css
... | ... | @@ -80,9 +80,7 @@ table.ActiveFrameTable td.ColumnCategory, table.InactiveFrameTable td.ColumnCate |
80 | 80 | } |
81 | 81 | |
82 | 82 | table.ActiveFrameTable td[selected=selected], table.InactiveFrameTable td[selected=selected] { |
83 | - position: relative; | |
84 | - box-shadow: 0px 0px 0px 4px grey; | |
85 | - -moz-box-shadow: 0px 0px 0px 4px grey; | |
83 | + border-width: 5px; | |
86 | 84 | } |
87 | 85 | |
88 | 86 | table.ActiveFrameTable .Opinion, table.InactiveFrameTable .Opinion { |
... | ... |
dictionary/static/css/frame_table_ie_patch.css deleted
templates/base.html
... | ... | @@ -26,9 +26,6 @@ |
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]--> | |
32 | 29 | <link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_table.css" type="text/css" media="screen" charset="utf-8" /> |
33 | 30 | <link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_viewtab.css" type="text/css" media="screen" charset="utf-8" /> |
34 | 31 | <link rel="stylesheet" href="{{ STATIC_URL }}css/all_notes_table.css" type="text/css" media="screen" charset="utf-8" /> |
... | ... |