353cdaee by Marty Penner

Hide the mandrill statistics widget in the admin

1 parent 9fe33ab5
...@@ -1543,3 +1543,7 @@ a, input, textarea, select { ...@@ -1543,3 +1543,7 @@ a, input, textarea, select {
1543 top: 4px; 1543 top: 4px;
1544 left: 2px; 1544 left: 2px;
1545 } 1545 }
1546
1547 .wp-admin #mandrill_widget {
1548 display: none;
1549 }
...\ No newline at end of file ...\ No newline at end of file
......