Simple mandatory antispam check based on Tihomir Hristov code. Thanks!

This commit is contained in:
Tom Slominski
2013-09-03 00:43:45 +01:00
parent 2dbe0d987f
commit e34de4c290
2 changed files with 17 additions and 4 deletions

View File

@@ -134,6 +134,13 @@ h2 {
float: right;
}
.radio {
margin-right: 10%;
}
input[type="radio"] {
margin-right: 1%;
}
a.bookmarklet {
border-radius: 11px;
background: #ddd url(../img/button.png) repeat-x;
@@ -169,7 +176,7 @@ a.bookmarklet {
/* Output */
.output label {
width: 30%;
float:left;
float: left;
}
.output input {
@@ -178,6 +185,7 @@ a.bookmarklet {
.error {
color: red;
padding-bottom: 20px;
}
/* Footer */