Changeset 3003
- Timestamp:
- 04/25/2016 03:59:44 PM (9 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates-new/style.css
r2864 r3003 201 201 .editor .textareas textarea { 202 202 width: 100%; 203 -webkit-box-sizing: border-box; 204 -moz-box-sizing: border-box; 203 205 box-sizing: border-box; 204 206 } … … 208 210 padding-left: 2em; 209 211 width: 40%; 212 -webkit-box-sizing: border-box; 213 -moz-box-sizing: border-box; 210 214 box-sizing: border-box; 211 215 } … … 266 270 position: relative; 267 271 -webkit-box-sizing: border-box; 272 -moz-box-sizing: border-box; 268 273 box-sizing: border-box; 269 274 margin: 30px 0; … … 371 376 background: #fff; 372 377 -webkit-box-sizing: border-box; 378 -moz-box-sizing: border-box; 373 379 box-sizing: border-box; 374 380 } … … 497 503 background: #fff; 498 504 -webkit-box-sizing: border-box; 505 -moz-box-sizing: border-box; 499 506 box-sizing: border-box; 500 507 } … … 513 520 background: #fff; 514 521 -webkit-box-sizing: border-box; 522 -moz-box-sizing: border-box; 515 523 box-sizing: border-box; 516 524 } … … 601 609 text-align: center; 602 610 -webkit-box-sizing: border-box; 611 -moz-box-sizing: border-box; 603 612 box-sizing: border-box; 604 613 } … … 652 661 background: #fff; 653 662 -webkit-box-sizing: border-box; 663 -moz-box-sizing: border-box; 654 664 box-sizing: border-box; 655 665 } … … 725 735 right: 15px; 726 736 -webkit-transform: translateY(-50%); 737 -ms-transform: translateY(-50%); 727 738 transform: translateY(-50%); 728 739 font-size: 20px; … … 804 815 border-left: 1px solid #eee; 805 816 padding: 5px 0 5px 12px; 817 -webkit-box-shadow: inset 1px 0 0 #fff; 806 818 box-shadow: inset 1px 0 0 #fff; 807 819 -webkit-font-smoothing: antialiased; … … 994 1006 padding: 10px; 995 1007 background: #f9f9f9; 1008 -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.05); 996 1009 box-shadow: inset 0 1px 0 rgba(0,0,0,.05); 997 1010 } … … 1011 1024 .stats-table tbody td { 1012 1025 padding: 10px 0; 1026 -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15); 1013 1027 box-shadow: inset 0 1px 0 rgba(255,255,255,.15); 1014 1028 } … … 1148 1162 height: 12px; 1149 1163 border: 3px solid transparent; 1164 -webkit-border-radius: 2px; 1150 1165 border-radius: 2px; 1151 1166 } … … 1176 1191 -moz-column-count: 2; 1177 1192 -moz-column-gap: 3%; 1193 -webkit-column-count: 2; 1194 -moz-column-count: 2; 1178 1195 column-count: 2; 1196 -webkit-column-gap: 3%; 1197 -moz-column-gap: 3%; 1179 1198 column-gap: 3%; 1180 1199 } … … 1189 1208 background: #fff; 1190 1209 -webkit-box-sizing: border-box; 1210 -moz-box-sizing: border-box; 1191 1211 box-sizing: border-box; 1192 1212 -webkit-column-break-inside: avoid; … … 1410 1430 } 1411 1431 } 1432 1433 .consistency-form { 1434 margin: 30px 0; 1435 text-align: center; 1436 } 1437 1438 .consistency-form-search, 1439 .consistency-form-locale { 1440 height: 30px; 1441 padding: 3px; 1442 color: #666; 1443 -webkit-box-sizing: border-box; 1444 -moz-box-sizing: border-box; 1445 box-sizing: border-box; 1446 font-size: 15px; 1447 line-height: 1; 1448 color: #333; 1449 border: 0; 1450 outline: 1px solid #ccc; 1451 background-color: white; 1452 outline-offset: 0; 1453 margin: 0 3px; 1454 } 1455 1456 .consistency-form-search { 1457 width: 300px; 1458 } 1459 1460 .consistency-form-locale { 1461 width: 150px; 1462 } 1463 1464 .consistency-form-submit { 1465 font-weight: 200; 1466 font-size: 15px; 1467 line-height: 1; 1468 height: 30px; 1469 background-color: #21759b; 1470 background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b)); 1471 background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); 1472 background-image: linear-gradient(to bottom, #2a95c5, #21759b); 1473 border: 1px solid #21759b; 1474 border-bottom-color: #1e6a8d; 1475 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5); 1476 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5); 1477 color: #fff; 1478 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 1479 padding: 3px 10px; 1480 cursor: pointer; 1481 } 1482 1483 .consistency-form-submit:hover { 1484 background-color: #278ab7; 1485 background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2), to(#21759b)); 1486 background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b); 1487 background-image: linear-gradient(to bottom, #2e9fd2, #21759b); 1488 border-color: #1b607f; 1489 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 1490 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 1491 } 1492 1493 .consistency-form-filters { 1494 margin-top: 8px; 1495 } 1496 1497 .consistency-form-filters label { 1498 border-right: 1px solid #ccc; 1499 padding: 0 15px 0 10px; 1500 display: inline-block; 1501 } 1502 1503 .consistency-form-filters label:last-child { 1504 border: none; 1505 } 1506 1507 .consistency-table { 1508 width: 100%; 1509 border-collapse: collapse; 1510 table-layout: fixed; 1511 margin: 30px 0; 1512 } 1513 1514 .consistency-table th { 1515 width: 50%; 1516 font-weight: bold; 1517 text-align: center; 1518 padding: 10px 0; 1519 } 1520 1521 .consistency-table tr { 1522 border-bottom: 1px solid #eee; 1523 } 1524 1525 .consistency-table td { 1526 padding: 10px 5px 0 0; 1527 vertical-align: top; 1528 } 1529 1530 .consistency-table .string.rtl { 1531 direction: rtl; 1532 } 1533 1534 .consistency-table .meta { 1535 margin-top: 10px; 1536 opacity: .6; 1537 } 1538 1539 .translations-unique { 1540 margin: 5px; 1541 } 1542 1543 .translations-unique .space { 1544 background: #cbcdce; 1545 white-space: pre; 1546 opacity: .5; 1547 } -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/class-plugin.php
r3002 r3003 107 107 GP::$router->prepend( "/locale/$locale/$path/$path", array( __NAMESPACE__ . '\Routes\Locale', 'get_locale_projects' ) ); 108 108 GP::$router->prepend( "/locale/$locale/$path/$path/$path", array( __NAMESPACE__ . '\Routes\Locale', 'get_locale_project' ) ); 109 GP::$router->prepend( '/stats/?', array( __NAMESPACE__ . '\Routes\Stats', 'get_stats_overview' ) ); 109 GP::$router->prepend( '/stats', array( __NAMESPACE__ . '\Routes\Stats', 'get_stats_overview' ) ); 110 GP::$router->prepend( '/consistency', array( __NAMESPACE__ . '\Routes\Consistency', 'get_search_form' ) ); 111 110 112 $project = '([^/]*)/?'; 111 113 GP::$router->prepend( "/projects/wp-plugins/$project", array( __NAMESPACE__ . '\Routes\WP_Plugins', 'get_plugin_projects' ) );
Note: See TracChangeset
for help on using the changeset viewer.