Make fieldsets look like other boxes.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user