Skip to:
Content

bbPress.org

Changeset 3178


Ignore:
Timestamp:
05/21/2011 07:40:31 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Theme compat CSS tweaks for forms, fieldsets, legends, labels, and inputs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css

    r3154 r3178  
    298298#bbp-lost-pass fieldset,
    299299body.single-forum fieldset,
    300 body.single-topic fieldset {
     300body.single-topic fieldset,
     301div.bbp-topic-tag-form fieldset,
     302body.topic-edit fieldset,
     303body.reply-edit fieldset {
    301304    border: 1px solid #eee;
    302305    padding: 10px 20px;
     
    307310#bbp-lost-pass fieldset legend,
    308311body.single-forum fieldset legend,
    309 body.single-topic fieldset legend {
     312body.single-topic fieldset legend,
     313div.bbp-topic-tag-form fieldset legend,
     314body.topic-edit fieldset legend,
     315body.reply-edit fieldste legend {
    310316    padding: 5px;
    311317}
    312318
     319div.bbp-topic-tag-form fieldset label,
    313320#bbp-login fieldset label,
    314321#bbp-register fieldset label,
    315 #bbp-lost-pass fieldset label,
     322#bbp-lost-pass fieldset label {
     323    width: 100px;
     324    display: inline-block;
     325}
    316326body.single-forum fieldset label,
    317 body.single-topic fieldset label {
    318     width: 200px;
     327body.single-topic fieldset label,
     328body.topic-edit fieldset label,
     329body.reply-edit fieldset label {
     330    width: 250px;
    319331    display: inline-block;
    320332}
     
    324336#bbp-lost-pass fieldset p,
    325337body.single-forum fieldset p,
    326 body.single-topic fieldset input {
     338body.single-topic fieldset input,
     339div.bbp-topic-tag-form fieldset p,
     340body.topic-edit fieldset p,
     341body.reply-edit fieldset input {
    327342    margin: 0px 0px 10px;
    328343}
     
    333348    clear: left;
    334349}
     350body.topic-edit .bbp-topic-form div.avatar img,
     351body.reply-edit .bbp-reply-form div.avatar img,
    335352body.single-forum .bbp-topic-form div.avatar img,
    336353body.single-reply .bbp-reply-form div.avatar img {
     
    345362body.page .bbp-topic-form code,
    346363body.single-topic .bbp-reply-form code,
    347 body.single-forum .bbp-topic-form code {
     364body.single-forum .bbp-topic-form code,
     365body.topic-edit .bbp-topic-form code,
     366body.reply-edit .bbp-reply-form code {
    348367    font-size: 10px;
    349368    background-color: #f0fff8;
Note: See TracChangeset for help on using the changeset viewer.