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:
Daryl Koopersmith
2011-09-22 06:23:10 +00:00
parent 23824f9f30
commit f30457e6d3
6 changed files with 61 additions and 2 deletions

View File

@@ -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)