summaryrefslogtreecommitdiff
path: root/website/static/admin/css/ie.css
diff options
context:
space:
mode:
authorPrashant S2019-11-28 12:10:16 +0530
committerGitHub2019-11-28 12:10:16 +0530
commit10a937a8ed33d4b4f6e89bcb4648310e87724dea (patch)
tree3c75073273e6ae6cc2f986dbdb592ddd23dac62b /website/static/admin/css/ie.css
parent9d63c1b8d18d29702712b19cb338913fe5a864fc (diff)
parent2a52d173d596281e871b1686dd1ceb800cafe122 (diff)
downloadpyfoss-10a937a8ed33d4b4f6e89bcb4648310e87724dea.tar.gz
pyfoss-10a937a8ed33d4b4f6e89bcb4648310e87724dea.tar.bz2
pyfoss-10a937a8ed33d4b4f6e89bcb4648310e87724dea.zip
Merge pull request #11 from prashantsinalkar/master
updated the django version 2.2.7 LTS and packages to latest version
Diffstat (limited to 'website/static/admin/css/ie.css')
-rw-r--r--website/static/admin/css/ie.css63
1 files changed, 63 insertions, 0 deletions
diff --git a/website/static/admin/css/ie.css b/website/static/admin/css/ie.css
new file mode 100644
index 0000000..fd00f7f
--- /dev/null
+++ b/website/static/admin/css/ie.css
@@ -0,0 +1,63 @@
+/* IE 6 & 7 */
+
+/* Proper fixed width for dashboard in IE6 */
+
+.dashboard #content {
+ *width: 768px;
+}
+
+.dashboard #content-main {
+ *width: 535px;
+}
+
+/* IE 6 ONLY */
+
+/* Keep header from flowing off the page */
+
+#container {
+ _position: static;
+}
+
+/* Put the right sidebars back on the page */
+
+.colMS #content-related {
+ _margin-right: 0;
+ _margin-left: 10px;
+ _position: static;
+}
+
+/* Put the left sidebars back on the page */
+
+.colSM #content-related {
+ _margin-right: 10px;
+ _margin-left: -115px;
+ _position: static;
+}
+
+.form-row {
+ _height: 1%;
+}
+
+/* Fix right margin for changelist filters in IE6 */
+
+#changelist-filter ul {
+ _margin-right: -10px;
+}
+
+/* IE ignores min-height, but treats height as if it were min-height */
+
+.change-list .filtered {
+ _height: 400px;
+}
+
+/* IE doesn't know alpha transparency in PNGs */
+
+.inline-deletelink {
+ background: transparent url(../img/inline-delete-8bit.png) no-repeat;
+}
+
+/* IE7 doesn't support inline-block */
+.change-list ul.toplinks li {
+ zoom: 1;
+ *display: inline;
+} \ No newline at end of file