set quota bar maximum to 100% to prevent overflow

This commit is contained in:
Jan-Christoph Borchardt 2014-08-29 16:31:43 +02:00
parent 033b0361ed
commit 3ba66e33f8

View file

@ -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; }