Skip to content
Snippets Groups Projects
Commit 3ba66e33 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

set quota bar maximum to 100% to prevent overflow

parent 033b0361
Branches
No related tags found
No related merge requests found
...@@ -736,7 +736,9 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono ...@@ -736,7 +736,9 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono
font-weight: normal; font-weight: normal;
white-space: nowrap; white-space: nowrap;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
border-top-left-radius: 3px; } border-top-left-radius: 3px;
max-width: 100%;
}
#quotatext {padding:.6em 1em;} #quotatext {padding:.6em 1em;}
.pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; } .pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment