mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 22:54:36 +00:00
Add frame for welcome panel on dashboard (currently hidden). see #11651.
git-svn-id: https://develop.svn.wordpress.org/trunk@18749 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2071,6 +2071,28 @@ body.admin-bar #adminmenu {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.welcome-panel {
|
||||
margin: 20px 8px;
|
||||
padding: 0 10px;
|
||||
border-width: 3px;
|
||||
border-style: double;
|
||||
position: relative;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.welcome-panel h3 {
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-close {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
10.0 - List Posts (/Pages/etc)
|
||||
|
||||
Reference in New Issue
Block a user