summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-06-27 10:20:47 +0200
committerGitHub <noreply@github.com>2016-06-27 10:20:47 +0200
commit93f29f57c50510c01fca686fa2779f3e0e620b7d (patch)
tree0fecc3cfab8f6e7b8b8c0ae1b9341e645dbb9684 /settings
parentf65787ffdcfd4d6d112e27e11fb108fdfd5f69b9 (diff)
parente5d872685930e4eecef037468ee14b1132487ca5 (diff)
downloadnextcloud-server-93f29f57c50510c01fca686fa2779f3e0e620b7d.tar.gz
nextcloud-server-93f29f57c50510c01fca686fa2779f3e0e620b7d.zip
Merge pull request #25129 from owncloud/remove-ie
Remove ie8+9 support
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css20
-rw-r--r--settings/templates/personal.php4
2 files changed, 2 insertions, 22 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index e4ddec9152a..3bb88b46283 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -161,10 +161,6 @@ table.nostyle td { padding: 0.2em 0; }
width: 32px;
}
-.ie8 #newgroup-form .icon-add {
- height: 30px;
-}
-
.isgroup .groupname {
width: 85%;
display: block;
@@ -281,10 +277,6 @@ input.userFilter {width: 200px;}
width: 32px;
}
-
-.ie8 table.hascontrols{border-collapse:collapse;width: 100%;}
-.ie8 table.hascontrols tbody tr{border-collapse:collapse;border: 1px solid #ddd !important;}
-
/* used to highlight a user row in red */
#userlist tr.row-warning {
background-color: #FDD;
@@ -540,18 +532,6 @@ span.indeterminate {
margin-top: -7px;
}
-.ie8 .strengthify-wrapper {
- left: 389px;
-}
-
-.onlyInIE8 {
- display: none;
-}
-
-.ie8 .onlyInIE8 {
- display: inline;
-}
-
/* OPERA hack for strengthify*/
doesnotexist:-o-prefocus, .strengthify-wrapper {
left: 185px;
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index b9b8429d943..e93155f0f39 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -121,11 +121,11 @@ if($_['passwordChangeSupported']) {
<div class="hidden icon-checkmark" id="password-changed"></div>
<div class="hidden" id="password-error"><?php p($l->t('Unable to change your password'));?></div>
<br>
- <label for="pass1" class="onlyInIE8"><?php echo $l->t('Current password');?>: </label>
+ <label for="pass1" class="hidden-visually"><?php echo $l->t('Current password');?>: </label>
<input type="password" id="pass1" name="oldpassword"
placeholder="<?php echo $l->t('Current password');?>"
autocomplete="off" autocapitalize="off" autocorrect="off" />
- <label for="pass2" class="onlyInIE8"><?php echo $l->t('New password');?>: </label>
+ <label for="pass2" class="hidden-visually"><?php echo $l->t('New password');?>: </label>
<input type="password" id="pass2" name="personal-password"
placeholder="<?php echo $l->t('New password');?>"
data-typetoggle="#personal-show"