web: override some geschifilter css defaults

This commit is contained in:
Bart Van Der Meerssche 2009-11-12 23:03:48 +00:00
parent 993e01c085
commit 2e4c150795
1 changed files with 15 additions and 1 deletions

View File

@ -566,7 +566,7 @@ div.comment img.user-picture {
}
div.comment div.content p {
padding: 0 3em;
padding: 0 2.6em;
}
div.comment div.content p+p {
@ -627,6 +627,20 @@ em.moderation {
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
* --------------------------------------------------------------------- */