Changeset 309 for trunk/buddypress-theme/home/style.css
- Timestamp:
- 09/09/2008 06:52:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/home/style.css
r262 r309 1 1 /* 2 Theme Name: BuddyPress Profile Default2 Theme Name: BuddyPress Home Theme 3 3 Theme URI: http://buddypress.com/ 4 Description: The default profile theme for BuddyPress4 Description: The theme for the home of an install 5 5 Version: 0.1 6 6 Author: Andy Peatling … … 221 221 padding: 0 0 0.2em 0; 222 222 } 223 /** TEMP **/ 223 224 /** SIGNUP FIELDS CSS **/ 224 225 225 226 table#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;} 227 div.radio span.signup-label, 228 div.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 236 table#extraFields td input { 237 font-size: 24px; 238 width: 100%; 239 } 240 241 table#extraFields td textarea { 242 width: 80%; 243 height: 120px; 244 } 245 246 table#extraFields td select { 247 width: 280px; 248 font-size: 1.4em; 249 } 250 251 table#extraFields td div.datefield select { 252 width: auto; 253 } 254 255 table#extraFields td div.radio label, 256 table#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 264 table#extraFields td div.radio input, 265 table#extraFields td div.checkbox input { 266 width: auto; 267 } 268 269 span.desc { 270 margin-left: 115px; 271 font-weight: normal; 272 } 273 274 div.error { 275 font-weight: bold; 276 } 277 278 span.signup-description { 279 display: block; 280 margin: 5px 0 0 0; 281 }
Note: See TracChangeset
for help on using the changeset viewer.