This commit is contained in:
zzz
2011-12-05 01:01:14 +00:00
parent 3fc312a66b
commit 51899e9ea0
5 changed files with 32 additions and 20 deletions

View File

@ -1466,7 +1466,7 @@ public class I2PSnarkServlet extends Default {
out.write(": <td><textarea name=\"i2cpOpts\" cols=\"60\" rows=\"1\" wrap=\"off\" spellcheck=\"false\" >"
+ opts.toString() + "</textarea><br>\n" +
"<tr><td>&nbsp;<td><input type=\"submit\" value=\"");
"<tr><td>&nbsp;<td><input type=\"submit\" class=\"accept\" value=\"");
out.write(_("Save configuration"));
out.write("\" name=\"foo\" >\n" +
"</table></div></div></form>");

View File

@ -829,55 +829,55 @@ button, button:visited {
button.accept {
background: #ffe url('../images/accept.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.add {
background: #ffe url('../images/add.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.cancel {
background: #ffe url('../images/cancel.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.check {
background: #ffe url('../images/tick.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.delete {
background: #ffe url('../images/delete.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.download {
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.go {
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.reload {
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.stop {
background: #ffe url('../images/stop.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
@ -943,55 +943,55 @@ input, input:visited {
input.accept {
background: #ffe url('../images/accept.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.add {
background: #ffe url('../images/add.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.cancel {
background: #ffe url('../images/cancel.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.check {
background: #ffe url('../images/tick.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.delete {
background: #ffe url('../images/delete.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.download {
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.go {
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.reload {
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.stop {
background: #ffe url('../images/stop.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}

View File

@ -525,6 +525,12 @@ input[type=radio] {
vertical-align: bottom;
}
input.accept {
background: #989 url('../../console/images/accept.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
min-height: 22px;
}
select {
background: #333;
background: url('/themes/snark/ubergine/images/graytile.png') !important;

View File

@ -549,6 +549,12 @@ input[type=radio] {
vertical-align: bottom;
}
input.accept {
background: #f3efc7 url('../../console/images/accept.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
min-height: 22px;
}
select {
background: #fff;
/* background: url('/themes/snark/ubergine/images/graytile.png') !important;*/

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "";