css tweaks from zzz

This commit is contained in:
Zlatin Balevsky
2019-12-19 12:53:51 +00:00
parent e21d482393
commit 09168844e0
6 changed files with 31 additions and 7 deletions

View File

@ -204,6 +204,7 @@ aside {
background: white;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
float: left;
padding-bottom: 20px;
position: relative;
width: 240px;
z-index: 8;

View File

@ -48,6 +48,7 @@ div#topTableSender table tbody td:nth-child(2) {
text-align: center;
}
div#topTableSender table tbody td:nth-child(3) {
padding-right: 40px;
text-align: right;
}
@ -55,12 +56,13 @@ div#bottomTableSender table thead th:nth-child(2) {
width: 100px;
}
div#bottomTableSender table thead th:nth-child(3) {
width: 100px;
width: 130px;
}
div#bottomTableSender table tbody td:nth-child(1) {
text-overflow: ellipsis;
}
div#bottomTableSender table tbody td:nth-child(2) {
padding-right: 25px;
text-align: right;
}
div#bottomTableSender table tbody td:nth-child(3) {
@ -74,15 +76,17 @@ div#topTableFile table thead th:nth-child(3) {
width: 100px;
}
div#topTableFile table thead th:nth-child(4) {
width: 100px;
width: 130px;
}
div#topTableFile table tbody td:nth-child(1) {
text-overflow: ellipsis;
}
div#topTableFile table tbody td:nth-child(2) {
padding-right: 25px;
text-align: right;
}
div#topTableFile table tbody td:nth-child(3) {
padding-right: 40px;
text-align: right;
}
div#topTableFile table tbody td:nth-child(4) {
@ -115,6 +119,7 @@ div#activeBrowses table tbody td:nth-child(2) {
text-align: center;
}
div#activeBrowses table tbody td:nth-child(3) {
padding-right: 40px;
text-align: right;
}
@ -125,6 +130,7 @@ div#filesTable table tbody td:nth-child(1) {
text-overflow: ellipsis;
}
div#filesTable table tbody td:nth-child(2) {
padding-right: 25px;
text-align: right;
}
@ -138,6 +144,7 @@ div#resultsTable table tbody td:nth-child(1) {
text-overflow: ellipsis;
}
div#resultsTable table tbody td:nth-child(2) {
padding-right: 25px;
text-align: right;
}
div#resultsTable table tbody td:nth-child(3) {
@ -148,7 +155,7 @@ div#downloads table thead th:nth-child(2) {
width: 120px;
}
div#downloads table thead th:nth-child(3) {
width: 80px;
width: 100px;
}
div#downloads table thead th:nth-child(4) {
width: 80px;
@ -163,15 +170,31 @@ div#downloads table tbody td:nth-child(2) {
text-align: center;
}
div#downloads table tbody td:nth-child(3) {
padding-right: 40px;
text-align: right;
}
div#downloads table tbody td:nth-child(4) {
padding-right: 25px;
text-align: right;
}
div#downloads table tbody td:nth-child(5) {
padding-right: 20px;
text-align: right;
}
div#downloadDetails table * {
background: #bcd1e5 !important;
}
div#downloadDetails table {
width: auto;
}
div#downloadDetails table td {
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
div#uploads table thead th:nth-child(2) {
width: 120px;
}
@ -191,9 +214,11 @@ div#uploads table tbody td:nth-child(3) {
text-overflow: ellipsis;
}
div#uploads table tbody td:nth-child(4) {
padding-right: 40px;
text-align: right;
}
div#uploads table tbody td:nth-child(5) {
padding-right: 40px;
text-align: right;
}
@ -236,9 +261,11 @@ div#trustLists table tbody td:nth-child(1) {
text-overflow: ellipsis;
}
div#trustLists table tbody td:nth-child(2) {
padding-right: 40px;
text-align: right;
}
div#trustLists table tbody td:nth-child(3) {
padding-right: 40px;
text-align: right;
}
div#trustLists table tbody td:nth-child(4) {

View File

@ -48,7 +48,6 @@ String pagetitle=Util._t("Browse Host");
<div id="resultsTable"></div>
</div>
</div>
<hr/>
</section>
</body>
</html>

View File

@ -65,7 +65,6 @@ if (viewAs == null)
</div>
</div>
<% } %>
<hr/>
</section>
</body>
</html>

View File

@ -31,7 +31,6 @@ String pagetitle=Util._t("Subscriptions");
<center><div id="currentList"></div></center>
<div id="table-wrapper"><div id="table-scroll"><div id="trusted"></div></div></div>
<div id="table-wrapper"><div id="table-scroll"><div id="distrusted"></div></div></div>
<hr/>
</section>
</body>
</html>

View File

@ -36,7 +36,6 @@ String pagetitle=Util._t("Users");
<div id="distrustedUsers"></div>
</div>
</div>
<hr/>
</section>
</body>
</html>