Fixed CSS for Save Button hover, so that the text no longer moves.

This commit is contained in:
Mark McDowall 2011-09-23 18:27:54 -07:00
parent 95b4250d5d
commit 7d4e097137
2 changed files with 1 additions and 12 deletions

View File

@ -199,15 +199,6 @@ select, button, input[type="button"], input[type="submit"], input[type="reset"]
margin: 0px;
}
#save_button:hover
{
border-bottom-style: solid;
border-bottom-width: 5px;
border-bottom-color: #3C3C3C; /* Set padding to prevent fieldset border from moving when button is highlighted... WINNING! */
padding-bottom: 2px;
}
.hiddenResult
{
display: none;

View File

@ -95,9 +95,7 @@ p, h1, form, button{border:0; margin:0; padding:0;}
border-bottom-style: solid;
border-bottom-width: 4px;
border-color: #3C3C3C;
/* Set padding to prevent fieldset border from moving when button is highlighted... WINNING! */
padding-bottom: 0px;
padding-top: 4px;
padding-bottom: 2px;
}
#saveAjax