Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Make sure we override plone.css styles propler in dialog.css so that …
Browse files Browse the repository at this point in the history
…the latter takes effect
  • Loading branch information
miohtama committed Jan 30, 2012
1 parent 7b6a449 commit 94c39ae
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -6,7 +6,9 @@
body {
background: transparent;
}
.dialog-wrapper {

/* Make sure we override #content styles from plone.css properly */
.dialog-wrapper#content {
font-size: 110%;
padding: 1em 1em 0em 1em;
background: &dtml-backgroundColor;;
Expand Down

0 comments on commit 94c39ae

Please sign in to comment.