Better styling of collapsed quotes: Refs bgo#724342
Removes the padding between the blockquote and the expander button. Widens it closer to the width of the block.
This commit is contained in:
parent
c0f4a806ec
commit
641856983e
1 changed files with 5 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ body:not(.nohide) .quote_container.controllable.show .quote {
|
|||
bottom: -7px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0 20%;
|
||||
padding: 0 8px;
|
||||
display: none;
|
||||
}
|
||||
.quote_container > .shower > input,
|
||||
|
|
@ -534,6 +534,10 @@ body:not(.nohide) .quote_container.controllable.show .quote {
|
|||
}
|
||||
body:not(.nohide) .quote_container.controllable {
|
||||
margin-bottom: 7px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
body:not(.nohide) .quote_container.controllable.show {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
body:not(.nohide) .quote_container.controllable > .shower {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue