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

add class to fieldset..

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1205 44740490-163a-0410-bde0-09ae8108e29a
parent 26d78cd9
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ foreach ($this->data['noData'] as $name => $value) {
This fieldset is not expanded by default, but can be shown by clicking on the legend.
-->
<fieldset>
<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>
......
......@@ -188,7 +188,7 @@ echo '</dl>';
if (is_array($this->data['metaentries']['remote']) && count($this->data['metaentries']['remote']) > 0)
foreach($this->data['metaentries']['remote'] AS $setkey => $set) {
echo '<fieldset><legend>' . $this->t(mtype($setkey)) . ' (Trusted)</legend>';
echo '<fieldset class="fancyfieldset"><legend>' . $this->t(mtype($setkey)) . ' (Trusted)</legend>';
echo '<ul>';
foreach($set AS $entry) {
echo '<li>';
......
......@@ -296,11 +296,11 @@ table#table_with_attributes tr:last-child td {
border-bottom: none;
}
fieldset {
fieldset.fancyfieldset {
margin: 2em 1em 1em 0px;
border: 1px solid #bbb;
}
fieldset legend {
fieldset.fancyfieldset legend {
margin-left: 2em;
padding: 3px 2em 3px 2em;
border: 1px solid #bbb;
......
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