Make fieldsets look like other boxes.

This commit is contained in:
Michal Čihař
2011-02-02 16:21:05 +01:00
parent 2eb8011dc9
commit 7753984960

View File

@@ -106,9 +106,11 @@ textarea {
fieldset {
margin-top: 1em;
border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 1px;
border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 2px;
padding: 0.5em;
background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
}
fieldset fieldset {