forked from I2P_Developers/i2p.i2p
* i2ptunnel: Partial fix for dest formatting (ticket #581)
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField input {
|
||||
#tunnelListPage .destinationField .text {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField input {
|
||||
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField .text {
|
||||
width: 590px;
|
||||
}
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField input {
|
||||
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField .text {
|
||||
width: 580px;
|
||||
}
|
||||
|
||||
@@ -153,4 +153,4 @@
|
||||
width: 150px;
|
||||
height: 28px;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField input {
|
||||
#tunnelListPage .destinationField .text {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user