projects
/
zzz-spline-users.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ab76a
)
Ensure colorbars can't escape their containers. #352
master
veekun-promotions/2010112601
veekun-promotions/2010120701
veekun-promotions/2010121201
veekun-promotions/2010122201
veekun-promotions/2010122701
veekun-promotions/2011011701
veekun-promotions/2011021501
veekun-promotions/2011021502
veekun-promotions/2011022101
veekun-promotions/2011030301
veekun-promotions/2011030302
veekun-promotions/2011041101
veekun-promotions/2011041102
veekun-promotions/2011041201
veekun-promotions/2011041501
veekun-promotions/2011041601
author
Eevee
<git@veekun.com>
Wed, 24 Nov 2010 03:27:55 +0000
(19:27 -0800)
committer
Eevee
<git@veekun.com>
Wed, 24 Nov 2010 03:27:55 +0000
(19:27 -0800)
splinext/users/templates/css/users.mako
patch
|
blob
|
history
diff --git
a/splinext/users/templates/css/users.mako
b/splinext/users/templates/css/users.mako
index
e459b13
..
e6f9be8
100644
(file)
--- a/
splinext/users/templates/css/users.mako
+++ b/
splinext/users/templates/css/users.mako
@@
-1,2
+1,2
@@
-.user-color-bar { display: inline-block;
height: 1em; width: 4em; padding: 1px; vertical-align: middle
; border: 1px solid black; background: #e0e0e0; }
+.user-color-bar { display: inline-block;
overflow: hidden; height: 1em; width: 4em; padding: 1px; vertical-align: middle; white-space: nowrap
; border: 1px solid black; background: #e0e0e0; }
.user-color-bar-chunk { float: left; height: 1em; }