Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/21/2011 02:45:49 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Fix issue where wide pre tags would skew width of topic tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css

    r3281 r3368  
    3030#main table.bbp-replies {
    3131    clear: left;
     32    table-layout: fixed;
    3233}
    3334
     
    9394#content th.bbp-reply-author {
    9495    text-align: center;
     96    width: 120px;
    9597}
    9698#content th.bbp-topic-content,
     
    118120}
    119121
     122#content .bbp-forum-info {
     123    width: 55%;
     124    text-align: left;
     125}
    120126#content .bbp-forum-topic-count,
    121127#content .bbp-forum-reply-count,
     
    129135#content td.bbp-topic-author,
    130136#content td.bbp-reply-author {
    131     padding: 20px 0 20px 20px;
    132     width: 90px;
     137    padding: 20px;
    133138    text-align: center;
    134139    vertical-align: top;
     140}
     141.bbp-topic-title {
     142    width: 55%;
     143    text-align: left;
    135144}
    136145.bbp-topic-freshness,
    137146.bbp-forum-freshness {
    138147    text-align: center;
    139     width: 20%;
     148    width: 25%;
    140149}
    141150
Note: See TracChangeset for help on using the changeset viewer.