/* codetube
 *  Copyright (C) 2011 payload payload@lavabit.com
 *  Copyright (C) 2011 dodo dodo.the.last@gmail.com
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU Affero General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Affero General Public License for more details.
 *
 *  You should have received a copy of the GNU Affero General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>
 */

ul.biglist-list
    list-style-type none
    > li
        margin-bottom list-gap
        &:last-child
            margin-bottom 0
        > div
            display inline-table

.biglist-item
    display table
    height=biglist-item-height
    height height
    > a
        display table-cell
        width  height
        height height
        vertical-align middle
        text-align     center
        border-radius small-border-radius
        background    black
        > img
            border-radius small-border-radius
    > div
        display table-cell
        padding-left some-small

.biglist-user
    display table
    height 100%
    .username
        display table-row
    .userinfo
        display table-row

