diff --git a/settings/css/settings.css b/settings/css/settings.css index 204d69945d..a62a971b83 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -100,11 +100,6 @@ tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:point tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; } tr:hover>td.remove>a { float:right; } -div.quota { - margin: 10px; - display: block; -} -div.quota-select-wrapper { position: relative; } div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; } input#recoveryPassword {width:15em;} #controls select.quota { @@ -113,11 +108,6 @@ input#recoveryPassword {width:15em;} height: 37px; } select.quota-user { position:relative; left:0; top:0; width:10em; } -div.quota>span { - white-space: nowrap; - color: #888; - text-shadow: 0 1px 0 #fff; -} select.quota.active { background: #fff; } input.userFilter {width: 200px;} diff --git a/settings/templates/users/main.php b/settings/templates/users/main.php index c5805d5347..59284eaabd 100644 --- a/settings/templates/users/main.php +++ b/settings/templates/users/main.php @@ -22,7 +22,23 @@ $userlistParams['subadmingroups'] = array_flip($items);
inc('users/part.grouplist')); ?>
- inc('users/part.setquota')); ?> +
+ +
+
+ inc('users/part.setquota')); ?> + +
+

+

+
+
diff --git a/settings/templates/users/part.createuser.php b/settings/templates/users/part.createuser.php index 70e5a23761..edec7587eb 100644 --- a/settings/templates/users/part.createuser.php +++ b/settings/templates/users/part.createuser.php @@ -28,17 +28,6 @@ alt="t('Enter the recovery password in order to recover the users files during password change'))?>"/> - -
- t('Display')) ?> : - - -
-
diff --git a/settings/templates/users/part.setquota.php b/settings/templates/users/part.setquota.php index afbbee8206..b58df49998 100644 --- a/settings/templates/users/part.setquota.php +++ b/settings/templates/users/part.setquota.php @@ -1,39 +1,34 @@ -
- -
-
-
- - t('Default Quota'));?> - - " data-tipsy-gravity="s"> + + + + - - - - - - -
+ + + + + + +