diff --git a/webui/src/main/css/i2pbote.css b/webui/src/main/css/i2pbote.css index ea08c347..ef4b2b02 100644 --- a/webui/src/main/css/i2pbote.css +++ b/webui/src/main/css/i2pbote.css @@ -65,7 +65,7 @@ input { padding: 10px; font-weight: bold; text-decoration: none; - min-width: 110px; + min-width: 80px; } input, input:visited { border: 1px outset #999; @@ -75,7 +75,7 @@ input, input:visited { font-weight: bold; padding: 1px 2px; text-decoration: none; - min-width: 110px; + min-width: 80px; color: #006; opacity: 0.9; } @@ -94,13 +94,20 @@ input:active { input[type=text] { background: white; color: #001; - margin: 5px; + margin: 5px 10px; padding: 5px; font-size: 1em; font-weight: bold; border: 1px solid #001; text-decoration: none; } +input[type=submit] { + background: #d3e6f0; + border-radius: 8px; + margin: 5px 10px; + min-width: 50px; + padding: 5px 18px; +} input[type=checkbox] { min-width: 10px; /* for Chrome */ border: 0 !important; @@ -209,6 +216,9 @@ aside { width: 240px; z-index: 8; } +aside input[type=text] { + width: 220px; +} .menubox { clear: left; } diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index 402fa760..d72dc508 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -186,13 +186,14 @@ div#downloadDetails table * { background: #bcd1e5 !important; } div#downloadDetails table { + border-collapse: collapse; width: auto; } div#downloadDetails table td { padding-left: 10px; padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; + padding-top: 5px; + padding-bottom: 5px; } div#uploads table thead th:nth-child(2) { @@ -202,14 +203,17 @@ div#uploads table thead th:nth-child(3) { width: 120px; } div#uploads table thead th:nth-child(4) { - width: 100px; + width: 120px; } div#uploads table thead th:nth-child(5) { - width: 100px; + width: 120px; } div#uploads table tbody td:nth-child(1) { text-overflow: ellipsis; } +div#uploads table tbody td:nth-child(2) { + text-align: right; +} div#uploads table tbody td:nth-child(3) { text-overflow: ellipsis; } @@ -218,7 +222,7 @@ div#uploads table tbody td:nth-child(4) { text-align: right; } div#uploads table tbody td:nth-child(5) { - padding-right: 40px; + padding-right: 25px; text-align: right; }