Update to Drupal 8.0.0-rc3. For more information, see https://www.drupal.org/node/2608078
This commit is contained in:
parent
6419a031d7
commit
4afb23bbd3
762 changed files with 20080 additions and 6368 deletions
|
@ -108,10 +108,10 @@
|
|||
.comment__content nav {
|
||||
padding-top: 1px;
|
||||
}
|
||||
.comment .indented {
|
||||
.indented {
|
||||
margin-left: 40px; /* LTR */
|
||||
}
|
||||
[dir="rtl"] .comment .indented {
|
||||
[dir="rtl"] .indented {
|
||||
margin-right: 40px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
}
|
||||
[dir="rtl"] .region-primary-menu .menu {
|
||||
text-align: right;
|
||||
margin-left: 5px; /* This is required to win over specificity of [dir="rtl"] ul.menu */
|
||||
margin-right: 5px; /* This is required to win over specificity of [dir="rtl"] ul.menu */
|
||||
}
|
||||
.region-primary-menu .menu-item {
|
||||
float: none;
|
||||
|
@ -115,6 +117,10 @@ body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu .
|
|||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
/* This is required to win over specificity of the global [dir="rtl"] .region-primary-menu .menu */
|
||||
[dir="rtl"] .region-primary-menu .menu {
|
||||
text-align: center;
|
||||
}
|
||||
.region-primary-menu .menu-item,
|
||||
body:not(:target) .region-primary-menu .menu-item {
|
||||
float: left; /* LTR */
|
||||
|
@ -145,6 +151,10 @@ body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu .
|
|||
margin-bottom: 5px;
|
||||
padding: 0.9em 5px;
|
||||
}
|
||||
/* This is required to win over specificity of the global [dir="rtl"] .region-primary-menu .menu a */
|
||||
[dir="rtl"] .region-primary-menu .menu a {
|
||||
padding: 0.9em 5px;
|
||||
}
|
||||
body:not(:target) .region-primary-menu .menu-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
}
|
||||
[dir="rtl"] .region-secondary-menu .menu {
|
||||
text-align: left;
|
||||
margin-right: 10px; /* required to win over specificity of [dir="rtl"] ul.menu */
|
||||
margin-left: 10px;
|
||||
}
|
||||
.region-secondary-menu .menu-item {
|
||||
margin: 0;
|
||||
|
|
Reference in a new issue