Skip to:
Content

BuddyPress.org

Ticket #1614: 1614.patch.diff

File 1614.patch.diff, 698 bytes (added by hempsworth, 14 years ago)
  • bp-themes/bp-default/_inc/css/default.css

     
    828828
    829829table.notification-settings {
    830830        margin-bottom: 20px;
     831        text-align: left;
    831832}
    832         table.notification-settings th.icon {
    833                 width: 35px;
     833        table.notification-settings th.icon,
     834        table.notification-settings td:first-child {
     835                display: none;
    834836        }
    835837
    836838        table.notification-settings th.title {
     
    839841
    840842        table.notification-settings .yes, table.notification-settings .no {
    841843                width: 40px;
     844                text-align: center;
    842845        }
    843846
    844847table.forum {