mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Icon for notices and small tweaks
git-svn-id: http://svn.automattic.com/wordpress/trunk@2989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9c88f3968e
commit
5d2a9fbc28
BIN
wp-admin/images/notice.gif
Normal file
BIN
wp-admin/images/notice.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 B |
@ -59,7 +59,7 @@ a:hover {
|
||||
}
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
background: #f9fcfe;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@ -226,10 +226,6 @@ textarea, input, select {
|
||||
padding: .3em 1em;
|
||||
}
|
||||
|
||||
.ed_button {
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
@ -294,10 +290,10 @@ textarea, input, select {
|
||||
}
|
||||
|
||||
.updated {
|
||||
background: #f0f8ff;
|
||||
border: 1px solid #69c;
|
||||
background: #CFEBF7 url(images/notice.gif) no-repeat 1em ;
|
||||
border: 1px solid #2580B2;
|
||||
margin: 1em 5% 10px;
|
||||
padding: 0 1em 0 1em;
|
||||
padding: 0 1em 0 3em;
|
||||
}
|
||||
|
||||
.error {
|
||||
@ -364,7 +360,7 @@ table .vers, table .name {
|
||||
}
|
||||
|
||||
#submenu .current {
|
||||
background: #ddeaf4;
|
||||
background: #f9fcfe;
|
||||
border-top: 1px solid #045290;
|
||||
border-right: 2px solid #045290;
|
||||
color: #000;
|
||||
|
Loading…
Reference in New Issue
Block a user