PluginProbe
User Submitted Posts – Enable Users to Submit Posts from the Front End / 20260916
User Submitted Posts – Enable Users to Submit Posts from the Front End v20260916
20260916 20260810 20260608 20230806 20230809 20230811 20230901 20230902 20230914 20231102 20240319 20240516 20240703 20241026 20250327 20250329 20251121 20251210 20260110 20260113 20260207 20260217 20260407 20260422 trunk All 59 releases
← All changes | resources/usp-admin.css +2 -3 2024102620260916 View file →
@@ -9,10 +9,9 @@
9 9 @media (max-width: 1100px) {
10 10 #mm-plugin-options .usp-dismiss-notice { float: none; }
11 11 }
12 12
13 -.wp-admin .notice-margin p { margin: 10px 0; }
14 -
13 +.wp-admin .notice-lh p { line-height: 1.8; }
15 14 .wp-admin .notice-custom { background-image: url(../images/sun-icon.png); background-repeat: no-repeat; background-position: left 5px center; background-size: 60px 40px; }
16 15 .wp-admin .notice-custom p { margin: 15px 0; padding-left: 60px; line-height: 1.6; }
17 16 .wp-admin .notice-link { display: inline-block; margin-right: 5px; }
18 17 @media (max-width: 782px) {
@@ -115,9 +114,9 @@
115 114 #mm-panel-secondary p { margin: 15px; }
116 115 #mm-panel-secondary ul { margin: 15px 15px 15px 40px; }
117 116 #mm-panel-secondary li { margin: 10px 0; list-style-type: disc; }
118 117 #mm-panel-secondary code { font-size: 12px; }
119 -#mm-panel-secondary pre { overflow: auto; margin: 15px; padding: 15px; font: 14px/20px Consolas, Monaco, monospace; color: #eee; background-color: #222; }
118 +#mm-panel-secondary div.mm-pre { white-space: pre; overflow: auto; margin: 15px; padding: 15px; font: 14px/20px Consolas, Monaco, monospace; color: #eee; background-color: #222; }
120 119
121 120 /* Restore Defaults */
122 121
123 122 #mm-restore-settings p { margin: 15px; }