forked from I2P_Developers/i2p.i2p
CSS
This commit is contained in:
@ -1466,7 +1466,7 @@ public class I2PSnarkServlet extends Default {
|
|||||||
out.write(": <td><textarea name=\"i2cpOpts\" cols=\"60\" rows=\"1\" wrap=\"off\" spellcheck=\"false\" >"
|
out.write(": <td><textarea name=\"i2cpOpts\" cols=\"60\" rows=\"1\" wrap=\"off\" spellcheck=\"false\" >"
|
||||||
+ opts.toString() + "</textarea><br>\n" +
|
+ opts.toString() + "</textarea><br>\n" +
|
||||||
|
|
||||||
"<tr><td> <td><input type=\"submit\" value=\"");
|
"<tr><td> <td><input type=\"submit\" class=\"accept\" value=\"");
|
||||||
out.write(_("Save configuration"));
|
out.write(_("Save configuration"));
|
||||||
out.write("\" name=\"foo\" >\n" +
|
out.write("\" name=\"foo\" >\n" +
|
||||||
"</table></div></div></form>");
|
"</table></div></div></form>");
|
||||||
|
@ -829,55 +829,55 @@ button, button:visited {
|
|||||||
|
|
||||||
button.accept {
|
button.accept {
|
||||||
background: #ffe url('../images/accept.png') no-repeat 2px center;
|
background: #ffe url('../images/accept.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.add {
|
button.add {
|
||||||
background: #ffe url('../images/add.png') no-repeat 2px center;
|
background: #ffe url('../images/add.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.cancel {
|
button.cancel {
|
||||||
background: #ffe url('../images/cancel.png') no-repeat 2px center;
|
background: #ffe url('../images/cancel.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.check {
|
button.check {
|
||||||
background: #ffe url('../images/tick.png') no-repeat 2px center;
|
background: #ffe url('../images/tick.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.delete {
|
button.delete {
|
||||||
background: #ffe url('../images/delete.png') no-repeat 2px center;
|
background: #ffe url('../images/delete.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.download {
|
button.download {
|
||||||
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
|
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.go {
|
button.go {
|
||||||
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
|
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.reload {
|
button.reload {
|
||||||
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
|
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.stop {
|
button.stop {
|
||||||
background: #ffe url('../images/stop.png') no-repeat 2px center;
|
background: #ffe url('../images/stop.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -943,55 +943,55 @@ input, input:visited {
|
|||||||
|
|
||||||
input.accept {
|
input.accept {
|
||||||
background: #ffe url('../images/accept.png') no-repeat 2px center;
|
background: #ffe url('../images/accept.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.add {
|
input.add {
|
||||||
background: #ffe url('../images/add.png') no-repeat 2px center;
|
background: #ffe url('../images/add.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.cancel {
|
input.cancel {
|
||||||
background: #ffe url('../images/cancel.png') no-repeat 2px center;
|
background: #ffe url('../images/cancel.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.check {
|
input.check {
|
||||||
background: #ffe url('../images/tick.png') no-repeat 2px center;
|
background: #ffe url('../images/tick.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.delete {
|
input.delete {
|
||||||
background: #ffe url('../images/delete.png') no-repeat 2px center;
|
background: #ffe url('../images/delete.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.download {
|
input.download {
|
||||||
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
|
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.go {
|
input.go {
|
||||||
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
|
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.reload {
|
input.reload {
|
||||||
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
|
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.stop {
|
input.stop {
|
||||||
background: #ffe url('../images/stop.png') no-repeat 2px center;
|
background: #ffe url('../images/stop.png') no-repeat 2px center;
|
||||||
padding: 1px 3px 1px 20px;
|
padding: 2px 3px 1px 20px;
|
||||||
min-height: 22px;
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -525,6 +525,12 @@ input[type=radio] {
|
|||||||
vertical-align: bottom;
|
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 {
|
select {
|
||||||
background: #333;
|
background: #333;
|
||||||
background: url('/themes/snark/ubergine/images/graytile.png') !important;
|
background: url('/themes/snark/ubergine/images/graytile.png') !important;
|
||||||
|
@ -549,6 +549,12 @@ input[type=radio] {
|
|||||||
vertical-align: bottom;
|
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 {
|
select {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
/* background: url('/themes/snark/ubergine/images/graytile.png') !important;*/
|
/* background: url('/themes/snark/ubergine/images/graytile.png') !important;*/
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 15;
|
public final static long BUILD = 16;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user