Display module descriptions in admin

This commit is contained in:
Brian Miyaji
2015-04-11 01:56:26 +10:00
parent 0d26e5fb48
commit e852134419
8 changed files with 40 additions and 12 deletions

View File

@@ -612,12 +612,9 @@ table.sp-modules-table td .button {
top: 9px;
}
table.sp-modules-table .button-primary {
display: none;
}
table.sp-modules-table td:hover .button-primary {
display: inline-block;
table.sp-modules-table .sp-desc {
color: #aaa;
float: right;
}
table.sp-modules-table [class^="sp-icon-"],
@@ -629,7 +626,7 @@ table.sp-modules-table .dashicons {
line-height: 1;
}
table.sp-modules-table .sp-module-unavailable span {
table.sp-modules-table .sp-module-unavailable .sp-desc-tip {
vertical-align: middle;
color: #aaa;
}

View File

@@ -102,7 +102,7 @@
content: "\f330";
}
.sp-icon-stopwatch:before {
content: "\f503";
content: "\f469";
}
.sp-icon-availability:before {
content: "\f508";
@@ -119,6 +119,12 @@
.sp-icon-export:before {
content: "\f317";
}
.sp-icon-box:before {
content: "\f480";
}
.sp-icon-branding:before {
content: "\f332";
}
#adminmenu #toplevel_page_sportspress .toplevel_page_sportspress div.wp-menu-image:before,
#adminmenu #toplevel_page_themeboy .toplevel_page_themeboy div.wp-menu-image:before,