also add minimum width for quota bar so it’s apparent how it will look

This commit is contained in:
Jan-Christoph Borchardt 2014-08-29 16:52:41 +02:00
parent 41ace03911
commit 95382e9945
1 changed files with 1 additions and 0 deletions

View File

@ -737,6 +737,7 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono
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;
min-width: 1%;
max-width: 100%; max-width: 100%;
} }
#quotatext {padding:.6em 1em;} #quotatext {padding:.6em 1em;}