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 +10 -1 2024031920260916 View file →
@@ -9,8 +9,16 @@
9 9 @media (max-width: 1100px) {
10 10 #mm-plugin-options .usp-dismiss-notice { float: none; }
11 11 }
12 12
13 +.wp-admin .notice-lh p { line-height: 1.8; }
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; }
15 +.wp-admin .notice-custom p { margin: 15px 0; padding-left: 60px; line-height: 1.6; }
16 +.wp-admin .notice-link { display: inline-block; margin-right: 5px; }
17 +@media (max-width: 782px) {
18 + .wp-admin .notice-custom p { margin: 10px 0; }
19 +}
20 +
13 21 /* Table Styles */
14 22
15 23 .mm-table-wrap { margin: 15px; }
16 24 .mm-table-wrap table { padding: 10px 0; }
@@ -30,8 +38,9 @@
30 38
31 39 /* Support Panel */
32 40
33 41 #mm-panel-alert p { margin: 15px; }
42 +#mm-panel-alert p.alert-intro { margin-top: 5px; }
34 43 #mm-panel-alert .dismiss-alert { margin: 15px; }
35 44 #mm-panel-alert .dismiss-alert-wrap { display: inline-block; vertical-align: middle; padding: 7px 0 10px 0; }
36 45 #mm-panel-alert .dismiss-alert label { display: inline-block; vertical-align: middle; margin: -2px 15px 0 0; }
37 46
@@ -105,9 +114,9 @@
105 114 #mm-panel-secondary p { margin: 15px; }
106 115 #mm-panel-secondary ul { margin: 15px 15px 15px 40px; }
107 116 #mm-panel-secondary li { margin: 10px 0; list-style-type: disc; }
108 117 #mm-panel-secondary code { font-size: 12px; }
109 -#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; }
110 119
111 120 /* Restore Defaults */
112 121
113 122 #mm-restore-settings p { margin: 15px; }