mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
RTL refresh for Welcome panel, fixes #19271
git-svn-id: https://develop.svn.wordpress.org/trunk@19356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,4 +1,8 @@
|
||||
/* Fixes for IE bugs */
|
||||
.welcome-panel .wp-badge {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#wp-fullscreen-title {
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -621,21 +621,22 @@ form.upgrade .hint {
|
||||
|
||||
.welcome-panel .welcome-panel-close {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.welcome-panel .wp-badge {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.welcome-panel-content {
|
||||
.welcome-panel-content .about-description, .welcome-panel h3 {
|
||||
margin-left: 0;
|
||||
margin-right: 190px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column {
|
||||
margin-right: 24px;
|
||||
margin-left: 40px;
|
||||
margin: 0 -25px 0 3%;
|
||||
padding-left: 0;
|
||||
padding-right: 25px;
|
||||
float: right;
|
||||
}
|
||||
.welcome-panel .welcome-panel-column:last-child {
|
||||
@@ -648,6 +649,10 @@ form.upgrade .hint {
|
||||
margin-right: -32px;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column-container {
|
||||
padding: 0 25px 0 0;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column ul {
|
||||
margin: 1.6em 1.3em 1em 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user