diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
index 2e07b4e..539bc92 100644
|
|
th.action-links { |
1286 | 1286 | float: none; |
1287 | 1287 | } |
1288 | 1288 | |
| 1289 | /* Privacy Policy settings for large screen */ |
| 1290 | .tools-privacy-description { |
| 1291 | max-width: 70%; |
| 1292 | } |
| 1293 | |
1289 | 1294 | @media only screen and (max-width: 1120px) { |
| 1295 | .tools-privacy-description { |
| 1296 | max-width: 80%; |
| 1297 | } |
| 1298 | |
1290 | 1299 | .filter-drawer { |
1291 | 1300 | border-bottom: 1px solid #eee; |
1292 | 1301 | } |
… |
… |
th.action-links { |
1303 | 1312 | } |
1304 | 1313 | |
1305 | 1314 | @media only screen and (max-width: 1000px) { |
| 1315 | .tools-privacy-description { |
| 1316 | max-width: 100%; |
| 1317 | } |
| 1318 | |
1306 | 1319 | .filter-items { |
1307 | 1320 | float: none; |
1308 | 1321 | } |
diff --git src/wp-admin/privacy.php src/wp-admin/privacy.php
index c4ec307..79e48c6 100644
|
|
require_once( ABSPATH . 'wp-admin/admin-header.php' ); |
120 | 120 | <h1><?php _e( 'Privacy Tools' ); ?></h1> |
121 | 121 | <?php settings_errors(); ?> |
122 | 122 | <h2><?php _e( 'Privacy Policy page' ); ?></h2> |
123 | | <p> |
| 123 | <p class="tools-privacy-description"> |
124 | 124 | <?php _e( 'The first step towards privacy laws compliance is to have a comprehensive Privacy Policy.' ); ?> |
125 | 125 | <?php _e( 'If you already have a Privacy Policy page, please select it below. If not, create one.' ); ?> |
126 | 126 | <?php _e( 'The new policy will include the suggested privacy text.' ); ?> |
127 | 127 | </p> |
128 | | <p> |
| 128 | <p class="tools-privacy-description"> |
129 | 129 | <?php _e( 'After your Privacy Policy page is set, we suggest that you edit it.' ); ?> |
130 | 130 | <?php _e( 'On the edit page screen you will find additional privacy information added by your plugins.' ); ?> |
131 | 131 | <?php _e( 'We would also suggest reviewing your privacy policy from time to time, after a WordPress or a plugin update.' ); ?> |
… |
… |
require_once( ABSPATH . 'wp-admin/admin-header.php' ); |
156 | 156 | <?php |
157 | 157 | } |
158 | 158 | ?> |
159 | | <hr> |
160 | 159 | <table class="form-table tools-privacy-policy-page"> |
161 | 160 | <tr> |
162 | 161 | <th scope="row"> |