summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-07-05 15:15:25 +0200
committerGitHub <noreply@github.com>2017-07-05 15:15:25 +0200
commit7d58bb7db513c2a488ce41efcd6833b9dfaa86da (patch)
tree3c9adb889eaf368e80c425f670ebbe148ebb3eec /settings/css
parentefa52ec1113eeccbd3935a8c96ea23c47ca190ab (diff)
parentf2b8535c7e6ab070465933ccee558dcfbeb7e8bb (diff)
downloadnextcloud-server-7d58bb7db513c2a488ce41efcd6833b9dfaa86da.tar.gz
nextcloud-server-7d58bb7db513c2a488ce41efcd6833b9dfaa86da.zip
Merge pull request #5342 from nextcloud/userlist-used-space
show used space in user list
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css26
1 files changed, 23 insertions, 3 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 4786af4733f..3fa064c95d1 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -55,7 +55,7 @@ input#openid, input#webdav {
}
#avatarform .jcrop-keymgr {
- display:none !important;
+ display: none !important;
}
#displayavatar {
@@ -313,7 +313,7 @@ table.nostyle td {
max-width: 580px;
}
-#security table th{
+#security table th {
opacity: .5;
}
@@ -696,11 +696,17 @@ input#recoveryPassword {
height: 37px;
}
-select.quota-user {
+#userlist td.quota {
position: relative;
+ width: 10em;
+}
+
+select.quota-user {
+ position: absolute;
left: 0;
top: 0;
width: 10em;
+ height: 34px;
}
select.quota.active {
@@ -711,6 +717,20 @@ input.userFilter {
width: 200px;
}
+.quota_progress_container {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 10em;
+ margin: 3px 3px 3px 0;
+ border-radius: 3px;
+}
+
+.quota_progress {
+ background-color: #eee;
+ height: 34px;
+}
+
/* positioning fixes */
#newuser {
padding-left: 3px;