Making the presentation page a little more intuitive

git-svn-id: https://develop.svn.wordpress.org/trunk@2757 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-08-07 10:11:30 +00:00
parent 1d5e21d175
commit 2165c50e82
6 changed files with 75 additions and 29 deletions
+28
View File
@@ -160,6 +160,26 @@ textarea, input, select {
margin: 10px 20px 10px 20px;
}
.available-theme {
width: 250px;
margin-right: 2.5em;
float: left;
text-align: center;
}
.available-theme span {
width: 250px;
height: 187px;
display: block;
margin: auto;
background: #f1f1f1;
border: 1px solid #ccc;
}
.available-theme img {
width: 100%;
}
.checkbox {
background: #fff;
border: none;
@@ -267,6 +287,7 @@ textarea, input, select {
.wrap h2 {
margin: .8em 0 .5em;
clear: both;
}
#adminmenu {
@@ -341,6 +362,13 @@ textarea, input, select {
width: 97%;
}
#currenttheme img {
float: left;
border: 1px solid #666;
margin-right: 1em;
margin-bottom: 1.5em;
}
#deletepost:hover {
background: #ce0000;
color: #fff;