Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-14 14:59:51 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-14 14:59:51 +0400
commite9ce704f17663906aa8ab4da5145c61eb527e662 (patch)
tree30053983cf048021a9763ea489f4db07f5c43563 /settings
parentde920736c5f7e156e555e25ea7168fcae170868d (diff)
parente0d3046590b5da1c33c52ec97beee3a23157f787 (diff)
Merge pull request #5297 from owncloud/quota-style
Fixes Default Quota Style in User Management.
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index ba3d235cf01..65b0ba89b80 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -58,20 +58,18 @@ table.grid { width:100%; }
div.quota {
float: right;
display: block;
- position: absolute;
- right: 216px;
- top: 0;
}
div.quota-select-wrapper { position: relative; }
div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
input#recoveryPassword {width:15em;}
-select.quota { position:absolute; left:0; top:0; width:10em; }
+#controls select.quota {
+ margin: 3px;
+ margin-right: 10px;
+ height: 37px;
+}
select.quota-user { position:relative; left:0; top:0; width:10em; }
div.quota>span {
- position: absolute;
- right: 0;
white-space: nowrap;
- top: 12px;
color: #888;
text-shadow: 0 1px 0 #fff;
}