diff --git a/modules/consent/www/style.css b/modules/consent/www/style.css index 78278b1720f7f866b73357d26e45c5f234d4a3a4..5c7c9ebce5d440f364c2a13309ae9fce6178483f 100644 --- a/modules/consent/www/style.css +++ b/modules/consent/www/style.css @@ -1,8 +1,3 @@ -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; diff --git a/www/resources/default.css b/www/resources/default.css index aa3bc4d1bf00e4f262b2f68d06d696a737cbbed7..115deb8c3275d914cb62164661890336ff555f88 100644 --- a/www/resources/default.css +++ b/www/resources/default.css @@ -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; +}