summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-29 16:31:43 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-29 16:31:43 +0200
commit3ba66e33f8f2018350e96a807475960955f1e9c3 (patch)
tree34cde788f1947509a8bf87f3461634202093a0e3
parent033b0361edb206ac3c8303a0d8003fd6752d6f75 (diff)
downloadnextcloud-server-3ba66e33f8f2018350e96a807475960955f1e9c3.tar.gz
nextcloud-server-3ba66e33f8f2018350e96a807475960955f1e9c3.zip
set quota bar maximum to 100% to prevent overflow
-rw-r--r--core/css/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 7e41e904127..a632eb46585 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -736,7 +736,9 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono
font-weight: normal;
white-space: nowrap;
border-bottom-left-radius: 3px;
- border-top-left-radius: 3px; }
+ border-top-left-radius: 3px;
+ max-width: 100%;
+}
#quotatext {padding:.6em 1em;}
.pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; }