diff options
author | raghunayyar <me@iraghu.com> | 2013-01-25 20:39:07 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-01-25 20:39:07 +0530 |
commit | aed204d420596aaddeb5dd30163b9a092999c02f (patch) | |
tree | 2cabe51781008705a44eaa7b7261f19205f61db9 /settings/css | |
parent | f7a0ab7d4f0e9e0538b2c27e9e9616e3409bdab1 (diff) | |
download | nextcloud-server-aed204d420596aaddeb5dd30163b9a092999c02f.tar.gz nextcloud-server-aed204d420596aaddeb5dd30163b9a092999c02f.zip |
Defined height for #leftcontent
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 4d0f6efd2c8..76a7d8c28c6 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -36,7 +36,7 @@ table:not(.nostyle) { width:100%; } #rightcontent { padding-left: 1em; } div.quota { float:right; display:block; position:absolute; right:25em; top:0; } div.quota-select-wrapper { position: relative; } -select.quota { position:absolute; left:0; top:0; width:10em; } +select.quota { position:absolute; left:0; top:0.5em; width:10em; } select.quota-user { position:relative; left:0; top:0; width:10em; } input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; box-shadow:none; } div.quota>span { position:absolute; right:0; white-space:nowrap; top:.7em; color:#888; text-shadow:0 1px 0 #fff; } |