Changeset 3178
- Timestamp:
- 05/21/2011 07:40:31 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css
r3154 r3178 298 298 #bbp-lost-pass fieldset, 299 299 body.single-forum fieldset, 300 body.single-topic fieldset { 300 body.single-topic fieldset, 301 div.bbp-topic-tag-form fieldset, 302 body.topic-edit fieldset, 303 body.reply-edit fieldset { 301 304 border: 1px solid #eee; 302 305 padding: 10px 20px; … … 307 310 #bbp-lost-pass fieldset legend, 308 311 body.single-forum fieldset legend, 309 body.single-topic fieldset legend { 312 body.single-topic fieldset legend, 313 div.bbp-topic-tag-form fieldset legend, 314 body.topic-edit fieldset legend, 315 body.reply-edit fieldste legend { 310 316 padding: 5px; 311 317 } 312 318 319 div.bbp-topic-tag-form fieldset label, 313 320 #bbp-login fieldset label, 314 321 #bbp-register fieldset label, 315 #bbp-lost-pass fieldset label, 322 #bbp-lost-pass fieldset label { 323 width: 100px; 324 display: inline-block; 325 } 316 326 body.single-forum fieldset label, 317 body.single-topic fieldset label { 318 width: 200px; 327 body.single-topic fieldset label, 328 body.topic-edit fieldset label, 329 body.reply-edit fieldset label { 330 width: 250px; 319 331 display: inline-block; 320 332 } … … 324 336 #bbp-lost-pass fieldset p, 325 337 body.single-forum fieldset p, 326 body.single-topic fieldset input { 338 body.single-topic fieldset input, 339 div.bbp-topic-tag-form fieldset p, 340 body.topic-edit fieldset p, 341 body.reply-edit fieldset input { 327 342 margin: 0px 0px 10px; 328 343 } … … 333 348 clear: left; 334 349 } 350 body.topic-edit .bbp-topic-form div.avatar img, 351 body.reply-edit .bbp-reply-form div.avatar img, 335 352 body.single-forum .bbp-topic-form div.avatar img, 336 353 body.single-reply .bbp-reply-form div.avatar img { … … 345 362 body.page .bbp-topic-form code, 346 363 body.single-topic .bbp-reply-form code, 347 body.single-forum .bbp-topic-form code { 364 body.single-forum .bbp-topic-form code, 365 body.topic-edit .bbp-topic-form code, 366 body.reply-edit .bbp-reply-form code { 348 367 font-size: 10px; 349 368 background-color: #f0fff8;
Note: See TracChangeset
for help on using the changeset viewer.