A number of style tweaks; widen up a little; starting to add contextual help to various forms; catching up unloved forms with new UI guidelines.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2008-03-07 10:05:54 +00:00
parent 097b9be6c5
commit 932ffd6ed7
11 changed files with 96 additions and 64 deletions

View File

@@ -82,12 +82,33 @@ textarea, input, select {
width: 3%;
}
.wrap {
.wrap, .updated, .error {
margin: 0;
margin-left: 15px;
margin-right: 15px;
padding: 0;
max-width: 960px;
max-width: 980px;
}
.updated, .error {
border-width: 1px;
border-style: solid;
padding: 0 15px;
max-width: 950px;
margin-bottom: 1em;
}
.wrap .updated, .wrap .error {
margin: auto 0 0;
}
.updated a, .error a {
text-decoration: underline;
}
.updated a {
text-decoration: none;
padding-bottom: 2px;
}
.wrap h2 {