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

improved look of consent attributes with css

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@964 44740490-163a-0410-bde0-09ae8108e29a
parent b13576fe
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ foreach ($this->data['noData'] as $name => $value) {
</form>
<p>
<table style="font-size: x-small">
<table class="attributes">
<?php
foreach ($attributes as $name => $value) {
$nameTag = '{attributes:attribute_' . strtolower($name) . '}';
......
......@@ -264,9 +264,13 @@ div.preferredidp {
padding: 2px 2em 2px 2em;
}
table.attributes tr td {
border-bottom: 1px dashed #ccc;
padding-top: 5px;
padding-left: 1em;
padding-right: 1em;
vertical-align: top;
}
......
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