Skip to:
Content

BuddyPress.org

Ticket #2988: 2988-1.patch

File 2988-1.patch, 8.6 KB (added by DJPaul, 16 years ago)
  • bp-themes/bp-default/_inc/css/default.css

     
    9393}
    9494
    9595hr {
    96         background-color:#e7e7e7;
    97         border:0 none;
    98         clear:both;
    99         height:1px;
     96        background-color: #e7e7e7;
     97        border: 0 none;
     98        clear: both;
     99        height: 1px;
    100100        margin: 20px 0;
    101101}
    102102
     
    589589div#item-header a.button {
    590590        float: left;
    591591        margin: 10px 10px 0 0;
    592         }
     592}
    593593
    594594div#item-header div#message.info {
    595595        line-height: 80%;
     
    856856div#message p {
    857857        padding: 10px 15px;
    858858        font-size: 12px;
    859         display:block;
     859        display: block;
    860860}
    861861
    862862div#message.error p {
     
    921921}
    922922
    923923/* Buttons that are disabled */
    924 div.pending a, a.disabled {
     924div.pending a,
     925a.disabled {
    925926        border-color: #eee;
    926927        color: #bbb;
    927928        cursor: default;
     
    948949        font-weight: bold;
    949950}
    950951
     952
    951953/* > AJAX Loaders
    952954-------------------------------------------------------------- */
     955
    953956.ajax-loader {
    954957        background: url( ../images/ajax-loader.gif ) center left no-repeat !important;
    955958        padding: 8px;
     
    980983        font: inherit;
    981984        font-size: 14px;
    982985        color: #888;
     986        background-color: #fffeff;
    983987}
    984988
    985989.standard-form select {
     
    10391043
    10401044.standard-form textarea {
    10411045        width: 75%;
    1042         height: 120px;
     1046        height: 80px;
    10431047}
    10441048
    10451049.standard-form textarea#message_content {
     
    10981102.standard-form input:focus,
    10991103.standard-form textarea:focus,
    11001104.standard-form select:focus {
    1101         background: #fafafa;
     1105        background: #fffeff;
    11021106        color: #555;
    11031107}
    11041108
     
    11451149        width: 117%;
    11461150}
    11471151
    1148 table tr td, table tr th {
     1152table tr td,
     1153table tr th {
    11491154        padding: 8px;
    11501155        vertical-align: middle;
    11511156}
     
    12011206}
    12021207
    12031208table.forum tr.sticky td {
    1204         background: #fff9db;
    1205         border-top: 1px solid #ffe8C4;
    1206         border-bottom: 1px solid #ffe8c4;
     1209        background: #FFF9DB;
     1210        border-top: 1px solid #FFE8C4;
     1211        border-bottom: 1px solid #FFE8C4;
    12071212}
    12081213
    12091214table.forum tr.closed td.td-title {
     
    12461251        margin-right: 5px;
    12471252}
    12481253
    1249 table.forum td.td-poster, table.forum td.td-group  {
     1254table.forum td.td-poster,
     1255table.forum td.td-group {
    12501256        min-width: 130px;
    12511257}
    12521258
     
    15471553}
    15481554
    15491555.activity-list li.load-more {
    1550         margin: 15px  0 !important;
     1556        margin: 15px 0 !important;
    15511557        padding: 10px 15px !important;
    15521558        background: #f0f0f0 !important;
    15531559        text-align: center;
     
    16291635        padding: 0 10px 0;
    16301636}
    16311637
    1632 div.activity-comments ul, div.activity-comments ul li {
     1638div.activity-comments ul,
     1639div.activity-comments ul li {
    16331640        border: none;
    16341641        list-style: none;
    16351642}
     
    20062013
    20072014div.post blockquote {
    20082015        quotes: none;
    2009         font-style:italic;
    2010         padding:0 3em;
     2016        font-style: italic;
     2017        padding: 0 3em;
    20112018        font-family: georgia, times, serif;
    20122019        font-size: 16px;
    20132020        line-height: 150%;
    20142021}
    20152022
    20162023div.post table {
    2017         border-collapse:collapse;
    2018         border-spacing:0;
     2024        border-collapse: collapse;
     2025        border-spacing: 0;
    20192026        border: 1px solid #eee;
    20202027}
    20212028
     
    20282035        border-top: 1px solid #eee;
    20292036}
    20302037
    2031 div.post div.author-box,
    2032 div.comment-avatar-box {
     2038div.post div.author-box {
    20332039        background: #f0f0f0;
    20342040        padding: 10px;
    20352041        float: left;
     
    20532059        text-decoration: none;
    20542060}
    20552061
    2056 div.post div.author-box img,
    2057 div.comment-avatar-box img {
     2062div.post div.author-box img {
    20582063        float: none;
    20592064        border: 4px solid #fff;
    20602065        margin: 0;
    20612066}
    20622067
    2063 div.post div.post-content,
    2064 div.comment-content {
     2068div.post div.post-content {
    20652069        margin-left: 105px;
    20662070}
    20672071
    2068 div.post p.date, div.post p.postmetadata,
    2069 div.comment-meta, div.comment-options {
     2072div.post p.date,
     2073div.post p.postmetadata {
    20702074        color: #888;
    20712075        font-size: 12px;
    20722076        font-family: Georgia, times, serif;
     
    21022106        clear: none !important;
    21032107}
    21042108
    2105 div.post img.centered, img.aligncenter {
     2109div.post img.centered,
     2110img.aligncenter {
    21062111        display: block;
    21072112        margin-left: auto;
    21082113        margin-right: auto;
     
    21552160        color: #555;
    21562161}
    21572162
    2158 /* > WordPress Blog Comment Styles
     2163
     2164/* > BuddyPress Blog Comment Styles
    21592165-------------------------------------------------------------- */
    21602166
    21612167#trackbacks {
    21622168        margin-top: 30px;
    21632169}
    21642170
    2165 #comments h3,
    2166 #trackbacks h3,
    2167 #respond h3 {
    2168         font-size: 20px;
    2169         margin: 5px 0 25px 0;
    2170         font-weight: normal;
    2171         color: #555;
     2171#comments ol.commentlist {
     2172        margin-bottom: 30px;
     2173        border-bottom: 1px solid #e4e4e4;
    21722174}
    21732175
    2174 #comments span.title,
    2175 #trackbacks span.title {
    2176         color: #aaa;
     2176ol.commentlist div.comment-avatar-box {
     2177        float: left;
     2178        margin: 10px 10px 10px 0;
    21772179}
    21782180
    2179 ol.commentlist li {
    2180         margin: 0 0 30px 0;
     2181ul.children div.comment-avatar-box {
     2182        float: left;
     2183        margin: 0px 10px 10px 0;
    21812184}
    21822185
    2183 div.comment-meta {
    2184         border-top: none;
    2185         padding-top: 0;
     2186div.comment-avatar-box img {
     2187        border: 2px solid #eee;
    21862188}
    21872189
    2188 div.comment-meta h5 {
    2189         font-weight: normal;
     2190div.comment-content {
     2191        border-top: 1px solid #e4e4e4;
     2192        padding-left: 75px;
    21902193}
    21912194
     2195div.comment-meta,
     2196div.comment-options {
     2197        color: #888;
     2198        padding: 0 0 3px;
     2199        font: 12px;
     2200        margin: 10px 0;
     2201}
     2202
    21922203div.comment-meta em {
    2193         float: right;
     2204        font-style: normal;
    21942205}
    21952206
    2196 div.comment-options {
    2197         border-bottom: none;
     2207div.comment-meta span.comment-highlight a {
     2208        text-decoration: none;
     2209        background: #EBF7FF;
     2210        border-bottom: 1px solid #a1dcfa;
     2211        border-right: 1px solid #a1dcfa;
     2212        color: #059AE7;
     2213        padding: 3px 8px;
     2214        text-decoration: none;
     2215        -moz-border-radius: 4px;
     2216        -webkit-border-radius: 4px;
     2217        border-radius: 4px;
     2218        margin-right: 3px;
    21982219}
    21992220
    2200 ol.commentlist ul.children {
    2201         margin-left: 105px;
     2221div.comment-meta .comment-highlight a:hover {
     2222        background: #059AE7;
     2223        color: #fff;
     2224        border-color: #059AE7;
    22022225}
    22032226
     2227div.comment-options a.comment-reply-link {
     2228        background: #FFF9DB;
     2229        border-bottom: 1px solid #FFE8C4;
     2230        border-right: 1px solid #FFE8C4;
     2231        color: #ffa200;
     2232        padding: 3px 8px;
     2233        -moz-border-radius: 4px;
     2234        -webkit-border-radius: 4px;
     2235        border-radius: 4px;
     2236        text-decoration: none;
     2237        margin-right: 10px;
     2238}
    22042239
     2240div.comment-options a.comment-reply-link:hover {
     2241        background: #f7740a;
     2242        color: #fff;
     2243        border-color: #f7740a;
     2244}
     2245
     2246div.comment-options a.comment-edit-link {
     2247        background: #f4f4f4;
     2248        border-bottom: 1px solid #ddd;
     2249        border-right: 1px solid #ddd;
     2250        color: #999;
     2251        padding: 3px 8px;
     2252        -moz-border-radius: 4px;
     2253        -webkit-border-radius: 4px;
     2254        border-radius: 4px;
     2255        text-decoration: none;
     2256}
     2257
     2258div.comment-options a.comment-edit-link:hover {
     2259        background: #aaa;
     2260        color: #fff;
     2261        border-color: #aaa;
     2262}
     2263
     2264ul.children {
     2265        margin-left: 75px;
     2266        background: #f5f5f5;
     2267        -moz-border-radius: 4px;
     2268        -webkit-border-radius: 4px;
     2269        margin-bottom: 20px;
     2270        padding: 1px 10px;
     2271}
     2272
     2273ul.children ul {
     2274        margin-left: 20px;
     2275        margin-bottom: 0;
     2276        padding: 0;
     2277}
     2278
     2279ul.children img.avatar {
     2280        width: 25px;
     2281        height: 25px;
     2282        margin: 0;
     2283        border-style: none;
     2284}
     2285
     2286ul.children div.comment-content {
     2287        padding-left: 35px;
     2288        border-top: none;
     2289}
     2290
     2291ul.children div.comment-meta {
     2292        margin-top: 0;
     2293        font-size: 11px;
     2294}
     2295
     2296ul.children div.comment-options {
     2297        margin-top: 0;
     2298        margin-bottom: 5px;
     2299}
     2300
     2301ul.children li {
     2302        border-top: 2px solid #fffeff;
     2303        padding-top: 10px;
     2304}
     2305
     2306ul.children li:first-child {
     2307        border-top: none;
     2308}
     2309
     2310ul.children ul li:first-child {
     2311        border-top: 2px solid #fffeff;
     2312}
     2313
     2314ul.children div.comment-options a.comment-reply-link,
     2315ul.children div.comment-options a.comment-edit-link {
     2316        background: transparent;
     2317        color: #1fb3dd;
     2318        padding: 3px 8px;
     2319        text-decoration: underline;
     2320        border-style: none;
     2321        margin-right: 0;
     2322}
     2323
     2324ul.children div.comment-options a.comment-edit-link:hover,
     2325ul.children div.comment-options a.comment-reply-link:hover {
     2326        background: transparent;
     2327        color: #1fb3dd;
     2328        border-style: none;
     2329}
     2330
     2331#respond-box {
     2332        border: 1px solid #e5e5e5;
     2333        background-color: #fafafa;
     2334        padding: 10px;
     2335        margin-bottom: 20px;
     2336        margin-left: 75px;
     2337        -moz-border-radius: 4px;
     2338        -webkit-border-radius: 4px;
     2339        border-radius: 4px;
     2340}
     2341
     2342ul.children #respond-box {
     2343        margin-left: 35px;
     2344        margin-right: 20px;
     2345        margin-bottom: 10px;
     2346}
     2347
     2348h3#reply.comments-header {
     2349        font-size: 14px;
     2350}
     2351
     2352#respond-box div.comment-avatar-box {
     2353        margin-top: 0;
     2354}
     2355
     2356#respond-box div.comment-content {
     2357        border-style: none;
     2358}
     2359
     2360
    22052361/* > Footer
    22062362-------------------------------------------------------------- */
    22072363
  • bp-themes/bp-default/comments.php

     
    5454<?php endif; ?>
    5555
    5656<?php if ( comments_open() ) : ?>
    57         <div id="respond">
     57        <div id="respond-box">
    5858
    5959                <div class="comment-avatar-box">
    6060                        <div class="avb">
     
    7272                        <?php comment_form() ?>
    7373                </div><!-- .comment-content -->
    7474
    75         </div><!-- #respond -->
     75        </div><!-- #respond-box -->
    7676<?php endif; ?>
    7777
    7878<?php if ( !empty( $num_trackbacks ) ) : ?>