Fixed shelf tools width for article page.
This commit is contained in:
parent
fa71e8a5d5
commit
f9ab3b077c
1 changed files with 4 additions and 8 deletions
|
@ -2806,7 +2806,7 @@ span.iconControlsEditable {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
.expandSwitch {
|
.expandSwitch {
|
||||||
width: 20%;
|
width: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -2837,6 +2837,7 @@ span.iconControlsEditable {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
border-bottom: 1px solid #8B4513;
|
border-bottom: 1px solid #8B4513;
|
||||||
background-color: #F6F6F6;
|
background-color: #F6F6F6;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
#articleIconsWrapper {
|
#articleIconsWrapper {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
@ -2849,7 +2850,7 @@ span.iconControlsEditable {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
.articleButtons {
|
.articleButtons {
|
||||||
width: 10%;
|
/*width: 10%;*/
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
@ -3037,6 +3038,7 @@ input#expandCB {
|
||||||
label.switch {
|
label.switch {
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
|
padding-right: 12px;
|
||||||
}
|
}
|
||||||
#collapseTextControl:hover {
|
#collapseTextControl:hover {
|
||||||
color: #8B4513;
|
color: #8B4513;
|
||||||
|
@ -3184,9 +3186,6 @@ 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) {
|
||||||
|
@ -3229,9 +3228,6 @@ 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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue