forked from I2P_Developers/i2p.i2p
Minor cleanups to the css files (no actual theme changes)
* Remove spaces before : * Remove traling spaces * Remove lines consisting of spaces * Ensure spaces before { * Fix indentation in a couple of spots
This commit is contained in:
@@ -85,16 +85,16 @@ div.warning a:link {
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.5);
|
||||
}
|
||||
|
||||
div.warning a:visited{
|
||||
div.warning a:visited {
|
||||
color: #f90;
|
||||
}
|
||||
|
||||
div.warning a:hover{
|
||||
div.warning a:hover {
|
||||
color: #d30;
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
||||
}
|
||||
|
||||
div.warning a:active{
|
||||
div.warning a:active {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
@@ -232,7 +232,7 @@ div.tunnels table {
|
||||
width: 193px;
|
||||
}
|
||||
|
||||
div.tunnels table{
|
||||
div.tunnels table {
|
||||
margin: -2px 0px -4px 0px !important;
|
||||
text-align: center !important;
|
||||
width: 190px;
|
||||
@@ -784,27 +784,27 @@ p {
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #006;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #448;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
|
@@ -2,11 +2,11 @@
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width : 458px;
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width : 308px;
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option[selected] {
|
||||
@@ -16,20 +16,20 @@
|
||||
#tunnelEditPage #targetField,
|
||||
#tunnelEditPage #accessField,
|
||||
#tunnelEditPage #optionsField {
|
||||
height : 48px;
|
||||
width : 150px;
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height : 96px;
|
||||
width : 150px;
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label,
|
||||
#tunnelEditPage #accessField label,
|
||||
#tunnelEditPage #tunnelOptionsField label,
|
||||
#tunnelEditPage #optionsField label{
|
||||
height : 48px;
|
||||
width : 150px;
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField,
|
||||
@@ -37,7 +37,7 @@
|
||||
#tunnelEditPage #depthField,
|
||||
#tunnelEditPage #countField,
|
||||
#tunnelEditPage #optionsHostField {
|
||||
width : 304px;
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #backupField,
|
||||
#tunnelEditPage #varianceField {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
|
||||
}
|
||||
|
||||
@@ -58,12 +58,12 @@
|
||||
#tunnelEditPage #countField label,
|
||||
#tunnelEditPage #backupField label,
|
||||
#tunnelEditPage #varianceField label {
|
||||
text-align : left;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width : 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther,
|
||||
@@ -71,48 +71,48 @@
|
||||
#tunnelEditPage #tunnelQuantity,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #clientHost {
|
||||
width : 306px;
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width : 80px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort,
|
||||
#tunnelEditPage #clientPort,
|
||||
#tunnelEditPage #tunnelBackupQuantity,
|
||||
#tunnelEditPage #tunnelVariance {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared,
|
||||
#tunnelEditPage #connectDelay,
|
||||
#tunnelEditPage #startOnLoad {
|
||||
width : 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width : 150px;
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
float : left;
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width : 100%;
|
||||
height : 88px;
|
||||
padding : 0 0 0 4px;
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
padding: 0 0 0 4px;
|
||||
color: green;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
@@ -122,10 +122,10 @@
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align : right;
|
||||
height : 24px;
|
||||
width : 360px;
|
||||
float : left;
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
@@ -136,9 +136,9 @@
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height : 0;
|
||||
width : 0;
|
||||
overflow : hidden;
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label,
|
||||
@@ -148,33 +148,33 @@
|
||||
#tunnelListPage .targetHeaderField label,
|
||||
#tunnelListPage .previewHeaderField label,
|
||||
#tunnelListPage .statusHeaderField label {
|
||||
text-align : left;
|
||||
width : 150px;
|
||||
height : 24px;
|
||||
float : left;
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField,
|
||||
#tunnelListPage .targetField .text,
|
||||
#tunnelListPage .targetHeaderField,
|
||||
#tunnelListPage .targetHeaderField label {
|
||||
width : 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField,
|
||||
#tunnelListPage .destinationField {
|
||||
width : 750px;
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField input {
|
||||
width : 450px;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label,
|
||||
#tunnelListPage .destinationField label {
|
||||
text-align : right;
|
||||
width : 150px;
|
||||
height : 24px;
|
||||
float : left;
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
@@ -10,7 +10,6 @@ body {
|
||||
background: #010 url('images/camotile.png') center bottom;
|
||||
color: #EE9;
|
||||
font: 9pt/130% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
|
||||
}
|
||||
|
||||
.hide {
|
||||
@@ -78,13 +77,13 @@ div.toolbar a:visited {
|
||||
background: #ddf;
|
||||
}
|
||||
|
||||
div.toolbar a:hover, button:hover{
|
||||
div.toolbar a:hover, button:hover {
|
||||
border: 1px solid #f60;
|
||||
background: #030;
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
@@ -612,21 +611,21 @@ code {
|
||||
/* padding: 1px 2px;*/
|
||||
}
|
||||
|
||||
a:link, h2 a:link{
|
||||
a:link, h2 a:link {
|
||||
color: #494;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #7b7;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
@@ -939,7 +938,7 @@ textarea {
|
||||
}
|
||||
|
||||
div.joblog {
|
||||
/* margin: 15px 0 15px 0;
|
||||
/* margin:15px 0 15px 0;
|
||||
padding: 5px 20px 10px 20px !important;
|
||||
border: 1px solid #494;
|
||||
background-color: #000;
|
||||
|
@@ -28,7 +28,7 @@ label {
|
||||
padding: 5px 4px 4px 4px;
|
||||
float: left;
|
||||
width: 120px;
|
||||
/* height : 24px; */
|
||||
/* height: 24px; */
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
font-size: 8pt;
|
||||
@@ -137,7 +137,7 @@ hr {
|
||||
|
||||
.freetext {
|
||||
width: 150px;
|
||||
height : 22px;
|
||||
height: 22px;
|
||||
border: 1px solid #494;
|
||||
padding: 2px;
|
||||
margin: 4px 0 2px 4px;
|
||||
@@ -266,22 +266,22 @@ hr {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #494;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #7b7;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #ff6600;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #900;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
@@ -23,7 +23,7 @@
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label, #tunnelEditPage #accessField label, #tunnelEditPage #tunnelOptionsField label, #tunnelEditPage #optionsField label{
|
||||
#tunnelEditPage #targetField label, #tunnelEditPage #accessField label, #tunnelEditPage #tunnelOptionsField label, #tunnelEditPage #optionsField label {
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
@@ -68,13 +68,13 @@ div.toolbar a:visited {
|
||||
background: #ffe;
|
||||
}
|
||||
|
||||
div.toolbar a:hover{
|
||||
div.toolbar a:hover {
|
||||
border: 1px solid #eeffef;
|
||||
background: #003;
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
@@ -370,7 +370,7 @@ div.news p {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
div.news hr{
|
||||
div.news hr {
|
||||
color: #225;
|
||||
background: #225;
|
||||
height: 1px;
|
||||
@@ -658,26 +658,26 @@ code {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #359;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #218;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
@@ -797,7 +797,7 @@ h4 {
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
button, button:visited{
|
||||
button, button:visited {
|
||||
font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
border: 1px outset #66a;
|
||||
padding: 1px 3px;
|
||||
@@ -817,7 +817,7 @@ button, button:visited{
|
||||
color: #316;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
button:hover {
|
||||
border: 1px solid #f60;
|
||||
background: #f60 !important;
|
||||
color: #fff;
|
||||
@@ -826,7 +826,7 @@ button:hover{
|
||||
box-shadow: inset 0px 0px 0px 1px #fff;
|
||||
}
|
||||
|
||||
button:active{
|
||||
button:active {
|
||||
border: 1px solid #f60;
|
||||
background: #202 !important;
|
||||
color: #f60;
|
||||
@@ -999,14 +999,14 @@ div.joblog i {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.joblog ul {
|
||||
div.joblog ul {
|
||||
word-wrap: break-word !important;
|
||||
text-align: justify;
|
||||
line-height: 100% !important;
|
||||
margin-top: -5px !important;
|
||||
}
|
||||
|
||||
div.joblog li {
|
||||
div.joblog li {
|
||||
word-wrap: break-word !important;
|
||||
line-height: 115% !important;
|
||||
padding: 0;
|
||||
|
@@ -395,26 +395,26 @@ select:active {
|
||||
box-shadow: inset 0px 0px 0px 1px #f60;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #359;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #218;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
|
@@ -85,16 +85,16 @@ div.warning a:link {
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.3);
|
||||
}
|
||||
|
||||
div.warning a:visited{
|
||||
div.warning a:visited {
|
||||
color: #f90;
|
||||
}
|
||||
|
||||
div.warning a:hover{
|
||||
div.warning a:hover {
|
||||
color: #f90;
|
||||
text-shadow: 0px 0px 1px rgba(255, 128, 0, 0.5);
|
||||
}
|
||||
|
||||
div.warning a:active{
|
||||
div.warning a:active {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
@@ -804,26 +804,26 @@ p {
|
||||
letter-spacing: 0.12em !important;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #bbf;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #99f;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
@@ -906,7 +906,7 @@ table code {
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
table li:last-child{
|
||||
table li:last-child {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
@@ -214,26 +214,26 @@ hr {
|
||||
float: right;
|
||||
}
|
||||
|
||||
a:link{
|
||||
a:link {
|
||||
color: #bbf;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
a:visited {
|
||||
color: #aaf;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:active{
|
||||
a:active {
|
||||
color: #f93;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
|
@@ -2,11 +2,11 @@
|
||||
*/
|
||||
|
||||
#tunnelEditPage input {
|
||||
width : 458px;
|
||||
width: 458px;
|
||||
}
|
||||
|
||||
#tunnelEditPage select {
|
||||
width : 308px;
|
||||
width: 308px;
|
||||
}
|
||||
|
||||
#tunnelEditPage option[selected] {
|
||||
@@ -16,20 +16,20 @@
|
||||
#tunnelEditPage #targetField,
|
||||
#tunnelEditPage #accessField,
|
||||
#tunnelEditPage #optionsField {
|
||||
height : 48px;
|
||||
width : 150px;
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
#tunnelEditPage #tunnelOptionsField {
|
||||
height : 96px;
|
||||
width : 150px;
|
||||
height: 96px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetField label,
|
||||
#tunnelEditPage #accessField label,
|
||||
#tunnelEditPage #tunnelOptionsField label,
|
||||
#tunnelEditPage #optionsField label{
|
||||
height : 48px;
|
||||
width : 150px;
|
||||
height: 48px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachField,
|
||||
@@ -37,7 +37,7 @@
|
||||
#tunnelEditPage #depthField,
|
||||
#tunnelEditPage #countField,
|
||||
#tunnelEditPage #optionsHostField {
|
||||
width : 304px;
|
||||
width: 304px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
#tunnelEditPage #optionsPortField,
|
||||
#tunnelEditPage #backupField,
|
||||
#tunnelEditPage #varianceField {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
|
||||
}
|
||||
|
||||
@@ -58,12 +58,12 @@
|
||||
#tunnelEditPage #countField label,
|
||||
#tunnelEditPage #backupField label,
|
||||
#tunnelEditPage #varianceField label {
|
||||
text-align : left;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
#tunnelEditPage #otherField label {
|
||||
width : 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #reachableByOther,
|
||||
@@ -71,48 +71,48 @@
|
||||
#tunnelEditPage #tunnelQuantity,
|
||||
#tunnelEditPage #targetHost,
|
||||
#tunnelEditPage #clientHost {
|
||||
width : 306px;
|
||||
width: 306px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #port {
|
||||
width : 80px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #targetPort,
|
||||
#tunnelEditPage #clientPort,
|
||||
#tunnelEditPage #tunnelBackupQuantity,
|
||||
#tunnelEditPage #tunnelVariance {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelEditPage #shared,
|
||||
#tunnelEditPage #connectDelay,
|
||||
#tunnelEditPage #startOnLoad {
|
||||
width : 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#tunnelEditPage label {
|
||||
width : 150px;
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
float : left;
|
||||
width: 150px;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* I2P Tunnel List Page
|
||||
*/
|
||||
|
||||
#tunnelListPage .rowItem {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage select {
|
||||
width : 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width : 100%;
|
||||
height : 88px;
|
||||
padding : 0 0 0 4px;
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
padding: 0 0 0 4px;
|
||||
color: green;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
@@ -122,10 +122,10 @@
|
||||
}
|
||||
|
||||
#tunnelListPage .footer label {
|
||||
text-align : right;
|
||||
height : 24px;
|
||||
width : 360px;
|
||||
float : left;
|
||||
text-align: right;
|
||||
height: 24px;
|
||||
width: 360px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
@@ -136,9 +136,9 @@
|
||||
*/
|
||||
|
||||
#tunnelListPage label {
|
||||
height : 0;
|
||||
width : 0;
|
||||
overflow : hidden;
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tunnelListPage .nameHeaderField label,
|
||||
@@ -148,33 +148,33 @@
|
||||
#tunnelListPage .targetHeaderField label,
|
||||
#tunnelListPage .previewHeaderField label,
|
||||
#tunnelListPage .statusHeaderField label {
|
||||
text-align : left;
|
||||
width : 150px;
|
||||
height : 24px;
|
||||
float : left;
|
||||
text-align: left;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#tunnelListPage .targetField,
|
||||
#tunnelListPage .targetField .text,
|
||||
#tunnelListPage .targetHeaderField,
|
||||
#tunnelListPage .targetHeaderField label {
|
||||
width : 300px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField,
|
||||
#tunnelListPage .destinationField {
|
||||
width : 750px;
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField .text,
|
||||
#tunnelListPage .destinationField input {
|
||||
width : 450px;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
#tunnelListPage .descriptionField label,
|
||||
#tunnelListPage .destinationField label {
|
||||
text-align : right;
|
||||
width : 150px;
|
||||
height : 24px;
|
||||
float : left;
|
||||
text-align: right;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user