Changeset 11193
- Timestamp:
- Sep 3, 2010, 12:41:17 AM (12 years ago)
- Location:
- trunk/web
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/index.html
r11191 r11193 61 61 <li><a href="#seeding" id="filter_seeding_link">Seeding</a></li> 62 62 <li><a href="#paused" id="filter_paused_link">Paused</a></li> 63 <li><a href="#finished" id="filter_finished_link" class="finished">Finished</a></li> 63 64 </ul> 64 65 <input type="search" id="torrent_search" placeholder="Filter" results="0" /> -
trunk/web/stylesheets/common.css
r11191 r11193 310 310 311 311 div#torrent_filter_bar input#torrent_search { 312 float: right;313 312 height: 15px; 314 313 width: 100px; … … 316 315 padding: 0 2px; 317 316 margin: 4px 5px 0 0; 317 position:absolute; 318 right: 0px; 319 top: 0px; 320 border-radius: 10px; 318 321 } 319 322 /* Safari-look filter input for Firefox */ … … 579 582 bottom: 22px; 580 583 right: 0px; 581 width: 500px;584 width: 480px; 582 585 background-color: #ddd; 583 586 border-left: 1px solid #888; … … 672 675 cursor: default; 673 676 clear: both; 677 table-layout: fixed; 674 678 } 675 679 … … 705 709 706 710 .peer_list .clientCol { 711 white-space: nowrap; 712 overflow: hidden; 707 713 text-overflow: ellipsis; 708 714 } -
trunk/web/stylesheets/iphone.css
r11191 r11193 198 198 z-index: 2; 199 199 text-align: center; 200 overflow: hidden; 200 201 } 201 202 … … 242 243 div#torrent_filter_bar ul li.selected a { 243 244 background-position: right top; 245 } 246 247 div#torrent_filter_bar ul li a.finished { 248 display: none; 244 249 } 245 250
Note: See TracChangeset
for help on using the changeset viewer.