Skip to:
Content

BuddyPress.org

Changeset 1966


Ignore:
Timestamp:
09/27/2009 09:27:07 PM (17 years ago)
Author:
apeatling
Message:

Default theme IE style fixes.

File:
1 edited

Legend:

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

    r1953 r1966  
    55        color: #555;
    66        min-width: 960px;
     7        background: #fff;
    78}
    89
     
    7778        overflow: auto;
    7879        width: 100%;
     80        background: #fff;
    7981}
    8082        #header ul#nav {
     
    8789        #header h1#logo {
    8890                float: left;
    89                 margin: 35px 0 30px 20px;
     91                margin: 20px 0 15px 20px;
     92                padding: 15px 0;
    9093        }
    9194       
     
    143146}
    144147
     148.internal-page  #container {
     149        background: url( ../images/background.gif ) top left repeat-y;
     150}
     151        .directory #container {
     152                background: #fff;
     153        }
     154
    145155/*** Content Header *************************************************************/
    146156       
     
    201211                float: none;
    202212                margin-right: 0;
     213                list-style: none;
    203214        }
    204215       
     
    456467}
    457468        div.bp-widget h4 {
     469                position: relative;
    458470                background: url(../images/group_header.gif) repeat-x top left;
    459471                color: #fff;
     
    467479
    468480                /* "See All" links in widget headers */
    469                 div.bp-widget h4 span { float: right; }
     481                div.bp-widget h4 span { position: absolute; right: 10px; }
    470482               
    471483                div.bp-widget h4 a {
     
    480492        margin: 0;
    481493        padding: 0;
     494        position: relative;
    482495}
    483496        ul.horiz-gallery li {
     
    20262039/**** PROFILES ************************/
    20272040
     2041table.profile-fields tr { position: relative; }
     2042
    20282043table.profile-fields tr.alt, table.wp-profile-fields tr.alt {
    20292044        background: #f0f0f0;
     
    20332048        border-right: 1px solid #dadada;
    20342049        font-weight: bold;
     2050        position: relative;
    20352051}
    20362052
     
    22592275        padding: 15px;
    22602276        font: normal 1.1em Georgia, times, serif;
    2261 }
     2277        height: 45px;
     2278        position: relative;
     2279        z-index: 999;
     2280}
Note: See TracChangeset for help on using the changeset viewer.