Remove inline javascript on the cancel buttons
The inline javascript used with the cancel buttons was only used to change the location. Instead of doing this, it's easier to wrap the button in a tag. This is related to #909.
This commit is contained in:
@@ -205,6 +205,11 @@ input[type=submit], input[type=button] {
|
||||
background: white;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
color: black;
|
||||
}
|
||||
|
||||
input[type=submit]:hover, input[type=button]:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
input[type=submit]:active, input[type=button]:active {
|
||||
|
||||
Reference in New Issue
Block a user