Web UI: Minor changes in style

This commit is contained in:
ngosang
2015-05-23 22:18:52 +02:00
committed by sledgehammer999
parent 89cfd41c5f
commit 6dfd962a13
7 changed files with 35 additions and 22 deletions

View File

@@ -350,10 +350,14 @@ ul.filterList li:hover a {
line-height: 20px;
}
#trackersTable {
line-height: 25px;
}
#addTrackersPlus {
width: 16px;
cursor: pointer;
vertical-align: middle;
margin-bottom: -3px;
}
.torrentTable th {
@@ -368,6 +372,19 @@ ul.filterList li:hover a {
background-color: #eee;
}
#prop_general {
padding: 2px;
}
#watched_folders_tab {
border-collapse: collapse;
}
#watched_folders_tab td, #watched_folders_tab th {
padding: 2px 4px;
border: 1px solid black;
}
/*
* Workaround to prevent the transfer list from
* disappearing when zooming in the browser.
@@ -383,4 +400,4 @@ ul.filterList li:hover a {
.combo_priority {
font-size: 1em;
}
}