Break up profile page into more logical sections

git-svn-id: https://develop.svn.wordpress.org/trunk@2840 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-09-06 02:01:33 +00:00
parent 1faa9ffc1c
commit 248922198e
2 changed files with 130 additions and 234 deletions

View File

@@ -485,28 +485,6 @@ table .vers, table .name {
margin-right: 16em;
}
#profile {
margin: 10px;
}
#profile .left {
border-right: 1px dashed #ccc;
float: left;
margin-right: 5px;
padding-right: 5px;
}
#profile label {
float: left;
padding-right: 3px;
text-align: right;
width: 85px;
}
#profile p {
margin: 0 0 4px 0;
}
#save {
width: 15em;
}
@@ -695,6 +673,25 @@ table .vers, table .name {
border: 1px solid #ccc;
}
#your-profile fieldset {
border: 1px solid #ccc;
float: left;
width: 40%;
padding: .5em 2em;
margin: 1em;
}
#your-profile fieldset input {
width: 100%;
font-size: 20px;
padding: 2px;
}
#your-profile legend {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
}
/* default box styles */
.dbx-box {
background: #fff;