diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index b55d38ffa2..f63e947e50 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -669,13 +669,16 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } .ui-page-theme-a .detailSectionHeader { - background-color: #ddd; + background-color: transparent; border: 1px solid #ddd; - border-radius: 2px; + border-width: 0 0 1px 0; + border-radius: 0; + padding: 0 0 .25em .25em; + margin-bottom: .5em; } .ui-page-theme-a .detailSectionHeader, .ui-page-theme-a .detailSectionHeader h3 { - font-weight: 500; + font-size: 22px; } .ui-page-theme-b .detailSectionHeader { @@ -1447,4 +1450,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .smallDetailImageContainer { padding-left: 1em; } -} \ No newline at end of file +} diff --git a/dashboard-ui/plugincatalog.html b/dashboard-ui/plugincatalog.html index f6a4f90a69..faf8ad75bd 100644 --- a/dashboard-ui/plugincatalog.html +++ b/dashboard-ui/plugincatalog.html @@ -14,30 +14,35 @@
-
- ${LabelDisplayPluginsFor} - - - - - - -
+
+
+
+ ${LabelDisplayPluginsFor} + + + + + + +
+
+
+
+ + +
+
+
+
+

-
-

- - -

-
${MessageNoAvailablePlugins}
-
diff --git a/dashboard-ui/scripts/syncactivity.js b/dashboard-ui/scripts/syncactivity.js index d8f4ba6709..6d800a5103 100644 --- a/dashboard-ui/scripts/syncactivity.js +++ b/dashboard-ui/scripts/syncactivity.js @@ -173,7 +173,7 @@ lastTargetName = targetName; - html += '
'; + html += '
'; html += '
' + targetName + '
';