More error class styling from mt. see #6034

git-svn-id: https://develop.svn.wordpress.org/trunk@7118 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-01 02:06:55 +00:00
parent 430a96d3d5
commit bb756155d1
1 changed files with 5 additions and 4 deletions

View File

@ -214,6 +214,10 @@ select {
padding: 0 15px;
}
.wrap .updated, .wrap .error {
margin: auto 0 0;
}
.updated a, .error a {
text-decoration: underline;
}
@ -414,10 +418,6 @@ input.disabled, textarea.disabled {
zoom: 1;
}
#ajax-response {
padding: .5em;
}
/* A handy div class for hiding controls.
Some browsers will disable them when you
set display:none; */
@ -552,6 +552,7 @@ p.pagenav {
padding: 10px 10px 8px;
clear: both;
margin-bottom: -10px;
margin-top: 8px;
}
.tablenav .tablenav-pages {