Fixed blocks width on article page.
This commit is contained in:
parent
f00630d4d8
commit
30d283ccfb
1 changed files with 11 additions and 0 deletions
|
@ -2393,7 +2393,18 @@ ul.dropdown ul.sub_menu li a:hover {
|
|||
justify-content: space-between;
|
||||
}
|
||||
.individual.loggedIn >div#articleWrapper >div#searchRightpanel {
|
||||
width: 27%;
|
||||
margin-left: 3%;
|
||||
}
|
||||
.individual >div#articleWrapper >div#searchRightpanel {
|
||||
width: 30%;
|
||||
margin-left: 3%;
|
||||
}
|
||||
.individual.loggedIn >div#articleWrapper >div#wrapper-content {
|
||||
width: 70%;
|
||||
}
|
||||
.individual >div#articleWrapper >div#wrapper-content {
|
||||
width: 70%;
|
||||
}
|
||||
.individual >div#articleWrapper >div#searchRightpanel >section#search >div.search-form-container >form#custom-search {
|
||||
justify-content: right;
|
||||
|
|
Loading…
Add table
Reference in a new issue