Make the decline button a real button

Make the decline button on the terms page a real form submit button
and have the server redirect to the wiki as it's the only way to get
something that will actually look the same as a button on all the
different browsers.
This commit is contained in:
Tom Hughes 2010-04-27 10:45:49 +01:00
parent d033a0f35d
commit 276c29cb31
4 changed files with 6 additions and 15 deletions

View file

@ -747,17 +747,6 @@ abbr.geo {
background: #fff;
}
/* rules for styling a link to look like a button to get around the difficulty
* of laying anything out properly in html. */
a.looks_like_button {
color: black;
background: buttonface;
border: 1px solid black;
font-size: small;
padding: 1px;
}
/* hack to get left/right alignment on a line working. apparently still works in IE too.
* shamelessly stolen from http://www.spartanicus.utvinternet.ie/left_and_right_alignment_using_css.htm
*/