wp/wp-admin/css/widgets.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-admin/css/widgets.css	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/css/widgets.css	Tue Sep 27 16:37:53 2022 +0200
@@ -42,7 +42,7 @@
 
 .widgets-holder-wrap .widget-inside {
 	border-top: none;
-	padding: 1px 15px 15px 15px;
+	padding: 1px 15px 15px;
 	line-height: 1.23076923;
 }
 
@@ -346,7 +346,8 @@
 	margin: 0;
 	padding: 8px 10px;
 	overflow: hidden;
-	white-space: nowrap;
+	white-space: normal;
+	line-height: 1.5;
 }
 
 .widgets-holder-wrap .description {
@@ -436,7 +437,7 @@
 	width: 100%;
 	background: transparent;
 	padding: 0;
-	margin: 0 0 20px 0;
+	margin: 0 0 20px;
 	border: none;
 	box-shadow: none;
 }
@@ -471,7 +472,7 @@
 }
 
 div#widgets-right .widgets-holder-wrap {
-	margin: 10px 0 0 0;
+	margin: 10px 0 0;
 }
 
 div#widgets-right .sidebar-description {
@@ -481,7 +482,7 @@
 
 div#widgets-right .sidebar-name h2,
 div#widgets-right .sidebar-name h3 {
-	padding: 15px 7px;
+	padding: 15px 15px 15px 7px;
 }
 
 div#widgets-right .widget-top {
@@ -508,6 +509,12 @@
 	margin: -5px 5px;
 }
 
+.sidebar-name .spinner {
+	position: absolute;
+	top: 18px;
+	right: 30px;
+}
+
 /* Dragging a widget over a closed sidebar */
 #widgets-right .widgets-holder-wrap.widget-hover {
 	border-color: #787c82;
@@ -734,7 +741,7 @@
 }
 
 .widgets-chooser .widgets-chooser-actions {
-	padding: 10px 0 12px 0;
+	padding: 10px 0 12px;
 	text-align: center;
 }
 
@@ -826,7 +833,7 @@
 
 	.widget-access-link {
 		float: none;
-		margin: 15px 0 0 0;
+		margin: 15px 0 0;
 	}
 }