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:
authorRaghu Nayyar <raghu.nayyar.007@gmail.com>2012-09-29 19:20:37 +0400
committerRaghu Nayyar <raghu.nayyar.007@gmail.com>2012-09-29 19:20:37 +0400
commit0ffab9fea82d5bac757e3ad20c2ac90a15538ee1 (patch)
treec30fc462feed29f4a9ffe85290b90b3a3296130d /settings/css
parent08132587d13f936ff888fa1b31a58b529ded14b2 (diff)
Update settings/css/settings.css
CSS typo fixed.
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 2015e93b43c..d5e826b33ce 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -38,7 +38,7 @@ 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-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; -webkit-box-shadow: none -mox-box-shadow:none ; box-shadow:none; }
+input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; -webkit-box-shadow: none; -moz-box-shadow:none ; box-shadow:none; }
div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
select.quota.active { background: #fff; }