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