Ticket #1430: 1430-Converter-CSS.patch
| File 1430-Converter-CSS.patch, 4.1 KB (added by , 12 years ago) |
|---|
-
includes/admin/converter.php
714 714 $this->field_map[] = array( 715 715 'to_type' => 'topic', 716 716 'to_fieldname' => 'ping_status', 717 'default' => ' closed'717 'default' => 'open' 718 718 ); 719 719 $this->field_map[] = array( 720 720 'to_type' => 'topic', … … 722 722 'default' => 'topic' 723 723 ); 724 724 725 /** Post Section ******************************************************/725 /** Reply Section *****************************************************/ 726 726 727 727 $this->field_map[] = array( 728 728 'to_type' => 'reply', … … 737 737 $this->field_map[] = array( 738 738 'to_type' => 'reply', 739 739 'to_fieldname' => 'ping_status', 740 'default' => ' closed'740 'default' => 'open' 741 741 ); 742 742 $this->field_map[] = array( 743 743 'to_type' => 'reply', -
templates/default/css/bbpress.css
41 41 42 42 #bbpress-forums div.bbp-forum-header, 43 43 #bbpress-forums div.bbp-topic-header, 44 #bbpress-forums div.bbp-reply-header { 44 #bbpress-forums div.bbp-reply-header, 45 #bbpress-forums div.bbp-pingback-header { 45 46 background-color: #f4f4f4; 46 47 } 47 48 … … 80 81 #bbpress-forums ul.bbp-topics, 81 82 #bbpress-forums ul.bbp-forums, 82 83 #bbpress-forums ul.bbp-replies, 83 #bbpress-forums ul.bbp-search-results { 84 #bbpress-forums ul.bbp-search-results, 85 #bbpress-forums ul.bbp-pingback-results { 84 86 font-size: 12px; 85 87 overflow: hidden; 86 88 border: 1px solid #eee; … … 216 218 217 219 #bbpress-forums li.bbp-header .bbp-search-author, 218 220 #bbpress-forums li.bbp-footer .bbp-search-author, 221 #bbpress-forums li.bbp-header .bbp-pingback-content, 222 #bbpress-forums li.bbp-footer .bbp-pingback-content, 219 223 #bbpress-forums li.bbp-header .bbp-forum-author, 220 224 #bbpress-forums li.bbp-footer .bbp-forum-author, 221 225 #bbpress-forums li.bbp-header .bbp-topic-author, … … 448 452 float: right; 449 453 } 450 454 455 /* =Pingbacks 456 -------------------------------------------------------------- */ 457 458 #bbpress-forums div.bbp-pingback-content { 459 padding: 12px 12px 12px 0; 460 text-align: left; 461 } 462 463 451 464 /* =Admin Links 452 465 -------------------------------------------------------------- */ 453 466 … … 1259 1272 #bbpress-forums li.bbp-footer { 1260 1273 font-size: 10px; 1261 1274 } 1275 #bbpress-forums li.bbp-header div.bbp-pingback-author, 1262 1276 #bbpress-forums li.bbp-header div.bbp-reply-author { 1263 1277 text-align: left; 1264 1278 width: 25%; 1265 1279 } 1280 #bbpress-forums li.bbp-header div.bbp-pingback-content, 1266 1281 #bbpress-forums li.bbp-header div.bbp-reply-content { 1267 1282 margin-left: 25%; 1268 1283 } … … 1299 1314 #bbpress-forums li.bbp-header li.bbp-topic-reply-count, 1300 1315 #bbpress-forums li.bbp-body li.bbp-topic-voice-count, 1301 1316 #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 1317 #bbpress-forums li.bbp-footer div.bbp-pingback-author, 1302 1318 #bbpress-forums li.bbp-footer div.bbp-reply-author, 1303 1319 #bbpress-forums li.bbp-footer div.bbp-reply-content { 1304 1320 width: 45%; … … 1307 1323 #bbpress-forums li.bbp-body li.bbp-forum-freshness, 1308 1324 #bbpress-forums li.bbp-header li.bbp-topic-freshness, 1309 1325 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 1326 #bbpress-forums li.bbp-header div.bbp-pingback-author, 1327 #bbpress-forums li.bbp-header div.bbp-pingback-content, 1310 1328 #bbpress-forums li.bbp-header div.bbp-reply-author, 1311 1329 #bbpress-forums li.bbp-header div.bbp-reply-content { 1312 1330 clear: both; … … 1317 1335 text-align: center; 1318 1336 } 1319 1337 #bbpress-forums li.bbp-body li.bbp-topic-freshness, 1320 #bbpress-forums li.bbp-header div.bbp-reply-content { 1338 #bbpress-forums li.bbp-header div.bbp-reply-content, 1339 #bbpress-forums li.bbp-header div.bbp-pingback-author, 1340 #bbpress-forums li.bbp-header div.bbp-pingback-content { 1321 1341 margin-left: 0; 1322 1342 text-align: left; 1323 1343 } … … 1327 1347 #bbpress-forums li.bbp-header { 1328 1348 overflow: hidden; 1329 1349 } 1350 #bbpress-forums li.bbp-footer div.bbp-pingback-content, 1330 1351 #bbpress-forums li.bbp-footer div.bbp-reply-content { 1331 1352 display: inline-block; 1332 1353 margin-left: 0;