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 +13 -1 2023091420260916 View file →
@@ -5,9 +5,20 @@
5 5 #mm-plugin-options abbr[title] { cursor: help !important; border-bottom: 1px dotted #dfdfdf !important; text-decoration: none !important; }
6 6
7 7 #mm-plugin-options .notice code { line-height: 1; font-size: 12px; }
8 8 #mm-plugin-options .usp-dismiss-notice { float: right; }
9 +@media (max-width: 1100px) {
10 + #mm-plugin-options .usp-dismiss-notice { float: none; }
11 +}
9 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 +
10 21 /* Table Styles */
11 22
12 23 .mm-table-wrap { margin: 15px; }
13 24 .mm-table-wrap table { padding: 10px 0; }
@@ -27,8 +38,9 @@
27 38
28 39 /* Support Panel */
29 40
30 41 #mm-panel-alert p { margin: 15px; }
42 +#mm-panel-alert p.alert-intro { margin-top: 5px; }
31 43 #mm-panel-alert .dismiss-alert { margin: 15px; }
32 44 #mm-panel-alert .dismiss-alert-wrap { display: inline-block; vertical-align: middle; padding: 7px 0 10px 0; }
33 45 #mm-panel-alert .dismiss-alert label { display: inline-block; vertical-align: middle; margin: -2px 15px 0 0; }
34 46
@@ -102,9 +114,9 @@
102 114 #mm-panel-secondary p { margin: 15px; }
103 115 #mm-panel-secondary ul { margin: 15px 15px 15px 40px; }
104 116 #mm-panel-secondary li { margin: 10px 0; list-style-type: disc; }
105 117 #mm-panel-secondary code { font-size: 12px; }
106 -#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; }
107 119
108 120 /* Restore Defaults */
109 121
110 122 #mm-restore-settings p { margin: 15px; }