diff --git a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css index 2e0e7622f062a02cadd186ecd4edd594405d59c4..9ad8ce61a25af4b7458bb87c8aab66a2e06eeab9 100644 --- a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css +++ b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css @@ -47,7 +47,7 @@ form { } input[type="checkbox"], input[type="radio"] { - margin: 5px 3px 5px 5px; + margin: 4px 5px 6px; background: none; vertical-align: sub; min-width: 16px; diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css index 1f459114aa335bc622017fdac3005af6bfc19949..a663dfaf5a98a82e7e04e75fb42279c4013a5fae 100644 --- a/apps/routerconsole/jsp/themes/console/light/console.css +++ b/apps/routerconsole/jsp/themes/console/light/console.css @@ -3722,7 +3722,7 @@ input[type="submit"], input[type="reset"], button, .optbox, select { button.search { background: url(/themes/console/images/buttons/search.png) no-repeat 9px center, linear-gradient(to bottom, #fff, #efefff); - padding: 5px 7px 5px 24px; + padding: 5px 7px 5px 26px; } button.search:hover, button.search:focus, button.search:active { @@ -4256,7 +4256,7 @@ input[type="file"] { .optbox, input[type="checkbox"], input[type="radio"] { background: none; - margin: 5px; + margin: 4px 5px 7px; padding: 2px; min-height: 16px; height: 16px; @@ -5177,7 +5177,7 @@ img + tt { padding-right: 5px; } -#ntcpconnections th:nth-child(6), #ntcpconnections th:nth-child(7), #ntcpconnections th:nth-child(8), #ntcpconnections th:nth-child(9), #ntcpconnections th:nth-child(10) { +#ntcpconnections th:nth-child(7), #ntcpconnections th:nth-child(8), #ntcpconnections th:nth-child(9), #ntcpconnections th:nth-child(10) { text-align: right !important; }