aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-15 15:21:35 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-06-15 15:27:30 +0200
commit3720bae3ec7a4a9cfe29b8c744103a12ff9cf61a (patch)
tree1d1ee62059aff791dd922dcc9afedff62f27c5dc /core
parenta1b1d6ac7d8de661c92f688fbe668ef488a3c6df (diff)
downloadnextcloud-server-3720bae3ec7a4a9cfe29b8c744103a12ff9cf61a.tar.gz
nextcloud-server-3720bae3ec7a4a9cfe29b8c744103a12ff9cf61a.zip
fix setup page strengthify
* fixes #105
Diffstat (limited to 'core')
-rw-r--r--core/css/fixes.css6
-rw-r--r--core/css/styles.css4
-rw-r--r--core/js/setup.js3
-rw-r--r--core/templates/installation.php1
4 files changed, 4 insertions, 10 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 */
diff --git a/core/js/setup.js b/core/js/setup.js
index cb299597451..96760e8ae61 100644
--- a/core/js/setup.js
+++ b/core/js/setup.js
@@ -109,7 +109,8 @@ $(document).ready(function() {
t('core', 'So-so password'),
t('core', 'Good password'),
t('core', 'Strong password')
- ]
+ ],
+ drawTitles: true,
});
// centers the database chooser if it is too wide
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 7f179bfa5d6..a4dbb078344 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -52,7 +52,6 @@ script('core', [
<label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label>
<input type="checkbox" id="show" name="show">
<label for="show" class="svg"></label>
- <div class="strengthify-wrapper"></div>
</p>
</fieldset>