diff --git a/webui/src/main/css/i2pbote.css b/webui/src/main/css/i2pbote.css index 9027d0be..1fc7e08c 100644 --- a/webui/src/main/css/i2pbote.css +++ b/webui/src/main/css/i2pbote.css @@ -261,7 +261,7 @@ aside { width: 24px; } .menu-text { - margin: 0 24px; + margin: 0 6px 0 12px; } .menubox h2 a { font-size: 1em; @@ -324,6 +324,15 @@ See also .menu-icon .menuitem.settings .menu-icon:before { content: url("images/settings.png"); } +.menuitem.downloads .menu-icon:before { + content: url("images/inbox.png"); +} +.menuitem.search .menu-icon:before { + content: url("images/delay.png"); +} +.menuitem.shared .menu-icon:before { + content: url("images/folder.png"); +} /* Main content */ diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index 3cdd80bd..769e6cec 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -2,7 +2,7 @@ position:relative; } #table-scroll { - height:150px; + max-height: 300px; overflow:auto; margin-top:20px; } @@ -23,6 +23,34 @@ border:1px solid red; } +div#activeSearches table thead th:first-child { + width: 40%; +} +div#topTable table thead th:first-child { + width: 50%; +} +div#topTable table thead th:nth-child(2) { + width: 15%; +} +div#topTable table thead th:first-child { + width: 75%; +} + +div#activeBrowses table thead th:first-child { + width: 50%; +} + +div#filesTable table thead th:first-child { + width: 70%; +} + +div#trustedUsers table thead th:first-child { + width: 50%; +} +div#trustLists table thead th:first-child { + width: 50%; +} + /* File tree CSS */ /* Remove default bullets */ diff --git a/webui/src/main/webapp/MuWire.jsp b/webui/src/main/webapp/MuWire.jsp index 6ac3eb3e..7d85f026 100644 --- a/webui/src/main/webapp/MuWire.jsp +++ b/webui/src/main/webapp/MuWire.jsp @@ -18,7 +18,9 @@ %>
<%=Util._t("Welcome to MuWire! Please select a nickname and download locations")%>