Changeset 12760


Ignore:
Timestamp:
Aug 26, 2011, 8:21:22 PM (12 years ago)
Author:
jordan
Message:

(trunk web) tweak the font sizes for the torrent list in compact mode

Location:
trunk/web/stylesheets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/stylesheets/common.css

    r12746 r12760  
    333333
    334334ul.torrent_list li.torrent div.torrent_name.compact {
     335        font-size: 1.0em;
    335336        font-weight: normal;
    336337}
    337338
    338339ul.torrent_list li.torrent div.torrent_name.paused {
    339         font-size: 1.3em;
    340340        font-weight: normal;
    341341        color: #777;
     
    397397}
    398398ul.torrent_list div.torrent_peer_details.compact {
    399         font-size: 12px; /* matching the progressbar height (10px) + progressbar border (1px top, 1px bottom) */
    400399        margin-top: 2px;
    401400        margin-left: 10px;
  • trunk/web/stylesheets/iphone.css

    r12736 r12760  
    313313
    314314ul.torrent_list li.torrent div.torrent_name.compact {
     315        font-size: 1.0em;
    315316        font-weight: normal;
    316317}
    317318
    318319ul.torrent_list li.torrent div.torrent_name.paused {
    319         font-size: 1.3em;
    320320        font-weight: normal;
    321321        color: #777;
     
    358358}
    359359ul.torrent_list div.torrent_peer_details.compact {
    360         font-size: 12px; /* matching the progressbar height (10px) + progressbar border (1px top, 1px bottom) */
    361360        margin-top: 2px;
    362361        margin-left: 10px;
Note: See TracChangeset for help on using the changeset viewer.