Fixed main navigation link font size.

This commit is contained in:
Svetlana Rastegina 2021-03-18 14:41:52 +01:00 committed by Georgy Litvinov
parent b61471ce63
commit 6889db0d4f

View file

@ -2808,14 +2808,18 @@ span.iconControlsEditable {
} }
.expandSwitch { .expandSwitch {
width: 20%; width: 20%;
text-align: center;
font-family: "Roboto"; font-family: "Roboto";
font-size: 1rem; font-size: 1rem;
text-align: right; text-align: center;
/*background-color: #000000;*/ /*background-color: #000000;*/
background-image: url(../images/expand-label-image.svg); /*background-image: url(../images/expand-label-image.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right bottom; background-position: right bottom;*/
margin-bottom: -1px; margin-bottom: -1px;
border: 1px solid #8B4513;
border-top-left-radius: 2em;
/*clip-path:polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);*/
} }
#articleTitleWrapper { #articleTitleWrapper {
@ -2833,6 +2837,7 @@ span.iconControlsEditable {
cursor: pointer; cursor: pointer;
padding-left: 8px; padding-left: 8px;
padding-top: 5px; padding-top: 5px;
padding-right: 10px;
} }
.articleButtons { .articleButtons {
width: 10%; width: 10%;
@ -3021,8 +3026,8 @@ input#expandCB {
display: none; display: none;
} }
label.switch { label.switch {
padding-top: 10px; padding-top: 6px;
padding-right: 9px; padding-left: 12px;
} }
label.switch >#expandTextControl >img { label.switch >#expandTextControl >img {
padding-left: 6px; padding-left: 6px;
@ -3164,6 +3169,9 @@ label.switch >#collapseTextControl >img {
.display >div#articleWrapper { .display >div#articleWrapper {
width: 90%; width: 90%;
} }
.expandSwitch {
font-size: 0.9rem;
}
} }
@media screen and (max-width: 1300px) { @media screen and (max-width: 1300px) {
@ -3206,6 +3214,9 @@ label.switch >#collapseTextControl >img {
.display >div#articleWrapper { .display >div#articleWrapper {
width: 95%; width: 95%;
} }
.expandSwitch {
font-size: 0.7rem;
}
} }
@media screen and (max-width: 1100px) { @media screen and (max-width: 1100px) {
@ -3233,6 +3244,9 @@ label.switch >#collapseTextControl >img {
footer p.copyright small { footer p.copyright small {
font-size: 0.8rem; font-size: 0.8rem;
} }
#main-nav li a {
font-size: 1rem;
}
} }
@media screen and (max-width: 900px) { @media screen and (max-width: 900px) {
@ -3246,6 +3260,7 @@ label.switch >#collapseTextControl >img {
#main-nav li a { #main-nav li a {
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
font-size: 0.8rem;
} }
#wrapper-content { #wrapper-content {
width: 95%; width: 95%;
@ -3402,6 +3417,7 @@ label.switch >#collapseTextControl >img {
#main-nav li a { #main-nav li a {
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
font-size: 0.7rem;
} }
#SearchTitle { #SearchTitle {
font-size: 1.1rem; font-size: 1.1rem;