From f0dde0ab78c4d91fe0dca59d17de3dcd972a677b Mon Sep 17 00:00:00 2001
From: Bartłomiej Nitoń <bartomiej@raven.(none)>
Date: Fri, 25 Mar 2016 15:56:25 +0100
Subject: [PATCH] Fixes for IE.
---
dictionary/static/css/frame_table.css | 4 +---
dictionary/static/css/frame_table_ie_patch.css | 3 ---
templates/base.html | 3 ---
3 files changed, 1 insertion(+), 9 deletions(-)
delete mode 100644 dictionary/static/css/frame_table_ie_patch.css
diff --git a/dictionary/static/css/frame_table.css b/dictionary/static/css/frame_table.css
index f0fa801..3f28bb4 100644
--- a/dictionary/static/css/frame_table.css
+++ b/dictionary/static/css/frame_table.css
@@ -80,9 +80,7 @@ table.ActiveFrameTable td.ColumnCategory, table.InactiveFrameTable td.ColumnCate
}
table.ActiveFrameTable td[selected=selected], table.InactiveFrameTable td[selected=selected] {
- position: relative;
- box-shadow: 0px 0px 0px 4px grey;
- -moz-box-shadow: 0px 0px 0px 4px grey;
+ border-width: 5px;
}
table.ActiveFrameTable .Opinion, table.InactiveFrameTable .Opinion {
diff --git a/dictionary/static/css/frame_table_ie_patch.css b/dictionary/static/css/frame_table_ie_patch.css
deleted file mode 100644
index a1d6999..0000000
--- a/dictionary/static/css/frame_table_ie_patch.css
+++ /dev/null
@@ -1,3 +0,0 @@
-table.ActiveFrameTable td[selected=selected], table.InactiveFrameTable td[selected=selected] {
- border-width: 5px;
-}
\ No newline at end of file
diff --git a/templates/base.html b/templates/base.html
index ff0c033..f48a797 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -26,9 +26,6 @@
<link rel="stylesheet" href="{{ STATIC_URL }}css/vocabulary_stats.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="{{ STATIC_URL }}css/user_stats.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="{{ STATIC_URL }}css/frame_table.css" type="text/css" media="screen" charset="utf-8" />
-<!--[if IE]>
-<link rel="stylesheet" href="{{ STATIC_URL }}css/frame_table_ie_patch.css" type="text/css" media="screen" charset="utf-8" />
-<![endif]-->
<link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_table.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_viewtab.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="{{ STATIC_URL }}css/all_notes_table.css" type="text/css" media="screen" charset="utf-8" />
--
libgit2 0.22.2