summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-11 23:30:42 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-11 23:30:42 +0100
commit65e5cacbb42070774b8d35068f1ce9bd97dff9c7 (patch)
tree486f488ddc5d1232ed2bc8d0eedadb0911aa4ae0 /css
parentadc5f90f83c7a2efc585ef6ebd98d9c818fb4404 (diff)
fixed padding on settings bar
Diffstat (limited to 'css')
-rw-r--r--css/owncloud.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/owncloud.css b/css/owncloud.css
index 9bbf920f4..ea6b33ea0 100644
--- a/css/owncloud.css
+++ b/css/owncloud.css
@@ -209,12 +209,12 @@
#app-settings-content {
background-color: #eee;
- height: 0;
+ display: none;
padding: 10px;
}
#app-settings.open #app-settings-content {
- height: auto;
+ display: block;
}