Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove IE7 support #1253

Merged
merged 1 commit into from
Jul 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions lib/plugins/acl/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion lib/tpl/dokuwiki/css/_links.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@
[dir=rtl] .dokuwiki a.mediafile {
background-position: right center;
padding: 0 18px 0 0;
display: inline-block; /* needed for IE7 */
}
6 changes: 0 additions & 6 deletions lib/tpl/dokuwiki/css/basic.less
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ video,
audio {
max-width: 100%;
}
#IE7 img,
#IE8 img,
button img {
max-width: none;
Expand Down Expand Up @@ -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,
Expand Down
3 changes: 1 addition & 2 deletions lib/tpl/dokuwiki/css/content.less
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
dd {
margin: 0;
clear: left;
min-height: 1px; /* for IE7 */
}

pre {
Expand Down Expand Up @@ -391,4 +390,4 @@
margin-left: 0;
margin-right: 9.5em;
}
}
}
10 changes: 0 additions & 10 deletions lib/tpl/dokuwiki/css/design.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
Expand Down Expand Up @@ -237,11 +233,6 @@ form.search {
}
}

#IE7 form.search {
min-height: 1px;
z-index: 21;
}

/*____________ breadcrumbs ____________*/

.dokuwiki div.breadcrumbs {
Expand Down Expand Up @@ -273,7 +264,6 @@ form.search {
}
}

#IE7 .dokuwiki div.breadcrumbs div,
#IE8 .dokuwiki div.breadcrumbs div {
border-bottom: 1px solid @ini_border;
}
Expand Down
19 changes: 0 additions & 19 deletions lib/tpl/dokuwiki/css/pagetools.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions lib/tpl/dokuwiki/detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</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') ?>
Expand Down Expand Up @@ -120,6 +120,6 @@
<?php include('tpl_footer.php') ?>
</div></div><!-- /site -->

<!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
<!--[if lte IE 8 ]></div><![endif]-->
</body>
</html>
4 changes: 2 additions & 2 deletions lib/tpl/dokuwiki/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</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' : ''; ?>">

Expand Down Expand Up @@ -106,6 +106,6 @@

<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>
4 changes: 2 additions & 2 deletions lib/tpl/dokuwiki/mediamanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</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">
Expand All @@ -41,6 +41,6 @@
<?php tpl_mediaContent() ?>
</div></div>
</div>
<!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
<!--[if lte IE 8 ]></div><![endif]-->
</body>
</html>