Skip to:
Content

BuddyPress.org

Changeset 2497


Ignore:
Timestamp:
01/31/2010 02:31:11 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1614 props hempsworth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r2485 r2497  
    854854        }
    855855
    856         table tr td.thread-info p {
    857             margin: 0;
    858         }
     856        table tr td.thread-info p { margin: 0; }
     857
    859858            table tr td.thread-info p.thread-excerpt {
    860859                color: #888;
     
    871870table.notification-settings {
    872871    margin-bottom: 20px;
    873 }
    874     table.notification-settings th.icon {
    875         width: 35px;
    876     }
    877 
    878     table.notification-settings th.title {
    879         width: 80%;
    880     }
    881 
    882     table.notification-settings .yes, table.notification-settings .no {
    883         width: 40px;
    884     }
     872    text-align: left;
     873}
     874    table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
     875    table.notification-settings th.title { width: 80%; }
     876    table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: center; }
    885877
    886878table.forum {
Note: See TracChangeset for help on using the changeset viewer.