Theme install updates from DD32. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10560 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
12fccf91f6
commit
6ae1efac3c
38
wp-admin/css/theme-install.css
Normal file
38
wp-admin/css/theme-install.css
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
.theme-listing .theme-item {
|
||||||
|
display: inline-block;
|
||||||
|
width: 200px;
|
||||||
|
border: thin solid #ccc;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-listing .theme-item h3 {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 14px;
|
||||||
|
font-style: italic;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-listing .theme-item img {
|
||||||
|
max-width: 150px;
|
||||||
|
max-height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-listing .theme-item-info span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.theme-listing .theme-item:hover .theme-item-info span {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
.theme-listing .theme-item:hover .theme-item-info span.dots {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.theme-listing .theme-item-info span.action-links {
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-listing br.line {
|
||||||
|
border-bottom: thin solid #ccc;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user