diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
index c084b20..46c17cc 100644
a
|
b
|
html.wp-toolbar { |
1805 | 1805 | .metabox-holder .postbox-container .empty-container { |
1806 | 1806 | border: 3px dashed #b4b9be; |
1807 | 1807 | height: 250px; |
| 1808 | position: relative; |
| 1809 | } |
| 1810 | |
| 1811 | .metabox-holder .postbox-container .empty-container:after { |
| 1812 | content: "Drag panels here"; |
| 1813 | margin: auto; |
| 1814 | position: absolute; |
| 1815 | top: 0; |
| 1816 | left: 0; |
| 1817 | bottom: 0; |
| 1818 | right: 0; |
| 1819 | height: 1em; |
| 1820 | width: 200px; |
| 1821 | text-align: center; |
| 1822 | color: #ccc; |
| 1823 | font-size:18px; |
1808 | 1824 | } |
1809 | 1825 | |
1810 | 1826 | .metabox-holder.columns-1 .postbox-container .empty-container, |
diff --git a/wp-admin/css/dashboard-rtl.css b/wp-admin/css/dashboard-rtl.css
index 4cb1fcf..f9d95aa 100644
a
|
b
|
a.rsswidget { |
1013 | 1013 | min-height: 0; |
1014 | 1014 | } |
1015 | 1015 | |
| 1016 | #dashboard-widgets #postbox-container-3 .empty-container:after, |
| 1017 | #dashboard-widgets #postbox-container-4 .empty-container:after { |
| 1018 | display: none; |
| 1019 | } |
| 1020 | |
1016 | 1021 | #wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container { |
1017 | 1022 | width: 100%; |
1018 | 1023 | } |
diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css
index 6f4f53b..57a161d 100644
a
|
b
|
a.rsswidget { |
1013 | 1013 | min-height: 0; |
1014 | 1014 | } |
1015 | 1015 | |
| 1016 | #dashboard-widgets #postbox-container-3 .empty-container:after, |
| 1017 | #dashboard-widgets #postbox-container-4 .empty-container:after { |
| 1018 | display: none; |
| 1019 | } |
| 1020 | |
1016 | 1021 | #wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container { |
1017 | 1022 | width: 100%; |
1018 | 1023 | } |
… |
… |
a.rsswidget { |
1055 | 1060 | height: 0; |
1056 | 1061 | min-height: 0; |
1057 | 1062 | } |
| 1063 | |
| 1064 | #dashboard-widgets #postbox-container-4 .empty-container:after { |
| 1065 | display: none; |
| 1066 | } |
1058 | 1067 | } |
1059 | 1068 | |
1060 | 1069 | @media screen and (max-width: 870px) { |