Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/09/2008 06:52:13 PM (17 years ago)
Author:
apeatling
Message:

Added complete support for existing blog networks. Please see mailing list for complete overview on the new "home base" features.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/home/style.css

    r262 r309  
    11/* 
    2 Theme Name: BuddyPress Profile Default
     2Theme Name: BuddyPress Home Theme
    33Theme URI: http://buddypress.com/
    4 Description: The default profile theme for BuddyPress
     4Description: The theme for the home of an install
    55Version: 0.1
    66Author: Andy Peatling
     
    221221            padding: 0 0 0.2em 0;
    222222        }
    223 /** TEMP **/
     223
     224/** SIGNUP FIELDS CSS **/
    224225
    225226table#extraFields td label,
    226             div.radio span,
    227             div.checkbox span {
    228                 font-weight: bold;
    229                 display: block;
    230                 float: left;
    231                 width: 115px;
    232             }
    233            
    234             table#extraFields td input {
    235                 font-size: 24px;
    236                 width: 280px;
    237             }
    238            
    239             table#extraFields td textarea {
    240                 width: 280px;
    241                 height: 120px;
    242             }
    243            
    244             table#extraFields td select {
    245                 width: 280px;
    246             }
    247            
    248             table#extraFields td div.datefield select {
    249                 width: auto;
    250             }
    251            
    252             table#extraFields td div.radio label,
    253             table#extraFields td div.checkbox label {
    254                 display: inline;
    255                 font-weight: normal;
    256                 float: none;
    257             }
    258            
    259             table#extraFields td div.radio input,
    260             table#extraFields td div.checkbox input {
    261                 width: auto;
    262             }
    263            
    264             span.desc {
    265                 margin-left: 115px;
    266                 font-weight: normal;
    267             }
    268            
    269             div.error {
    270                 font-weight: bold;
    271                 margin: 10px 0 10px 113px;
    272             }
    273 
    274 
    275 .signup-field { padding: 0.6em 0 !important;}
    276 .signup-field label { padding: 1em 2em !important;}
    277 .signup-field input[type='text'], .signup-field textarea { width: 55% !important;}
    278 .signup-description { display: block; color: #888; font-size: 10px; padding: 0.5em 0 0 16.3em;}
    279 .error { padding-left: 4.2em !important;}
     227div.radio span.signup-label,
     228div.checkbox span.signup-label {
     229    font-weight: bold;
     230    margin-top: 25px;
     231    margin-bottom: 10px;
     232    font-size: 1.2em;
     233    display: block;
     234}
     235
     236table#extraFields td input {
     237    font-size: 24px;
     238    width: 100%;
     239}
     240
     241table#extraFields td textarea {
     242    width: 80%;
     243    height: 120px;
     244}
     245
     246table#extraFields td select {
     247    width: 280px;
     248    font-size: 1.4em;
     249}
     250
     251table#extraFields td div.datefield select {
     252    width: auto;
     253}
     254
     255table#extraFields td div.radio label,
     256table#extraFields td div.checkbox label {
     257    display: inline;
     258    font-weight: normal;
     259    float: none;
     260    padding: 0 !important;
     261    margin-right: 15px;
     262}
     263
     264table#extraFields td div.radio input,
     265table#extraFields td div.checkbox input {
     266    width: auto;
     267}
     268
     269span.desc {
     270    margin-left: 115px;
     271    font-weight: normal;
     272}
     273
     274div.error {
     275    font-weight: bold;
     276}
     277
     278span.signup-description {
     279    display: block;
     280    margin: 5px 0 0 0;
     281}
Note: See TracChangeset for help on using the changeset viewer.