This commit is contained in:
Keith Donald
2008-04-24 14:35:46 +00:00
parent 30cb7eb8d7
commit d0ec5b2138
2 changed files with 18 additions and 2 deletions

View File

@@ -54,6 +54,14 @@
margin-bottom: 0px;
}
#content.spring input[type="submit"], input[type="button"], button {
font-size: 1em;
font-weight: bold;
color: #fff;
background: #fff url(../images/btn.bg.gif) 0 0 repeat-x;
border-style: none;
}
#local.spring{
width: 215px;
}
@@ -68,7 +76,7 @@
float: right;
padding-right: 20px;
}
.errors {
font-weight: bold;
text-align: left;

View File

@@ -68,7 +68,15 @@
float: right;
padding-right: 20px;
}
#content.spring input[type="submit"], input[type="button"], button {
font-size: 1em;
font-weight: bold;
color: #fff;
background: #fff url(../images/btn.bg.gif) 0 0 repeat-x;
border-style: none;
}
.errors {
font-weight: bold;
text-align: left;