summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/css/dashboard-widget-rtl.css')
-rw-r--r--plugins/jetpack/css/dashboard-widget-rtl.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/jetpack/css/dashboard-widget-rtl.css b/plugins/jetpack/css/dashboard-widget-rtl.css
index 2cbf1efc..1399fa13 100644
--- a/plugins/jetpack/css/dashboard-widget-rtl.css
+++ b/plugins/jetpack/css/dashboard-widget-rtl.css
@@ -26,11 +26,36 @@ https://github.com/thoughtbot/bourbon
box-sizing: border-box;
}
+#jetpack_summary_widget h2.hndle span.js-toggle-stats_dashboard_widget_control {
+ position: absolute;
+ top: 8px;
+ left: 36px;
+}
+
+#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) {
+ display: flex;
+ align-items: center;
+}
+
+#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) span {
+ padding: 0 0.4em;
+}
+
+#jetpack_summary_widget h2.hndle svg {
+ height: 20px;
+ margin: .15em .5em 0 0;
+}
+
#jetpack_summary_widget .inside {
margin: 0;
padding: 0;
}
+#jetpack_summary_widget .inside .stats-view-all {
+ text-align: center;
+ margin: 1em 0;
+}
+
#jetpack_summary_widget .stats,
#jetpack_summary_widget .widgets,
#jetpack_summary_widget .wpcom-connect {
@@ -153,4 +178,9 @@ https://github.com/thoughtbot/bourbon
text-align: center;
}
+/* Hide the widget title's SVG in the Screen Options tab */
+.metabox-prefs label[for="jetpack_summary_widget-hide"] span {
+ display: none;
+}
+
/*# sourceMappingURL=dashboard-widget-rtl.css.map */