parametres translation paragraphs & translators' permissions

This commit is contained in:
2023-06-21 21:59:28 +02:00
parent e38372ee66
commit 072c32ccd2
57 changed files with 601 additions and 64 deletions
@@ -163,9 +163,6 @@ table {
display: flex;
flex-direction: row; }
.block-system-breadcrumb-block {
margin: 4rem; }
a {
text-decoration: none; }
@@ -825,20 +822,6 @@ a {
.field--name-field-subheading {
font-size: 1rem; }
article.node-type-book {
width: 70%; }
article.node-type-book h2 {
visibility: hidden; }
article.node-type-book div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) {
display: flex;
flex-direction: row;
justify-content: space-between;
list-style: none;
box-shadow: 0px 0px 1px black; }
article.node-type-book .links.inline {
list-style: none;
box-shadow: 0px 0px 1px black; }
.node-book-edit-form {
width: 80%;
border-top-style: solid;
@@ -1037,6 +1020,20 @@ article.node-type-book {
padding-right: 1rem;
padding-bottom: 1rem; }
article.node-type-book {
width: 70%; }
article.node-type-book nav h2 {
visibility: hidden; }
article.node-type-book nav ul {
display: flex;
flex-direction: row;
justify-content: space-between;
list-style: none;
box-shadow: 0px 0px 1px black; }
article.node-type-book .links.inline {
list-style: none;
box-shadow: 0px 0px 1px black; }
#block-breadcrumbs nav ol {
list-style: none;
display: flex;
@@ -78,6 +78,3 @@
flex-direction: row;
}
.block-system-breadcrumb-block{
margin: 4rem;
}
@@ -3,22 +3,4 @@
}
article.node-type-book{
width: 70%;
h2{
visibility: hidden;
}
div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2){
display: flex;
flex-direction: row;
justify-content: space-between;
list-style: none;
box-shadow: 0px 0px 1px black;
}
.links.inline{
list-style: none;
box-shadow: 0px 0px 1px black;
}
}
@@ -0,0 +1,23 @@
article.node-type-book{
width: 70%;
nav{
h2{
visibility: hidden;
}
ul{
display: flex;
flex-direction: row;
justify-content: space-between;
list-style: none;
box-shadow: 0px 0px 1px black;
}
}
.links.inline{
list-style: none;
box-shadow: 0px 0px 1px black;
}
}
@@ -19,6 +19,9 @@
}
}
// .block-system-breadcrumb-block{
// margin: 4rem;
// }
// #block-breadcrumbs > nav:nth-child(1) > ol:nth-child(2)
+1 -1
View File
@@ -31,7 +31,7 @@
/*partials*/
@import "partials/_header";
@import "partials/_footer";
@import "partials/_navigation";
@import "partials/_booknavigation";
@import "partials/_breadcrumbs";
@import "partials/_primary-tabs";