Skip to:
Content

bbPress.org

Ticket #2711: #2711.patch

File #2711.patch, 1.4 KB (added by Robkk, 10 years ago)
  • bbpress.css

     
    12151215                margin-left: 0;
    12161216                word-wrap: break-word;
    12171217        }
     1218       
     1219                #bbpress-forums #bbp-your-profile fieldset div {
     1220                margin-bottom: 20px;
     1221                float: left;
     1222                width: 100%;
     1223                clear: left;
     1224        }
     1225
     1226        #bbpress-forums #bbp-your-profile fieldset input,
     1227        #bbpress-forums #bbp-your-profile fieldset textarea {
     1228                margin-bottom: 0;
     1229                width: 100%;
     1230                background: #f9f9f9;
     1231                border: 1px solid #ddd;
     1232                box-shadow: none;
     1233                padding: 5px 8px;
     1234                border-radius: 0;
     1235        }
     1236
     1237        #bbpress-forums #bbp-your-profile fieldset label[for] {
     1238                float: left;
     1239                width: 100%;
     1240                padding: 5px 20px 5px 0;
     1241                text-align: left;
     1242                cursor: pointer;
     1243        }
     1244       
     1245        #bbpress-forums #bbp-your-profile fieldset dl label[for] {
     1246                text-align: left;
     1247                width: 100%;
     1248        }
     1249       
     1250        #bbpress-forums #bbp-your-profile fieldset span.description {
     1251                margin: 5px 0 0 20%;
     1252                font-size: 12px;
     1253                font-style: italic;
     1254                float: left;
     1255                clear: left;
     1256                width: 100%;
     1257                padding: 5px 8px;
     1258                border: #cee1ef 1px solid;
     1259                background-color: #f0f8ff;
     1260        }
     1261       
     1262        #bbpress-forums #bbp-your-profile fieldset fieldset.password {
     1263                width:100%;
     1264                display: inline;
     1265        }
     1266       
     1267        #bbpress-forums #bbp-your-profile fieldset fieldset.password input,
     1268        #bbpress-forums #bbp-your-profile fieldset fieldset.password span {
     1269                width: 100%;
     1270        }
    12181271}
    12191272
    12201273/* =Standard Mobile Portrait