diff --git a/modules/consent/templates/consentform.php b/modules/consent/templates/consentform.php index 3c1e7146ad48798be73188c23c0fee6e734ce675..5c3f3ae2178148ea4cd6852d733923e256ca33ee 100644 --- a/modules/consent/templates/consentform.php +++ b/modules/consent/templates/consentform.php @@ -232,7 +232,7 @@ foreach ($this->data['noData'] as $name => $value) { <fieldset class="fancyfieldset"> <legend id="attribute_switch"> » <?php echo $this->t('{consent:consent_attributes_header}'); ?></legend> - <div id="addattributes"><a id="addattributesb"><?php echo $this->t('{consent:show_attributes}'); ?></a></div> + <div id="addattributes"><a id="addattributesb" class="link"><?php echo $this->t('{consent:show_attributes}'); ?></a></div> <?php diff --git a/modules/consent/www/style.css b/modules/consent/www/style.css index f1f69faeb9a5d3b50d303b3613b6a01a46ad26f8..f4c9c16accbaf1dd6c49a41385362e849e09bdae 100644 --- a/modules/consent/www/style.css +++ b/modules/consent/www/style.css @@ -8,20 +8,9 @@ fieldset legend:hover { background: #eee; } -fieldset div#addattributes { - text-align: right; - margin: 0px .5em .5em 1em; -} -fieldset div#addattributes a { - text-decoration: none; - color: #888; - font-weight: normal; - border-bottom: 1px dotted #bbb; +#addattributesb { + margin-right: .2em; } -fieldset div#addattributes a:hover,fieldset div.addattributes a:link { - border-bottom: 1px solid #bbb; -} - table.attributes { width: 100%; margin: 0px;