Styling update for RightNow Dashboard widget. See #12202

git-svn-id: https://develop.svn.wordpress.org/trunk@13594 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-03-05 13:08:13 +00:00
parent 9ef767fe07
commit 14fd4175be
2 changed files with 4 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -108,26 +108,22 @@ div.postbox div.inside {
#dashboard_right_now .table {
margin: 0 -9px;
padding: 0 10px;
background: #f9f9f9;
border-top: #ececec 1px solid;
border-bottom: #ececec 1px solid;
position: relative;
}
#dashboard_right_now .table_content {
float: left;
border-right: #ececec 1px solid;
border-top: #ececec 1px solid;
width: 45%;
}
#dashboard_right_now .table_discussion {
float: right;
border-left: #ececec 1px solid;
border-top: #ececec 1px solid;
width: 45%;
}
#dashboard_right_now table td {
border-top: #ececec 1px solid;
#dashboard_right_now table td {
padding: 3px 0;
white-space: nowrap;
}