* i2ptunnel: Partial fix for dest formatting (ticket #581)

This commit is contained in:
zzz
2012-01-14 17:41:17 +00:00
parent 50f270fd76
commit fc07065413
4 changed files with 5 additions and 5 deletions

View File

@@ -167,7 +167,7 @@
}
#tunnelListPage .descriptionField .text,
#tunnelListPage .destinationField input {
#tunnelListPage .destinationField .text {
width: 450px;
}

View File

@@ -129,7 +129,7 @@
width: 750px;
}
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField input {
#tunnelListPage .descriptionField .text, #tunnelListPage .destinationField .text {
width: 590px;
}

View File

@@ -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;
}
}

View File

@@ -167,7 +167,7 @@
}
#tunnelListPage .descriptionField .text,
#tunnelListPage .destinationField input {
#tunnelListPage .destinationField .text {
width: 450px;
}