fix width of users column in topic lists

This commit is contained in:
Jeff Atwood 2014-11-13 01:02:37 -08:00
parent 52e27a9870
commit 85e9aaa4fa
3 changed files with 5 additions and 15 deletions

View File

@ -107,12 +107,12 @@
min-width: 80px; min-width: 80px;
} }
.posters { .posters {
min-width: 150px; // we know there are up to 5 avatars of fixed size
// will be overridden by media width queries on narrow displays to 1 avatar's width
width: 145px;
min-width: 145px;
} }
.participants { .posters {
min-width: 85px;
}
.posters, .participants {
> a { > a {
float: left; float: left;
margin-right: 4px; margin-right: 4px;

View File

@ -349,11 +349,6 @@ a.star {
line-height: 15px; line-height: 15px;
} }
p,
.participants {
margin: 0 0 7px;
}
ul { ul {
margin: 0; margin: 0;
list-style: none; list-style: none;

View File

@ -171,11 +171,6 @@ a.star {
line-height: 15px; line-height: 15px;
} }
p,
.participants {
margin: 0 0 7px;
}
.user { .user {
float: left; float: left;
margin-right: 10px; margin-right: 10px;