Twenty Twelve: update RTL stylsheet based on recent layout changes, see #21441.
git-svn-id: https://develop.svn.wordpress.org/trunk@21565 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c03b4a21c6
commit
81e0beea4c
@ -58,19 +58,10 @@ td {
|
||||
/* =Basic structure
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
/* Navigation Menu */
|
||||
.main-navigation li {
|
||||
margin-left: 40px;
|
||||
margin-left: 2.857142857rem;
|
||||
margin-right: auto;
|
||||
}
|
||||
.main-navigation li ul ul {
|
||||
right: 100%;
|
||||
left: auto;
|
||||
}
|
||||
.main-navigation ul li:hover > ul {
|
||||
border-right: 0;
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
margin-right: 40px;
|
||||
margin-right: 2.857142857rem;
|
||||
}
|
||||
|
||||
/* =Main Content
|
||||
@ -216,4 +207,31 @@ label ~ span.required {
|
||||
float: right;
|
||||
margin: 8px 0 8px 24px;
|
||||
}
|
||||
.page-template-homepage-php .widget-area .widget,
|
||||
.page-template-homepage-php .widget-area.two .home-widgets {
|
||||
float: right;
|
||||
}
|
||||
.page-template-homepage-php .widget-area .widget:nth-child(odd) {
|
||||
clear: left;
|
||||
}
|
||||
.page-template-homepage-php .widget-area .widget:nth-child(even),
|
||||
.page-template-homepage-php .widget-area.two .home-widgets + .home-widgets {
|
||||
float: left;
|
||||
margin: 0 24px 0;
|
||||
margin: 0 1.714285714rem 0;
|
||||
}
|
||||
.main-navigation li {
|
||||
margin-left: 40px;
|
||||
margin-left: 2.857142857rem;
|
||||
margin-right: auto;
|
||||
}
|
||||
.main-navigation li ul ul {
|
||||
margin-right: 0;
|
||||
right: 100%;
|
||||
left: auto;
|
||||
}
|
||||
.main-navigation ul li:hover > ul {
|
||||
border-right: 0;
|
||||
border-left: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user