]> granicus.if.org Git - transmission/commitdiff
and the css and index.html change
authorCharles Kerr <charles@transmissionbt.com>
Fri, 3 Sep 2010 00:41:17 +0000 (00:41 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Fri, 3 Sep 2010 00:41:17 +0000 (00:41 +0000)
web/index.html
web/stylesheets/common.css
web/stylesheets/iphone.css

index d89cb8e76587b865cfe54494d4e2e554edf23bb0..560d8167a08946729a8b0f5fa04c6bc56bf011b3 100755 (executable)
@@ -60,6 +60,7 @@
                                <li><a href="#downloading" id="filter_downloading_link">Downloading</a></li>
                                <li><a href="#seeding" id="filter_seeding_link">Seeding</a></li>
                                <li><a href="#paused" id="filter_paused_link">Paused</a></li>
+                               <li><a href="#finished" id="filter_finished_link" class="finished">Finished</a></li>
                        </ul>
                        <input type="search" id="torrent_search" placeholder="Filter" results="0" />
                </div>
index 58d3104119f5eaac63352e062d763c9aeedb680c..92d1c2824fcb7fe3faba519eed9e71f9990c6d02 100644 (file)
@@ -309,12 +309,15 @@ div#torrent_filter_bar ul li.selected a {
 }
 
 div#torrent_filter_bar input#torrent_search {
-       float: right;
        height: 15px;
        width: 100px;
        border: solid 0 #fff;
        padding: 0 2px;
        margin: 4px 5px 0 0;
+       position:absolute;
+       right: 0px;
+       top: 0px;
+       border-radius: 10px;
 }
 /* Safari-look filter input for Firefox */
 @-moz-document url-prefix() {
@@ -578,7 +581,7 @@ div#torrent_inspector {
        top: 97px;
        bottom: 22px;
        right: 0px;
-       width: 500px;
+       width: 480px;
        background-color: #ddd;
        border-left: 1px solid #888;
        z-index: 2;
@@ -671,6 +674,7 @@ table.peer_list {
        text-align: left;
        cursor: default;
        clear: both;
+       table-layout: fixed;
 }
 
 .peer_list .encryptedCol {
@@ -704,6 +708,8 @@ table.peer_list {
 }
 
 .peer_list .clientCol {
+       white-space: nowrap;
+       overflow: hidden;
        text-overflow: ellipsis;
 }
 
index 4c24dea46d9d0070ab478ab01ec164a8a2537674..8426852ca3d3a88c148a0087cbb3123bc83a9e76 100644 (file)
@@ -197,6 +197,7 @@ div#torrent_filter_bar {
        width: 100%;
        z-index: 2;
        text-align: center;
+       overflow: hidden;
 }
 
 div#torrent_filter_bar ul {
@@ -243,6 +244,10 @@ div#torrent_filter_bar ul li.selected a {
        background-position: right top;
 }
 
+div#torrent_filter_bar ul li a.finished {
+       display: none;
+}
+
 div#torrent_filter_bar input#torrent_search {
        position: absolute;
        height: 20px;