Skip to content
Snippets Groups Projects
Commit f072b7a3 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

fixed css for link on consent page

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1210 44740490-163a-0410-bde0-09ae8108e29a
parent c2915b79
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment