Skip to:
Content

bbPress.org

Changeset 6587


Ignore:
Timestamp:
06/19/2017 06:55:53 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Styling: Flatten the editor buttons, and force fieldset legend width & border.

This improves default theme compatibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r6578 r6587  
    668668#bbpress-forums fieldset.bbp-form {
    669669    clear: left;
    670 }
    671 
    672 #bbpress-forums fieldset.bbp-form {
    673670    border: 1px solid #eee;
    674671    padding: 10px 20px;
     
    678675#bbpress-forums fieldset.bbp-form legend {
    679676    padding: 5px;
     677    width: auto;
     678    border: none;
    680679}
    681680
     
    796795}
    797796
    798 #bbpress-forums div.bbp-the-content-wrapper input {
    799     font-size: 12px;
    800     padding: 5px;
    801     margin: 0 2px 0 0;
    802     line-height: 1;
     797#bbpress-forums div.bbp-the-content-wrapper input[type="button"] {
     798    padding: 5px 7px;
     799    margin: 0 -1px 0 0;
     800    line-height: 1rem;
     801    border: 1px solid transparent;
     802    background-color: transparent;
     803    box-shadow: none;
     804    border-radius: 0;
     805    text-transform: uppercase;
     806    font-size: 11px;
     807}
     808
     809#bbpress-forums div.bbp-the-content-wrapper input[type="button"]:hover {
     810    border-color: rgba(0,0,0,0.1);
     811    background-color: rgba(255,255,255,0.5);
     812}
     813
     814#bbpress-forums div.bbp-the-content-wrapper input[type="button"]:focus {
     815   
    803816}
    804817
Note: See TracChangeset for help on using the changeset viewer.