From cb256be7a1008d3f331d4cf15730a62ccd3861d4 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Thu, 29 Jan 2015 15:36:02 -0800 Subject: [PATCH] * Add SSN style for Custom Post Type Parents plugin. * Remove general input/button 100% width for sidebar. --- style.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/style.css b/style.css index 685abf3..a3ab71a 100644 --- a/style.css +++ b/style.css @@ -537,11 +537,6 @@ body .button:hover, /* Sidebar Forms, Buttons, & Inputs */ -.sidebar input, -.sidebar select, -.sidebar textarea, -.sidebar button, -.sidebar .button, .sidebar #subscribe-email input, /* Begin Jetpack - Blog Subscription */ .sidebar div.gform_wrapper input[type="email"], /* Begin Gravity Forms */ .sidebar div.gform_wrapper input[type="text"], @@ -555,11 +550,6 @@ body .button:hover, padding: 0.5em; } -.sidebar input[type="radio"], -.sidebar input[type="checkbox"] { - width: auto !important; -} - .sidebar input[type="file"] { padding: 0; } @@ -1172,7 +1162,8 @@ body .mapp-layout { } -.simple-section-nav .current_page_item > a { +.simple-section-nav .current_page_item > a, +.simple-section-nav .custom-custom-post-type-parent > a { font-weight: bold; }