Browse Source

Change color of table header in bottom panel and add some padding

adaptive-webui-19844
Gabriele 10 years ago
parent
commit
afde16c252
  1. 12
      src/webui/www/public/css/style.css
  2. 2
      src/webui/www/public/prop-files.html

12
src/webui/www/public/css/style.css

@ -358,3 +358,15 @@ ul.filterList li:hover a {
cursor: pointer; cursor: pointer;
vertical-align: middle; vertical-align: middle;
} }
.torrentTable th {
padding: 5px 10px;
}
.torrentTable td {
padding: 0px 3px;
}
.torrentTable thead tr {
background-color: #eee;
}

2
src/webui/www/public/prop-files.html

@ -2,7 +2,7 @@
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%"> <table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
<thead> <thead>
<tr> <tr>
<th style="width: 40px"><a id="all_files_cb" style="margin-right: 2px;" class="tristate" onclick="javascript:switchCBState()"></a></th> <th style="width: 30px"><a id="all_files_cb" style="margin-right: 2px;" class="tristate" onclick="javascript:switchCBState()"></a></th>
<th>_(Name)</th> <th>_(Name)</th>
<th>_(Size)</th> <th>_(Size)</th>
<th style="width: 90px;">_(Progress)</th> <th style="width: 90px;">_(Progress)</th>

Loading…
Cancel
Save