Skip to:
Content

BuddyPress.org

Changeset 3673


Ignore:
Timestamp:
01/08/2011 06:09:30 PM (14 years ago)
Author:
djpaul
Message:

Tidy up default theme CSS formatting.

File:
1 edited

Legend:

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

    r3646 r3673  
    8989
    9090hr {
    91     background-color:#e7e7e7;
    92     border:0 none;
    93     clear:both;
    94     height:1px;
     91    background-color: #e7e7e7;
     92    border: 0 none;
     93    clear: both;
     94    height: 1px;
    9595    margin: 20px 0;
    9696}
     
    585585    float: left;
    586586    margin: 10px 10px 0 0;
    587     }
     587}
    588588
    589589div#item-header div#message.info {
     
    852852    padding: 10px 15px;
    853853    font-size: 12px;
    854     display:block;
     854    display: block;
    855855}
    856856
     
    917917
    918918/* Buttons that are disabled */
    919 div.pending a, a.disabled {
     919div.pending a,
     920a.disabled {
    920921    border-color: #eee;
    921922    color: #bbb;
     
    944945}
    945946
     947
    946948/* > AJAX Loaders
    947949-------------------------------------------------------------- */
     950
    948951.ajax-loader {
    949952    background: url( ../images/ajax-loader.gif ) center left no-repeat !important;
     
    11411144}
    11421145
    1143 table tr td, table tr th {
     1146table tr td,
     1147table tr th {
    11441148    padding: 8px;
    11451149    vertical-align: middle;
     
    11981202table.forum tr.sticky td {
    11991203    background: #fff9db;
    1200     border-top: 1px solid #ffe8C4;
     1204    border-top: 1px solid #ffe8c4;
    12011205    border-bottom: 1px solid #ffe8c4;
    12021206}
     
    12421246}
    12431247
    1244 table.forum td.td-poster, table.forum td.td-group  {
     1248table.forum td.td-poster,
     1249table.forum td.td-group {
    12451250    min-width: 130px;
    12461251}
     
    15471552
    15481553.activity-list li.load-more {
    1549     margin: 15px  0 !important;
     1554    margin: 15px 0 !important;
    15501555    padding: 10px 15px !important;
    15511556    background: #f0f0f0 !important;
     
    16291634}
    16301635
    1631 div.activity-comments ul, div.activity-comments ul li {
     1636div.activity-comments ul,
     1637div.activity-comments ul li {
    16321638    border: none;
    16331639    list-style: none;
     
    20062012div.post blockquote {
    20072013    quotes: none;
    2008     font-style:italic;
    2009     padding:0 3em;
     2014    font-style: italic;
     2015    padding: 0 3em;
    20102016    font-family: georgia, times, serif;
    20112017    font-size: 16px;
     
    20142020
    20152021div.post table {
    2016     border-collapse:collapse;
    2017     border-spacing:0;
     2022    border-collapse: collapse;
     2023    border-spacing: 0;
    20182024    border: 1px solid #eee;
    20192025}
     
    21022108}
    21032109
    2104 div.post img.centered, img.aligncenter {
     2110div.post img.centered,
     2111img.aligncenter {
    21052112    display: block;
    21062113    margin-left: auto;
     
    21542161    color: #555;
    21552162}
     2163
    21562164
    21572165/* > WordPress Blog Comment Styles
Note: See TracChangeset for help on using the changeset viewer.