styling for formbuilder fieldsets

master
joey 2007-04-30 03:43:20 +00:00
parent 5d5ce9f992
commit 007dd1648b
1 changed files with 9 additions and 0 deletions

View File

@ -269,3 +269,12 @@ input#openid_url {
-moz-opacity: 0.95;
filter: alpha(opacity=95);
}
/* Formbuilder styling */
fieldset {
margin: 1ex 0;
border: 1px solid black;
}
legend {
padding: 0 1ex;
}