Changeset 13222


Ignore:
Timestamp:
Feb 12, 2012, 5:20:38 PM (11 years ago)
Author:
jordan
Message:

(trunk web) remove dead css from the removed filter popup

Location:
trunk/web
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/index.html

    r13196 r13222  
    7575                                        <div id='speed-up-label'></div>
    7676                                </div>
    77                         </div>
    78                 </div>
    79 
    80                 <div id="filter-popup" style="display:none;">
    81                         <div id='filter-popup-workarea'>
    82                                 <div id='filter-by-state'></div>
    83                                 <div id='filter-by-tracker'></div>
    8477                        </div>
    8578                </div>
  • trunk/web/style/transmission/common.css

    r13197 r13222  
    143143    #statusbar #speed-info #speed-up-container, #statusbar #speed-info #speed-dn-container {
    144144      display: inline; }
    145 
    146 /***
    147 ****
    148 ****  FILTER POPUP
    149 ****
    150 ***/
    151 #filter-popup {
    152   color: #222;
    153   /* !important; */
    154   background: #FFF;
    155   z-index: 100; }
    156   #filter-popup li {
    157     text-align: left; }
    158   #filter-popup .count {
    159     padding-left: 3px; }
    160   #filter-popup .row {
    161     text-align: left;
    162     cursor: pointer;
    163     margin: 8px 2px;
    164     position: relative;
    165     height: 18px;
    166     -moz-user-select: none;
    167     -webkit-user-select: none; }
    168     #filter-popup .row .filter-img {
    169       border: none;
    170       width: 16px;
    171       height: 16px;
    172       position: absolute;
    173       left: 0px; }
    174     #filter-popup .row .filter-name {
    175       position: absolute;
    176       left: 20px; }
    177     #filter-popup .row .count {
    178       float: right;
    179       color: #aaa; }
    180     #filter-popup .row:hover, #filter-popup .row.selected {
    181       font-weight: bold; }
    182   #filter-popup #filter-by-state {
    183     float: left;
    184     width: 120px;
    185     overflow: hidden;
    186     text-overflow: ellipsis; }
    187     #filter-popup #filter-by-state .row .filter-img {
    188       display: none; }
    189     #filter-popup #filter-by-state .row .filter-name {
    190       left: 0px; }
    191   #filter-popup #filter-by-tracker {
    192     float: right;
    193     width: 130px;
    194     overflow: hidden;
    195     text-overflow: ellipsis; }
    196145
    197146/***
  • trunk/web/style/transmission/common.scss

    r13197 r13222  
    245245                        display: inline;
    246246                }
    247         }
    248 }
    249 
    250 /***
    251 ****
    252 ****  FILTER POPUP
    253 ****
    254 ***/
    255 
    256 #filter-popup
    257 {
    258         color: #222;/* !important; */
    259         background: #FFF;
    260         z-index: 100;
    261 
    262         li { text-align: left }
    263 
    264         .count {
    265                 padding-left: 3px;
    266         }
    267 
    268         .row {
    269                 text-align: left;
    270                 cursor: pointer;
    271                 margin: 8px 2px;
    272                 position: relative;
    273                 height: 18px;
    274                 -moz-user-select: none;
    275                 -webkit-user-select: none;
    276 
    277                 .filter-img {
    278                         border: none;
    279                         width: 16px;
    280                         height: 16px;
    281                         position: absolute;
    282                         left: 0px;
    283                 }
    284                 .filter-name {
    285                         position: absolute;
    286                         left: 20px;
    287                 }
    288                 .count {
    289                         float: right;
    290                         color: #aaa;
    291                 }
    292                 &:hover, &.selected {
    293                         font-weight: bold;
    294                 }
    295         }
    296 
    297         #filter-by-state {
    298                 float: left;
    299                 width: 120px;
    300                 overflow: hidden;
    301                 text-overflow: ellipsis;
    302                 .row .filter-img { display: none; }
    303                 .row .filter-name { left: 0px; }
    304         }
    305 
    306         #filter-by-tracker {
    307                 float: right;
    308                 width: 130px;
    309                 overflow: hidden;
    310                 text-overflow: ellipsis;
    311247        }
    312248}
  • trunk/web/style/transmission/mobile.css

    r13196 r13222  
    137137    #statusbar #speed-info #speed-up-container, #statusbar #speed-info #speed-dn-container {
    138138      display: inline; }
    139 
    140 /***
    141 ****
    142 ****  FILTER POPUP
    143 ****
    144 ***/
    145 #filter-popup {
    146   color: #222;
    147   /* !important; */
    148   background: #FFF;
    149   z-index: 100; }
    150   #filter-popup li {
    151     text-align: left; }
    152   #filter-popup .count {
    153     padding-left: 3px; }
    154   #filter-popup .row {
    155     text-align: left;
    156     cursor: pointer;
    157     margin: 8px 2px;
    158     position: relative;
    159     height: 18px;
    160     -moz-user-select: none;
    161     -webkit-user-select: none; }
    162     #filter-popup .row .filter-img {
    163       border: none;
    164       width: 16px;
    165       height: 16px;
    166       position: absolute;
    167       left: 0px; }
    168     #filter-popup .row .filter-name {
    169       position: absolute;
    170       left: 20px; }
    171     #filter-popup .row .count {
    172       float: right;
    173       color: #aaa; }
    174     #filter-popup .row:hover, #filter-popup .row.selected {
    175       font-weight: bold; }
    176   #filter-popup #filter-by-state {
    177     float: left;
    178     width: 120px;
    179     overflow: hidden;
    180     text-overflow: ellipsis; }
    181     #filter-popup #filter-by-state .row .filter-img {
    182       display: none; }
    183     #filter-popup #filter-by-state .row .filter-name {
    184       left: 0px; }
    185   #filter-popup #filter-by-tracker {
    186     float: right;
    187     width: 130px;
    188     overflow: hidden;
    189     text-overflow: ellipsis; }
    190139
    191140/***
  • trunk/web/style/transmission/mobile.scss

    r13196 r13222  
    234234                        display: inline;
    235235                }
    236         }
    237 }
    238 
    239 /***
    240 ****
    241 ****  FILTER POPUP
    242 ****
    243 ***/
    244 
    245 #filter-popup
    246 {
    247         color: #222;/* !important; */
    248         background: #FFF;
    249         z-index: 100;
    250 
    251         li { text-align: left }
    252 
    253         .count {
    254                 padding-left: 3px;
    255         }
    256 
    257         .row {
    258                 text-align: left;
    259                 cursor: pointer;
    260                 margin: 8px 2px;
    261                 position: relative;
    262                 height: 18px;
    263                 -moz-user-select: none;
    264                 -webkit-user-select: none;
    265 
    266                 .filter-img {
    267                         border: none;
    268                         width: 16px;
    269                         height: 16px;
    270                         position: absolute;
    271                         left: 0px;
    272                 }
    273                 .filter-name {
    274                         position: absolute;
    275                         left: 20px;
    276                 }
    277                 .count {
    278                         float: right;
    279                         color: #aaa;
    280                 }
    281                 &:hover, &.selected {
    282                         font-weight: bold;
    283                 }
    284         }
    285 
    286         #filter-by-state {
    287                 float: left;
    288                 width: 120px;
    289                 overflow: hidden;
    290                 text-overflow: ellipsis;
    291                 .row .filter-img { display: none; }
    292                 .row .filter-name { left: 0px; }
    293         }
    294 
    295         #filter-by-tracker {
    296                 float: right;
    297                 width: 130px;
    298                 overflow: hidden;
    299                 text-overflow: ellipsis;
    300236        }
    301237}
Note: See TracChangeset for help on using the changeset viewer.