More error class styling from mt. see #6034
git-svn-id: http://svn.automattic.com/wordpress/trunk@7118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
67c2adba1c
commit
5750a43404
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue