web: override some geschifilter css defaults
This commit is contained in:
parent
993e01c085
commit
2e4c150795
|
@ -566,7 +566,7 @@ div.comment img.user-picture {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.comment div.content p {
|
div.comment div.content p {
|
||||||
padding: 0 3em;
|
padding: 0 2.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.comment div.content p+p {
|
div.comment div.content p+p {
|
||||||
|
@ -627,6 +627,20 @@ em.moderation {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ------------------------------------------------------------------------
|
||||||
|
* Geshifilter overrides
|
||||||
|
* --------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
div.geshifilter {
|
||||||
|
background-color: #ffc;
|
||||||
|
border: none;
|
||||||
|
display: block;
|
||||||
|
font-size: 1.3em;
|
||||||
|
line-height: 1.3;
|
||||||
|
padding: 1em;
|
||||||
|
margin: 0.5em 2.6em;
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------
|
||||||
* Installation page
|
* Installation page
|
||||||
* --------------------------------------------------------------------- */
|
* --------------------------------------------------------------------- */
|
||||||
|
|
Loading…
Reference in New Issue