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

moving some css back to consent to not conflict with feide style

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1204 44740490-163a-0410-bde0-09ae8108e29a
parent 4d0016ed
No related branches found
No related tags found
No related merge requests found
fieldset {
padding: 0px;
}
fieldset legend {
cursor: pointer; cursor: hand;
}
fieldset legend:hover {
background: #eee;
}
fieldset div#addattributes { fieldset div#addattributes {
text-align: right; text-align: right;
margin: 0px .5em .5em 1em; margin: 0px .5em .5em 1em;
......
...@@ -299,15 +299,9 @@ table#table_with_attributes tr:last-child td { ...@@ -299,15 +299,9 @@ table#table_with_attributes tr:last-child td {
fieldset { fieldset {
margin: 2em 1em 1em 0px; margin: 2em 1em 1em 0px;
border: 1px solid #bbb; border: 1px solid #bbb;
padding: 0px;
} }
fieldset legend { fieldset legend {
margin-left: 2em; margin-left: 2em;
padding: 3px 2em 3px 2em; padding: 3px 2em 3px 2em;
border: 1px solid #bbb; border: 1px solid #bbb;
cursor: pointer; cursor: hand;
}
fieldset legend:hover {
background: #eee;
} }
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