Revert [18664] and handle any similar cases separately, props SergeyBiryukov, fixes #16810, fixes #18656

git-svn-id: https://develop.svn.wordpress.org/trunk@18668 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-14 20:23:33 +00:00
parent 13c777eb39
commit 9e23297d6a
3 changed files with 8 additions and 7 deletions

View File

@@ -215,13 +215,10 @@ TABLE OF CONTENTS:
}
.hidden,
.js .closed .inside {
display: none;
}
.js .closed .inside,
.js .hide-if-js,
.no-js .hide-if-no-js {
display: none !important;
display: none;
}
/* include margin and padding in the width calculation of input and textarea */
@@ -2985,6 +2982,10 @@ div.tabs-panel-inactive {
line-height: 1.35em;
}
#side-sortables .category-tabs li.hide-if-no-js {
display: none;
}
#side-sortables .category-tabs a,
#side-sortables .add-menu-item-tabs a,
.wp-tab-bar a {