Welcome screen: clean up the css, improve the html, add RTL styles, props helenyhou TobiasBg ocean90, fixes #21368, see #22453
git-svn-id: http://core.svn.wordpress.org/trunk@22638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2260,11 +2260,12 @@ html.wp-toolbar {
|
||||
|
||||
.welcome-panel .welcome-panel-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 5px;
|
||||
right: 10px;
|
||||
padding: 8px 3px;
|
||||
font-size: 13px;
|
||||
text-decoration: none;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-close:before {
|
||||
@@ -2309,57 +2310,45 @@ html.wp-toolbar {
|
||||
width: 36%;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column.welcome-panel-last {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.welcome-panel h4 .icon16 {
|
||||
margin-left: -32px;
|
||||
}
|
||||
|
||||
.welcome-panel-column p {
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-icon {
|
||||
display: block;
|
||||
padding: 2px 0 8px 32px;
|
||||
background-image: url('../images/welcome-icons.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-add-page {
|
||||
background: url('../images/welcome-icons.png') no-repeat 0 -1px;
|
||||
background-position: 0 2px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-edit-page {
|
||||
background: url('../images/welcome-icons.png') no-repeat 0px -92px;
|
||||
background-position: 0 -90px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-learn-more {
|
||||
background: url('../images/welcome-icons.png') no-repeat 0px -138px;
|
||||
background-position: 0 -136px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-comments {
|
||||
background: url('../images/welcome-icons.png') no-repeat 0px -184px;
|
||||
background-position: 0 -182px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-view-site {
|
||||
background: url('../images/welcome-icons.png') no-repeat 0px -276px;
|
||||
background-position: 0 -274px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-widgets-menus {
|
||||
background: url('../images/welcome-icons.png') no-repeat 1px -230px;
|
||||
background-position: 1px -229px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-write-blog {
|
||||
background: url('../images/welcome-icons.png') no-repeat 0px -46px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-add-page,
|
||||
.welcome-panel .welcome-edit-page,
|
||||
.welcome-panel .welcome-learn-more,
|
||||
.welcome-panel .welcome-comments,
|
||||
.welcome-panel .welcome-view-site,
|
||||
.welcome-panel .welcome-widgets-menus,
|
||||
.welcome-panel .welcome-write-blog {
|
||||
background-size: 16px;
|
||||
display: block;
|
||||
padding: 2px 0 8px 32px;
|
||||
background-position: 0 -44px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column ul {
|
||||
@@ -2377,7 +2366,8 @@ html.wp-toolbar {
|
||||
padding: 1em 2.3em;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column, .welcome-panel .welcome-panel-column:first-child {
|
||||
.welcome-panel .welcome-panel-column,
|
||||
.welcome-panel .welcome-panel-column:first-child {
|
||||
display: block;
|
||||
float: none;
|
||||
width: 100%;
|
||||
@@ -2392,13 +2382,7 @@ html.wp-toolbar {
|
||||
margin: 0.4em 0 0;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-add-page,
|
||||
.welcome-panel .welcome-edit-page,
|
||||
.welcome-panel .welcome-learn-more,
|
||||
.welcome-panel .welcome-comments,
|
||||
.welcome-panel .welcome-view-site,
|
||||
.welcome-panel .welcome-widgets-menus,
|
||||
.welcome-panel .welcome-write-blog {
|
||||
.welcome-panel .welcome-icon {
|
||||
padding-left: 25px;
|
||||
}
|
||||
}
|
||||
@@ -8386,39 +8370,8 @@ a.widget-control-edit {
|
||||
background-size: 20px auto;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-add-page {
|
||||
background: url('../images/welcome-icons-2x.png') no-repeat 0 -1px;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-edit-page {
|
||||
background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-learn-more {
|
||||
background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-comments {
|
||||
background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-view-site {
|
||||
background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-widgets-menus {
|
||||
background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-write-blog {
|
||||
background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px;
|
||||
background-size: 16px;
|
||||
.welcome-panel .welcome-icon {
|
||||
background-image: url('../images/welcome-icons-2x.png');
|
||||
}
|
||||
|
||||
.login h1 a {
|
||||
|
||||
Reference in New Issue
Block a user