* configclients.jsp:

- Add form for I2CP options
      - Fix HTML errors
This commit is contained in:
zzz
2010-12-24 16:52:23 +00:00
parent 91f1ece753
commit 63c6613261
7 changed files with 181 additions and 19 deletions

View File

@ -714,7 +714,7 @@ input {
vertical-align: middle;
}
input[type=text] {
input[type=text], input[type=password] {
margin: 3px 5px 3px 5px;
vertical-align: middle;
}
@ -910,4 +910,4 @@ div.footnote hr{
margin-top: -8px;
margin-bottom: -5px;
margin-right: 5px;
}
}

View File

@ -843,7 +843,7 @@ input:active {
color: #EE9;
}
input[type=text] {
input[type=text], input[type=password] {
background: #000;
color: #EE9;
margin: 5px 10px;
@ -859,7 +859,7 @@ input[type=text] {
box-shadow: inset 1px 1px 1px 0px #000;
}
input[type=text]:active, input[type=text]:hover {
input[type=text]:active, input[type=text]:hover, input[type=password]:active, input[type=password]:hover {
background: #000;
}
@ -1058,4 +1058,4 @@ div.footnote hr{
margin-top: -5px;
margin-bottom: -5px;
margin-right: 5px;
}
}

View File

@ -911,7 +911,7 @@ input:active {
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
}
input[type=text] {
input[type=text], input[type=password] {
background: #ffe;
color: #001;
margin: 5px 10px 5px 10px;
@ -1166,4 +1166,4 @@ div.footnote hr{
margin-top: 0px;
margin-bottom: -18px;
margin-right: 5px;
}
}

View File

@ -750,7 +750,7 @@ input {
vertical-align: middle;
}
input[type=text] {
input[type=text], input[type=password] {
margin: 3px 5px 3px 5px;
vertical-align: middle;
}
@ -760,7 +760,7 @@ select {
vertical-align: middle;
}
input[type=text], select {
input[type=text], input[type=password] select {
background: #001;
color: #eef;
border: 1px solid #99f;
@ -959,4 +959,4 @@ div.footnote hr{
margin-top: -5px;
margin-bottom: -10px;
margin-right: 5px;
}
}