Add licenses tab to settings

This commit is contained in:
Brian Miyaji
2016-09-08 00:52:22 +10:00
parent 5f6182ea01
commit ed29ba4004
3 changed files with 230 additions and 0 deletions

View File

@@ -856,6 +856,17 @@ table.sp-modules-table .sp-module-unavailable span .dashicons {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* Licenses */
.sp-licenses-wrapper {
max-width: 750px;
}
.sp-licenses-table th,
.sp-licenses-table input {
vertical-align: middle;
}
#debug-report {
display: none;
margin: 10px 0;