Updated list table styles. First pass, see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17817 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fa73730d37
commit
b12dd12718
File diff suppressed because one or more lines are too long
|
@ -95,7 +95,7 @@ div.dashboard-widget,
|
||||||
|
|
||||||
.widefat {
|
.widefat {
|
||||||
border-color: #dfdfdf;
|
border-color: #dfdfdf;
|
||||||
background-color: #fff;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dashboard-widget-error {
|
div.dashboard-widget-error {
|
||||||
|
@ -188,7 +188,7 @@ strong .post-com-count span {
|
||||||
|
|
||||||
.alternate,
|
.alternate,
|
||||||
.alt {
|
.alt {
|
||||||
background-color: #f9f9f9;
|
background-color: #f4f4f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.available-theme a.screenshot {
|
.available-theme a.screenshot {
|
||||||
|
@ -461,13 +461,23 @@ a.page-numbers {
|
||||||
|
|
||||||
.widefat td,
|
.widefat td,
|
||||||
.widefat th {
|
.widefat th {
|
||||||
border-color: #dfdfdf;
|
border-top-color: #fff;
|
||||||
|
border-bottom-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat th {
|
.widefat th {
|
||||||
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
|
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widefat td {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
.widefat p,
|
||||||
|
.widefat ol,
|
||||||
|
.widefat ul {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
.widefat thead tr th,
|
.widefat thead tr th,
|
||||||
.widefat tfoot tr th,
|
.widefat tfoot tr th,
|
||||||
h3.dashboard-widget-title,
|
h3.dashboard-widget-title,
|
||||||
|
@ -475,7 +485,7 @@ h3.dashboard-widget-title span,
|
||||||
h3.dashboard-widget-title small,
|
h3.dashboard-widget-title small,
|
||||||
.find-box-head {
|
.find-box-head {
|
||||||
color: #333;
|
color: #333;
|
||||||
background: #dfdfdf url(../images/gray-grad.png) repeat-x scroll left top;
|
background: #e9e9e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
|
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -392,10 +392,10 @@ ol.ol-decimal > li {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 3px;
|
||||||
-khtml-border-radius: 4px;
|
-khtml-border-radius: 3px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 4px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat * {
|
.widefat * {
|
||||||
|
@ -433,9 +433,11 @@ ol.ol-decimal > li {
|
||||||
|
|
||||||
.widefat td,
|
.widefat td,
|
||||||
.widefat th {
|
.widefat th {
|
||||||
border-bottom-width: 1px;
|
border-width: 1px 0;
|
||||||
border-bottom-style: solid;
|
border-style: solid;
|
||||||
font-size: 11px;
|
}
|
||||||
|
.widefat tfoot th {
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat .no-items td {
|
.widefat .no-items td {
|
||||||
|
@ -443,20 +445,22 @@ ol.ol-decimal > li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat td {
|
.widefat td {
|
||||||
padding: 3px 7px;
|
font-size: 12px;
|
||||||
|
padding: 6px 7px 2px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat td p,
|
.widefat td p,
|
||||||
.widefat td ol,
|
.widefat td ol,
|
||||||
.widefat td ul {
|
.widefat td ul {
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat th {
|
.widefat th {
|
||||||
padding: 7px 7px 8px;
|
padding: 10px 7px 11px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat th input {
|
.widefat th input {
|
||||||
|
@ -467,13 +471,12 @@ ol.ol-decimal > li {
|
||||||
|
|
||||||
.widefat .check-column {
|
.widefat .check-column {
|
||||||
width: 2.2em;
|
width: 2.2em;
|
||||||
padding: 0;
|
padding: 14px 0 0;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat tbody th.check-column {
|
.widefat tbody th.check-column {
|
||||||
padding: 7px 0 22px;
|
padding: 9px 0 22px;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat .num,
|
.widefat .num,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1436,6 +1436,11 @@ body.admin-bar #adminmenu {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widefat th {
|
||||||
|
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.widefat td p {
|
.widefat td p {
|
||||||
margin: 2px 0 0.8em;
|
margin: 2px 0 0.8em;
|
||||||
}
|
}
|
||||||
|
@ -1574,10 +1579,6 @@ body.admin-bar #adminmenu {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#the-comment-list .check-column {
|
|
||||||
padding-top: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
10.0 - List Posts (/Pages/etc)
|
10.0 - List Posts (/Pages/etc)
|
||||||
|
@ -1655,7 +1656,7 @@ table.fixed {
|
||||||
display: none;
|
display: none;
|
||||||
width: 7px;
|
width: 7px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
margin-top: 5px;
|
margin-top: 8px;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
background-image: url(../images/sort.gif);
|
background-image: url(../images/sort.gif);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -1671,7 +1672,7 @@ th.sortable a,
|
||||||
th.sorted a {
|
th.sorted a {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 7px 7px 8px;
|
padding: 10px 7px 11px;
|
||||||
}
|
}
|
||||||
.fixed .column-comments.sortable a,
|
.fixed .column-comments.sortable a,
|
||||||
.fixed .column-comments.sorted a {
|
.fixed .column-comments.sorted a {
|
||||||
|
@ -4256,14 +4257,14 @@ p.pagenav {
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-title {
|
.row-title {
|
||||||
font-size: 12px !important;
|
font-size: 13px !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-author img, .column-username img {
|
.column-author img, .column-username img {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-top: 3px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-actions {
|
.row-actions {
|
||||||
|
|
Loading…
Reference in New Issue