Skip to content
Snippets Groups Projects
Commit 17a19868 authored by Anika Henke's avatar Anika Henke
Browse files

remove IE7 support

parent 6cb99746
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,6 @@
[dir=rtl] #acl_manager .aclgroup {
background: transparent url(pix/group.png) right 1px no-repeat;
padding: 1px 18px 1px 0px;
display: inline-block; /* needed for IE7 */
}
#acl_manager .acluser {
......@@ -91,7 +90,6 @@
[dir=rtl] #acl_manager .acluser {
background: transparent url(pix/user.png) right 1px no-repeat;
padding: 1px 18px 1px 0px;
display: inline-block; /* needed for IE7 */
}
#acl_manager .aclpage {
......@@ -101,7 +99,6 @@
[dir=rtl] #acl_manager .aclpage {
background: transparent url(pix/page.png) right 1px no-repeat;
padding: 1px 18px 1px 0px;
display: inline-block; /* needed for IE7 */
}
#acl_manager .aclns {
......@@ -111,7 +108,6 @@
[dir=rtl] #acl_manager .aclns {
background: transparent url(pix/ns.png) right 1px no-repeat;
padding: 1px 18px 1px 0px;
display: inline-block; /* needed for IE7 */
}
#acl_manager label.disabled {
......
......@@ -66,5 +66,4 @@
[dir=rtl] .dokuwiki a.mediafile {
background-position: right center;
padding: 0 18px 0 0;
display: inline-block; /* needed for IE7 */
}
......@@ -228,7 +228,6 @@ video,
audio {
max-width: 100%;
}
#IE7 img,
#IE8 img,
button img {
max-width: none;
......@@ -414,11 +413,6 @@ button,
padding: .1em .5em;
cursor: pointer;
}
#IE7 input.button,
#IE7 button {
line-height: 1.4;
overflow: visible;
}
input[type=submit]:hover,
input[type=submit]:active,
......
......@@ -140,7 +140,6 @@
dd {
margin: 0;
clear: left;
min-height: 1px; /* for IE7 */
}
pre {
......@@ -391,4 +390,4 @@
margin-left: 0;
margin-right: 9.5em;
}
}
\ No newline at end of file
}
......@@ -117,10 +117,6 @@
padding-right: 20px;
}
[dir=rtl] #IE7 #dokuwiki__usertools a.action {
display: inline-block;
}
#dokuwiki__header .mobileTools {
display: none; /* hide mobile tools dropdown to only show in mobile view */
}
......@@ -237,11 +233,6 @@ form.search {
}
}
#IE7 form.search {
min-height: 1px;
z-index: 21;
}
/*____________ breadcrumbs ____________*/
.dokuwiki div.breadcrumbs {
......@@ -273,7 +264,6 @@ form.search {
}
}
#IE7 .dokuwiki div.breadcrumbs div,
#IE8 .dokuwiki div.breadcrumbs div {
border-bottom: 1px solid @ini_border;
}
......
......@@ -133,25 +133,6 @@
padding: 5px 5px 5px 40px;
}
/* IE7 fixes, doesn't work without images */
#IE7 #dokuwiki__pagetools ul li a {
background-image: url(images/pagetools-sprite.png?v=2);
}
#IE7 #dokuwiki__pagetools:hover ul li a span,
#IE7 #dokuwiki__pagetools ul li a:focus span,
#IE7 #dokuwiki__pagetools ul li a:active span {
clip: auto;
display: inline;
position: static;
}
#IE7 #dokuwiki__pagetools ul li a span {
clip: rect(0 0 0 0);
position: absolute;
}
#dokuwiki__pagetools ul li a:hover,
#dokuwiki__pagetools ul li a:active,
#dokuwiki__pagetools ul li a:focus {
......
......@@ -27,7 +27,7 @@ header('X-UA-Compatible: IE=edge,chrome=1');
</head>
<body>
<!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
<!--[if lte IE 8 ]><div id="IE8"><![endif]-->
<div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?>">
<?php include('tpl_header.php') ?>
......@@ -120,6 +120,6 @@ header('X-UA-Compatible: IE=edge,chrome=1');
<?php include('tpl_footer.php') ?>
</div></div><!-- /site -->
<!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
<!--[if lte IE 8 ]></div><![endif]-->
</body>
</html>
......@@ -26,7 +26,7 @@ $showSidebar = $hasSidebar && ($ACT=='show');
</head>
<body>
<!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
<!--[if lte IE 8 ]><div id="IE8"><![endif]-->
<div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php
echo ($showSidebar) ? 'showSidebar' : ''; ?> <?php echo ($hasSidebar) ? 'hasSidebar' : ''; ?>">
......@@ -106,6 +106,6 @@ $showSidebar = $hasSidebar && ($ACT=='show');
<div class="no"><?php tpl_indexerWebBug() /* provide DokuWiki housekeeping, required in all templates */ ?></div>
<div id="screen__mode" class="no"></div><?php /* helper to detect CSS media query in script.js */ ?>
<!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
<!--[if lte IE 8 ]></div><![endif]-->
</body>
</html>
......@@ -25,7 +25,7 @@ header('X-UA-Compatible: IE=edge,chrome=1');
</head>
<body>
<!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
<!--[if lte IE 8 ]><div id="IE8"><![endif]-->
<div id="media__manager" class="dokuwiki">
<?php html_msgarea() ?>
<div id="mediamgr__aside"><div class="pad">
......@@ -41,6 +41,6 @@ header('X-UA-Compatible: IE=edge,chrome=1');
<?php tpl_mediaContent() ?>
</div></div>
</div>
<!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
<!--[if lte IE 8 ]></div><![endif]-->
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment