diff options
author | Marius Blüm <marius@lineone.io> | 2016-06-15 17:33:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 17:33:54 +0200 |
commit | e8e70af10459104e74aeef663ee8becc7ce69ded (patch) | |
tree | 47f29b1d4f56923508e70042250e8b7c0a3e0c08 /core/css | |
parent | d38950998c93294e4135592c310300d1c1f64ae1 (diff) | |
parent | ea25be51dac20ad42a813276794b9df3044b62f5 (diff) | |
download | nextcloud-server-e8e70af10459104e74aeef663ee8becc7ce69ded.tar.gz nextcloud-server-e8e70af10459104e74aeef663ee8becc7ce69ded.zip |
Merge pull request #111 from nextcloud/strengthify-update
Fix strengthify issues
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/fixes.css | 6 | ||||
-rw-r--r-- | core/css/styles.css | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css index 71cb09cae76..b660cd47aa8 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -108,12 +108,6 @@ select { filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c320000', endColorstr='#4c320000'); } -/* IE8 doesn't have rounded corners, so the strengthify bar should be wider */ -.lte8 #body-login .strengthify-wrapper { - width: 271px; - left: 6px; -} - /* fix background of navigation popup in IE8 */ .ie8 #navigation, .ie8 #expanddiv { diff --git a/core/css/styles.css b/core/css/styles.css index d44ba31f4d0..4f56a0d441e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -346,8 +346,8 @@ a.two-factor-cancel { display: inline-block; position: relative; left: 15px; - top: -21px; - width: 252px; + top: -23px; + width: 250px; } /* tipsy for the strengthify wrapper looks better with following font settings */ |