Skip to:
Content

bbPress.org

Ticket #2711: 2711.patch

File 2711.patch, 1.5 KB (added by Robkk, 10 years ago)
  • src/templates/default/css/bbpress.css

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