css polish

This commit is contained in:
Keith Donald
2008-03-07 21:07:56 +00:00
parent 36acedbd83
commit c67bc4b990
2 changed files with 10 additions and 17 deletions

View File

@@ -123,7 +123,7 @@
<h:commandButton id="proceed" action="proceed" value="Proceed"/>&#160;
</sf:validateAllOnClick>
<h:commandButton id="cancel" immediate="true" value="Cancel" action="cancel"/>
</div>
</div>
</fieldset>
</h:form>
</div>

View File

@@ -1,18 +1,15 @@
a, a:link a:active {
color: black;
background-color: white;
text-decoration: underline;
}
a:visited {
color: black;
a, a:visited, a:link, a:active {
color: #59924B;
background-color: transparent;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: white;
background-color: #65a242;
text-decoration: none;
font-weight: bold;
}
body.spring {
@@ -28,10 +25,8 @@
#branding.spring {
float: none;
width: 100%;
margin: 10px 0 0 0;
padding: 0 0 0 0;
text-align: none;
}
@@ -62,8 +57,7 @@
#content .section {
width: 505px;
float: left;
margin-top: 5px;
margin-bottom: 5px;
margin-bottom: 5px;
}
#content.spring input[type="submit"], input[type="button"], button {
@@ -136,9 +130,8 @@
}
#content .buttonGroup {
width: 90%;
float: left;
text-align: center;
clear: both;
text-align: right;
}
#content .buttonGroup input[type="submit"], .buttonGroup input[type="button"] {