mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
Styling update for RightNow Dashboard widget. See #12202
git-svn-id: http://svn.automattic.com/wordpress/trunk@13594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a7fcc6f4de
commit
78dfa0bd8e
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user