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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 01:07:30 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 01:07:30 +0400
commitae195c99a1dc323be42ed7ad182338952b967aee (patch)
treea5760070ab2ead8713fc45d9e80c3a53b66682d6 /core/css/header.css
parente1e4fde697f3c816a7221a71da4b45758e6043fc (diff)
fix position of shared file buttons
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css
index d2645c6a7d5..91dfeb798a5 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -230,8 +230,10 @@
padding: 7px 5px;
color: #fff;
height: 100%;
- max-width: 40%;
+ max-width: 80%;
white-space: nowrap;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
}
/* Profile picture in header */