mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Error class stlying from mt. fixes #6034
git-svn-id: http://svn.automattic.com/wordpress/trunk@7115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
73b84563d3
commit
915e8d7721
@ -210,10 +210,8 @@ select {
|
||||
}
|
||||
|
||||
.updated, .error {
|
||||
margin-left: 15px;
|
||||
margin: auto 25px 20px 15px;
|
||||
padding: 0 15px;
|
||||
margin-bottom: 20px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.updated a, .error a {
|
||||
@ -232,8 +230,9 @@ select {
|
||||
}
|
||||
|
||||
.error {
|
||||
background: #FFEFF7;
|
||||
border: 1px solid #c69;
|
||||
background: #f00;
|
||||
border: 1px solid #800;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.narrow {
|
||||
|
Loading…
x
Reference in New Issue
Block a user