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;
}