Fix some wrapping/cropping issues for verbose languages. props Nao. fixes #11293

git-svn-id: http://svn.automattic.com/wordpress/trunk@12357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2009-12-10 08:20:32 +00:00
parent d58c6a5dda
commit c8df74e369
6 changed files with 15 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -145,6 +145,10 @@ div.postbox div.inside {
color: #777;
}
#dashboard_right_now .t a {
white-space: nowrap;
}
#dashboard_right_now td.first,
#dashboard_right_now td.last {
width: 1px;

View File

@@ -325,6 +325,10 @@ div#dashboard-widgets {
margin-top: 2px;
}
.tablenav .actions select {
width: 155px;
}
table.ie-fixed {
table-layout: fixed;
}