From 4e0c92c05edabe56a66222c0bbf69b3c37491b43 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 30 May 2011 10:06:40 -0600 Subject: [PATCH] removing the additional styling to the 'Search Engines Blocked' button because as of 3.2 it's no longer in the header, it's simply a link in the 'Right Now' area on the dashboard. unfortunately there's no id or class associated with it so we can't make it more prominent, as of right now you barely notice it (just like the header message) --- inc/css/admin.css | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/inc/css/admin.css b/inc/css/admin.css index 37cda68..2d43470 100644 --- a/inc/css/admin.css +++ b/inc/css/admin.css @@ -1,24 +1,3 @@ -.clearfix:before, .clearfix:after { content: "."; display: block; height: 0; overflow: hidden; } -.clearfix:after { clear: both; } -.clearfix { zoom: 1; } - -/* search engines blocked message to match .button-primary */ -#privacy-on-link { - color: #fff !important; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); - background: #21759B url(../../../../../wp-admin/images/button-grad.png) repeat-x scroll left top; - padding: 3px 11px !important; - -moz-border-radius: 11px; - -webkit-border-radius: 11px; - border-radius: 11px; - border: 1px solid #298CBA; - font-weight: 700; - font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; - margin-left: 6px; - line-height: 13px !important; -} -#privacy-on-link:hover { text-decoration: none !important; border: 1px solid #13455B; color: #EAF2FA !important; } - #editorcontainer #content { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 14px;