This commit is contained in:
Keith Donald
2008-04-24 14:44:36 +00:00
parent 6d235ddb2c
commit 50c92c4768
2 changed files with 10 additions and 10 deletions

View File

@@ -60,7 +60,7 @@
color: #fff;
background: #fff url(../images/btn.bg.gif) 0 0 repeat-x;
border-style: none;
padding: 2px 2px 2px 2px;
padding: 2px 2px 2px 2px;
}
#local.spring{

View File

@@ -54,6 +54,15 @@
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;
padding: 2px 2px 2px 2px;
}
#local.spring{
width: 215px;
}
@@ -69,15 +78,6 @@
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;
padding: 2px 2px 2px 2px;
}
.errors {
font-weight: bold;
text-align: left;