Ticket #1933: 1933-trunk.patch
File 1933-trunk.patch, 12.4 KB (added by , 12 years ago) |
---|
-
templates/default/bbpress/content-single-topic-lead.php
55 55 56 56 <?php do_action( 'bbp_theme_before_topic_author_details' ); ?> 57 57 58 <?php bbp_topic_author_link( array( 'sep' => ' ', 'show_role' => true ) ); ?>58 <?php bbp_topic_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> 59 59 60 60 <?php if ( bbp_is_user_keymaster() ) : ?> 61 61 -
templates/default/bbpress/loop-search-reply.php
34 34 35 35 <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> 36 36 37 <?php bbp_reply_author_link( array( 'sep' => ' ', 'show_role' => true ) ); ?>37 <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> 38 38 39 39 <?php if ( bbp_is_user_keymaster() ) : ?> 40 40 -
templates/default/bbpress/loop-search-topic.php
54 54 55 55 <?php do_action( 'bbp_theme_before_topic_author_details' ); ?> 56 56 57 <?php bbp_topic_author_link( array( 'sep' => ' ', 'show_role' => true ) ); ?>57 <?php bbp_topic_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> 58 58 59 59 <?php if ( bbp_is_user_keymaster() ) : ?> 60 60 -
templates/default/bbpress/loop-single-reply.php
42 42 43 43 <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> 44 44 45 <?php bbp_reply_author_link( array( 'sep' => ' ', 'show_role' => true ) ); ?>45 <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> 46 46 47 47 <?php if ( bbp_is_user_keymaster() ) : ?> 48 48 -
templates/default/css/bbpress-rtl.css
1118 1118 Media Queries 1119 1119 --------------------------------------------------------------*/ 1120 1120 1121 /* = iPhone/Android landscape (and really narrow browser windows)1121 /* =Smartphones Landscape 1122 1122 -------------------------------------------------------------- */ 1123 1123 @media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) { 1124 1124 -webkit-text-size-adjust: none; … … 1154 1154 display: block; 1155 1155 font-size: 11px; 1156 1156 } 1157 #bbpress-forums div.bbp-reply-author { 1158 margin: -15px 10px 10px; 1159 min-height: 100px; 1160 padding-right: 80px; 1161 position: relative; 1162 text-align: right; 1163 width: 100%; 1164 } 1157 1165 #bbpress-forums div.bbp-reply-author a.bbp-author-name { 1158 1166 clear: none; 1159 1167 display: inline-block; 1160 } 1161 #bbpress-forums div.bbp-reply-author { 1162 margin: 0 10px 10px; 1163 text-align: left; 1164 width: 100%; 1165 } 1168 margin-right: 0; 1169 word-wrap: break-word; 1170 } 1166 1171 #bbpress-forums div.bbp-reply-author img.avatar { 1167 margin-bottom: -5px; 1168 width: 20px; 1172 position: absolute; 1173 top: 15px; 1174 right: 0; 1175 width: 60px; 1169 1176 height: auto; 1170 1177 } 1171 1178 #bbpress-forums div.bbp-reply-author .bbp-author-role { 1172 1179 font-size: 12px; 1173 1180 font-style: normal; 1174 1181 } 1175 #bbpress-forums div.bbp-reply-author div { 1176 display: inline-block; 1177 margin-left: 12px; 1178 } 1179 #bbpress-forums div.bbp-reply-content { 1182 #bbpress-forums .bbp-body div.bbp-reply-content { 1180 1183 clear: both; 1181 1184 margin: 10px; 1182 1185 padding: 0; … … 1230 1233 #bbpress-forums li.bbp-body li.bbp-topic-freshness { 1231 1234 width: 58%; 1232 1235 } 1233 1234 1236 #bbpress-forums li.bbp-body li.bbp-forum-topic-count, 1235 1237 #bbpress-forums li.bbp-body li.bbp-forum-reply-count, 1236 1238 #bbpress-forums li.bbp-body li.bbp-forum-freshness, … … 1238 1240 #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 1239 1241 #bbpress-forums li.bbp-body li.bbp-topic-freshness { 1240 1242 margin-top: 7px; 1241 } 1242 #bbpress-forums li.bbp-header .bbp-reply-author { 1243 } 1244 #bbpress-forums li.bbp-header, 1245 #bbpress-forums li.bbp-footer { 1246 font-size: 10px; 1247 } 1248 #bbpress-forums li.bbp-header div.bbp-reply-author { 1243 1249 text-align: right; 1244 width: 2 0%;1250 width: 25%; 1245 1251 } 1246 #bbpress-forums li.bbp-header .bbp-reply-content{1247 margin-right: 2 2%;1252 #bbpress-forums li.bbp-header div.bbp-reply-content{ 1253 margin-right: 25%; 1248 1254 } 1249 1255 #bbpress-forums div.bbp-template-notice img.avatar, 1250 1256 #bbpress-forums p.bbp-topic-meta img.avatar { 1251 1257 width: 14px; 1252 1258 height: auto; 1253 1259 } 1254 #bbpress-forums fieldset.bbp-form {1255 padding: 10px 3px;1256 width: 95%;1257 }1258 1260 #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar { 1259 1261 padding: 1px; 1260 1262 } … … 1266 1268 width: 100%; 1267 1269 overflow: auto; 1268 1270 } 1269 #bbpress-forums fieldset.bbp-form input,1270 input#bbp_topic_tags {1271 #bbpress-forums input#bbp_topic_title, 1272 #bbpress-forums input#bbp_topic_tags { 1271 1273 width: 95%; 1272 1274 } 1273 1275 } … … 1283 1285 #bbpress-forums li.bbp-header li.bbp-topic-reply-count, 1284 1286 #bbpress-forums li.bbp-body li.bbp-topic-voice-count, 1285 1287 #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 1286 #bbpress-forums li.bbp-footer .bbp-reply-content,1287 #bbpress-forums li.bbp-footer .bbp-reply-content {1288 width: 4 9%;1288 #bbpress-forums li.bbp-footer div.bbp-reply-author, 1289 #bbpress-forums li.bbp-footer div.bbp-reply-content { 1290 width: 45%; 1289 1291 } 1290 1292 #bbpress-forums li.bbp-header li.bbp-forum-freshness, 1291 1293 #bbpress-forums li.bbp-body li.bbp-forum-freshness, 1292 1294 #bbpress-forums li.bbp-header li.bbp-topic-freshness, 1293 #bbpress-forums li.bbp-body li.bbp-topic-freshness { 1295 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 1296 #bbpress-forums li.bbp-header div.bbp-reply-author, 1297 #bbpress-forums li.bbp-header div.bbp-reply-content { 1294 1298 clear: both; 1295 1299 width: 100%; 1296 1300 } … … 1298 1302 #bbpress-forums li.bbp-header li.bbp-topic-freshness { 1299 1303 text-align: center; 1300 1304 } 1301 #bbpress-forums li.bbp-header .bbp-reply-author { 1305 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 1306 #bbpress-forums li.bbp-header div.bbp-reply-content { 1307 margin-right: 0; 1302 1308 text-align: right; 1303 width: 100%;1304 1309 } 1305 #bbpress-forums li.bbp-header .bbp-reply-content { 1306 clear: right; 1307 margin-right: 0; 1310 #bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta { 1311 display: inline-block; 1308 1312 } 1309 1313 #bbpress-forums li.bbp-header { 1310 1314 overflow: hidden; 1311 1315 } 1312 #bbpress-forums fieldset.bbp-form input,1313 input#bbp_topic_tags {1314 width: 90%;1316 #bbpress-forums li.bbp-footer div.bbp-reply-content { 1317 display: inline-block; 1318 margin-right: 0; 1315 1319 } 1320 #bbpress-forums li.bbp-body div.bbp-reply-author { 1321 min-height: 60px; 1322 padding-right: 60px; 1323 } 1324 #bbpress-forums div.bbp-reply-author img.avatar { 1325 width: 40px; 1326 height: auto; 1327 } 1316 1328 } 1329 No newline at end of file -
templates/default/css/bbpress.css
434 434 float: right; 435 435 } 436 436 437 438 437 /* =Admin Links 439 438 -------------------------------------------------------------- */ 440 439 … … 1119 1118 Media Queries 1120 1119 --------------------------------------------------------------*/ 1121 1120 1122 /* = iPhone/Android landscape (and really narrow browser windows)1121 /* =Smartphones Landscape 1123 1122 -------------------------------------------------------------- */ 1124 1123 @media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) { 1125 1124 -webkit-text-size-adjust: none; … … 1155 1154 display: block; 1156 1155 font-size: 11px; 1157 1156 } 1157 #bbpress-forums .bbp-body div.bbp-reply-author { 1158 margin: -15px 10px 10px; 1159 min-height: 100px; 1160 padding-left: 80px; 1161 position: relative; 1162 text-align: left; 1163 width: 100%; 1164 } 1158 1165 #bbpress-forums div.bbp-reply-author a.bbp-author-name { 1159 1166 clear: none; 1160 1167 display: inline-block; 1168 margin-left: 0; 1169 word-wrap: break-word; 1161 1170 } 1162 #bbpress-forums div.bbp-reply-author {1163 margin: 0 10px 10px;1164 text-align: left;1165 width: 100%;1166 }1167 1168 1171 #bbpress-forums div.bbp-reply-author img.avatar { 1169 margin-bottom: -5px; 1170 width: 20px; 1172 position: absolute; 1173 top: 15px; 1174 left: 0; 1175 width: 60px; 1171 1176 height: auto; 1172 1177 } 1173 1178 #bbpress-forums div.bbp-reply-author .bbp-author-role { 1174 1179 font-size: 12px; 1175 1180 font-style: normal; 1176 1181 } 1177 #bbpress-forums div.bbp-reply-author div { 1178 display: inline-block; 1179 margin-right: 12px; 1180 } 1181 #bbpress-forums div.bbp-reply-content { 1182 #bbpress-forums .bbp-body div.bbp-reply-content { 1182 1183 clear: both; 1183 1184 margin: 10px; 1184 1185 padding: 0; … … 1199 1200 } 1200 1201 } 1201 1202 1202 /* = iPhone/Android portrait1203 /* =Smartphones Portrait 1203 1204 -------------------------------------------------------------- */ 1204 1205 @media only screen and (max-width: 320px) { 1205 1206 #bbpress-forums div.bbp-search-form { … … 1232 1233 #bbpress-forums li.bbp-body li.bbp-topic-freshness { 1233 1234 width: 58%; 1234 1235 } 1235 1236 1236 #bbpress-forums li.bbp-body li.bbp-forum-topic-count, 1237 1237 #bbpress-forums li.bbp-body li.bbp-forum-reply-count, 1238 1238 #bbpress-forums li.bbp-body li.bbp-forum-freshness, … … 1240 1240 #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 1241 1241 #bbpress-forums li.bbp-body li.bbp-topic-freshness { 1242 1242 margin-top: 7px; 1243 } 1244 #bbpress-forums li.bbp-header .bbp-reply-author { 1243 } 1244 #bbpress-forums li.bbp-header, 1245 #bbpress-forums li.bbp-footer { 1246 font-size: 10px; 1247 } 1248 #bbpress-forums li.bbp-header div.bbp-reply-author { 1245 1249 text-align: left; 1246 width: 2 0%;1250 width: 25%; 1247 1251 } 1248 #bbpress-forums li.bbp-header .bbp-reply-content {1249 margin-left: 2 2%;1252 #bbpress-forums li.bbp-header div.bbp-reply-content { 1253 margin-left: 25%; 1250 1254 } 1251 1255 #bbpress-forums div.bbp-template-notice img.avatar, 1252 1256 #bbpress-forums p.bbp-topic-meta img.avatar { 1253 1257 width: 14px; 1254 1258 height: auto; 1255 1259 } 1256 #bbpress-forums fieldset.bbp-form {1257 padding: 10px 3px;1258 width: 95%;1259 }1260 1260 #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar { 1261 1261 padding: 1px; 1262 1262 } … … 1268 1268 width: 100%; 1269 1269 overflow: auto; 1270 1270 } 1271 #bbpress-forums fieldset.bbp-form input,1272 input#bbp_topic_tags {1271 #bbpress-forums input#bbp_topic_title, 1272 #bbpress-forums input#bbp_topic_tags { 1273 1273 width: 95%; 1274 1274 } 1275 1275 } 1276 1276 1277 /* =Styles for smaller device 1277 /* =Styles for smaller devices 1278 1278 -------------------------------------------------------------- */ 1279 1279 @media only screen and (max-width: 240px) { 1280 1280 #bbpress-forums li.bbp-header li.bbp-forum-topic-count, … … 1285 1285 #bbpress-forums li.bbp-header li.bbp-topic-reply-count, 1286 1286 #bbpress-forums li.bbp-body li.bbp-topic-voice-count, 1287 1287 #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 1288 #bbpress-forums li.bbp-footer .bbp-reply-content,1289 #bbpress-forums li.bbp-footer .bbp-reply-content {1290 width: 4 9%;1288 #bbpress-forums li.bbp-footer div.bbp-reply-author, 1289 #bbpress-forums li.bbp-footer div.bbp-reply-content { 1290 width: 45%; 1291 1291 } 1292 1292 #bbpress-forums li.bbp-header li.bbp-forum-freshness, 1293 1293 #bbpress-forums li.bbp-body li.bbp-forum-freshness, 1294 1294 #bbpress-forums li.bbp-header li.bbp-topic-freshness, 1295 #bbpress-forums li.bbp-body li.bbp-topic-freshness { 1295 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 1296 #bbpress-forums li.bbp-header div.bbp-reply-author, 1297 #bbpress-forums li.bbp-header div.bbp-reply-content { 1296 1298 clear: both; 1297 1299 width: 100%; 1298 1300 } … … 1300 1302 #bbpress-forums li.bbp-header li.bbp-topic-freshness { 1301 1303 text-align: center; 1302 1304 } 1303 #bbpress-forums li.bbp-header .bbp-reply-author { 1305 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 1306 #bbpress-forums li.bbp-header div.bbp-reply-content { 1307 margin-left: 0; 1304 1308 text-align: left; 1305 width: 100%;1306 1309 } 1307 #bbpress-forums li.bbp-header .bbp-reply-content { 1308 clear: left; 1309 margin-left: 0; 1310 #bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta { 1311 display: inline-block; 1310 1312 } 1311 1313 #bbpress-forums li.bbp-header { 1312 1314 overflow: hidden; 1313 1315 } 1314 #bbpress-forums fieldset.bbp-form input,1315 input#bbp_topic_tags {1316 width: 90%;1316 #bbpress-forums li.bbp-footer div.bbp-reply-content { 1317 display: inline-block; 1318 margin-left: 0; 1317 1319 } 1320 #bbpress-forums li.bbp-body div.bbp-reply-author { 1321 min-height: 60px; 1322 padding-left: 60px; 1323 } 1324 #bbpress-forums div.bbp-reply-author img.avatar { 1325 width: 40px; 1326 height: auto; 1327 } 1318 1328 } 1329 No newline at end of file