diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-12-28 23:19:52 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-12-28 23:19:52 -0800 |
commit | 36da34e5f66f59167c52b21cc92f0c93bda0e007 (patch) | |
tree | 858f8d9dc87660284ca1aa84c4ff1029b269954a /settings/css | |
parent | 9aefbea07467ba6e1bcedc87c85f98bc8d7e8398 (diff) | |
parent | f922f836ce11b87192c1904e01da2f6f579cac41 (diff) | |
download | nextcloud-server-36da34e5f66f59167c52b21cc92f0c93bda0e007.tar.gz nextcloud-server-36da34e5f66f59167c52b21cc92f0c93bda0e007.zip |
Merge pull request #902 from owncloud/storage-wording
Storage wording
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 36457481911..4d0f6efd2c8 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -39,7 +39,7 @@ div.quota-select-wrapper { position: relative; } select.quota { position:absolute; left:0; top:0; 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:0em; white-space:nowrap; top: 0.7em } +div.quota>span { position:absolute; right:0; white-space:nowrap; top:.7em; color:#888; text-shadow:0 1px 0 #fff; } select.quota.active { background: #fff; } /* APPS */ |