summaryrefslogtreecommitdiff
path: root/assets/admin/css/ie.css
diff options
context:
space:
mode:
authorprashantsinalkar2019-02-22 15:28:58 +0530
committerprashantsinalkar2019-02-22 15:28:58 +0530
commit05ba8502aadddab8be37b42fec21459730bc1014 (patch)
treecbc04275efc5bce18666961c0a1e9c2bcb5a458a /assets/admin/css/ie.css
parent2b90cf2c2a9c290c4799fbb3a9ca0382aadb28b7 (diff)
downloadpyfoss-05ba8502aadddab8be37b42fec21459730bc1014.tar.gz
pyfoss-05ba8502aadddab8be37b42fec21459730bc1014.tar.bz2
pyfoss-05ba8502aadddab8be37b42fec21459730bc1014.zip
updated the website to django 2.1.7
Diffstat (limited to 'assets/admin/css/ie.css')
-rw-r--r--assets/admin/css/ie.css63
1 files changed, 63 insertions, 0 deletions
diff --git a/assets/admin/css/ie.css b/assets/admin/css/ie.css
new file mode 100644
index 0000000..fd00f7f
--- /dev/null
+++ b/assets/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