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

Making fieldset styles more generic

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1198 44740490-163a-0410-bde0-09ae8108e29a
parent 44780899
No related branches found
No related tags found
No related merge requests found
fieldset {
margin: 2em 1em 1em 0px;
border: 1px solid #bbb;
padding: 0px;
}
fieldset div#addattributes {
text-align: right;
margin: 0px .5em .5em 1em;
......@@ -16,16 +11,7 @@ fieldset div#addattributes a {
fieldset div#addattributes a:hover,fieldset div.addattributes a:link {
border-bottom: 1px solid #bbb;
}
fieldset legend {
margin-left: 2em;
padding: 3px 2em 3px 2em;
border: 1px solid #bbb;
cursor: pointer; cursor: hand;
}
fieldset legend:hover {
background: #eee;
}
table.attributes {
width: 100%;
margin: 0px;
......
......@@ -177,7 +177,7 @@ dl dt {
dl dd {
color: #666;
margin-left: 3em;
font-family: monospace;
/* font-family: monospace; */
}
.efieldlist {
......@@ -296,4 +296,18 @@ table#table_with_attributes tr:last-child td {
border-bottom: none;
}
fieldset {
margin: 2em 1em 1em 0px;
border: 1px solid #bbb;
padding: 0px;
}
fieldset legend {
margin-left: 2em;
padding: 3px 2em 3px 2em;
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