Group translators by language and display chart

This commit is contained in:
Brian Miyaji
2015-08-29 05:04:15 +10:00
parent 2d71aa91eb
commit 0e3c20c9f4
2 changed files with 220 additions and 86 deletions

View File

@@ -809,6 +809,13 @@ table.sp-status-table td mark.yes {
overflow: visible !important;
*zoom:1;
}
.about-sportspress-wrap .sp-feature > div {
float: left;
width: 50%;
}
.about-sportspress-wrap .sp-feature > div.last-feature {
float: right;
}
.about-sportspress-wrap .sp-feature:before,
.about-sportspress-wrap .sp-feature:after {
content: " ";
@@ -845,6 +852,20 @@ table.sp-status-table td mark.yes {
.about-sportspress-wrap .form-table th {
width: auto;
}
.about-sportspress-wrap .sp-top-translations .hndle {
font-size: 14px;
padding: 8px 12px;
margin: 0;
line-height: 1.4;
cursor: auto;
}
.about-sportspress-wrap .sp-transifex-chart {
padding: 0 12px;
text-align: center;
}
.about-sportspress-wrap .sp-transifex-chart a {
display: inline-block;
}
/* Tutorials */
.sp-tutorials-list {