Use inline-block for wrapping filter links. props ocean90, SergeyBiryukov. fixes #21985.

git-svn-id: https://develop.svn.wordpress.org/trunk@22404 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-06 22:29:48 +00:00
parent ba7dbbe78d
commit 866259c3d6
2 changed files with 13 additions and 9 deletions

View File

@ -379,6 +379,10 @@ div#dashboard-widgets {
width: 155px; width: 155px;
} }
.subsubsub li {
display: inline;
}
table.ie-fixed { table.ie-fixed {
table-layout: fixed; table-layout: fixed;
} }

View File

@ -486,7 +486,7 @@ code {
} }
.subsubsub li { .subsubsub li {
display: inline; display: inline-block;
margin: 0; margin: 0;
padding: 0; padding: 0;
white-space: nowrap; white-space: nowrap;
@ -2332,7 +2332,7 @@ html.wp-toolbar {
background: url('../images/welcome-icons.png') no-repeat 1px -230px; background: url('../images/welcome-icons.png') no-repeat 1px -230px;
line-height: 14px; line-height: 14px;
} }
.welcome-panel .welcome-write-blog { .welcome-panel .welcome-write-blog {
background: url('../images/welcome-icons.png') no-repeat 0px -46px; background: url('../images/welcome-icons.png') no-repeat 0px -46px;
} }
@ -2354,32 +2354,32 @@ html.wp-toolbar {
background: url('../images/welcome-icons-2x.png') no-repeat 0 -1px; background: url('../images/welcome-icons-2x.png') no-repeat 0 -1px;
background-size: 16px; background-size: 16px;
} }
.welcome-panel .welcome-edit-page { .welcome-panel .welcome-edit-page {
background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px; background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px;
background-size: 16px; background-size: 16px;
} }
.welcome-panel .welcome-learn-more { .welcome-panel .welcome-learn-more {
background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px; background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px;
background-size: 16px; background-size: 16px;
} }
.welcome-panel .welcome-comments { .welcome-panel .welcome-comments {
background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px; background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px;
background-size: 16px; background-size: 16px;
} }
.welcome-panel .welcome-view-site { .welcome-panel .welcome-view-site {
background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px; background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px;
background-size: 16px; background-size: 16px;
} }
.welcome-panel .welcome-widgets-menus { .welcome-panel .welcome-widgets-menus {
background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px; background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px;
background-size: 16px; background-size: 16px;
} }
.welcome-panel .welcome-write-blog { .welcome-panel .welcome-write-blog {
background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px; background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px;
background-size: 16px; background-size: 16px;
@ -2415,7 +2415,7 @@ html.wp-toolbar {
.welcome-panel .welcome-panel-column ul { .welcome-panel .welcome-panel-column ul {
margin: 0.4em 0 0; margin: 0.4em 0 0;
} }
.welcome-panel .welcome-add-page, .welcome-panel .welcome-add-page,
.welcome-panel .welcome-edit-page, .welcome-panel .welcome-edit-page,
.welcome-panel .welcome-learn-more, .welcome-panel .welcome-learn-more,