summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-23 13:06:43 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-23 13:06:43 +0200
commit4e209c635d81e4fef3d74ed1c12f325cd20d56bc (patch)
tree13ce50d3a1e7842653854887b1e2c0692816d0a0 /core
parent4dca6d44d8d75846d2fe2a75de49c561b52d6d25 (diff)
downloadnextcloud-server-4e209c635d81e4fef3d74ed1c12f325cd20d56bc.tar.gz
nextcloud-server-4e209c635d81e4fef3d74ed1c12f325cd20d56bc.zip
fix settings entry width
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 3568ef484e2..6761677fb23 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -191,7 +191,7 @@
/* settings area */
#app-settings {
position: fixed;
- width: 249px;
+ width: 250px; /* change to 100% when layout positions are absolute */
bottom: 0;
}
#app-settings.opened #app-settings-content {