css polish
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
<h:commandButton id="proceed" action="proceed" value="Proceed"/> 
|
||||
</sf:validateAllOnClick>
|
||||
<h:commandButton id="cancel" immediate="true" value="Cancel" action="cancel"/>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</h:form>
|
||||
</div>
|
||||
|
||||
@@ -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"] {
|
||||
|
||||
Reference in New Issue
Block a user