Expand/collapse in internal linking. Props koopersmith, nacin. see #15739

git-svn-id: http://svn.automattic.com/wordpress/trunk@16931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-12-15 02:36:24 +00:00
parent 47b8f4a8cc
commit 7f88c122ea
12 changed files with 66 additions and 19 deletions

View File

@@ -747,7 +747,17 @@ form.upgrade .hint {
list-style-type: disc;
margin-left: 18px;
}
.toggle-arrow {
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
height: 22px;
line-height: 22px;
display: block;
}
.toggle-arrow-active {
background-position: bottom left;
}
#screen-meta a.show-settings {
text-decoration: none;
z-index: 1;