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

This commit is contained in:
Jordan Lee
2012-02-12 17:20:38 +00:00
parent 3e00245976
commit 8f55d04992
5 changed files with 0 additions and 237 deletions

View File

@@ -77,13 +77,6 @@
</div>
</div>
<div id="filter-popup" style="display:none;">
<div id='filter-popup-workarea'>
<div id='filter-by-state'></div>
<div id='filter-by-tracker'></div>
</div>
</div>
<div id="prefs-dialog" style="display:none;">
<ul>
<li id="prefs-tab-general"><a href="#prefs-page-torrents">Torrents</a></li>

View File

@@ -143,57 +143,6 @@ div#toolbar {
#statusbar #speed-info #speed-up-container, #statusbar #speed-info #speed-dn-container {
display: inline; }
/***
****
**** FILTER POPUP
****
***/
#filter-popup {
color: #222;
/* !important; */
background: #FFF;
z-index: 100; }
#filter-popup li {
text-align: left; }
#filter-popup .count {
padding-left: 3px; }
#filter-popup .row {
text-align: left;
cursor: pointer;
margin: 8px 2px;
position: relative;
height: 18px;
-moz-user-select: none;
-webkit-user-select: none; }
#filter-popup .row .filter-img {
border: none;
width: 16px;
height: 16px;
position: absolute;
left: 0px; }
#filter-popup .row .filter-name {
position: absolute;
left: 20px; }
#filter-popup .row .count {
float: right;
color: #aaa; }
#filter-popup .row:hover, #filter-popup .row.selected {
font-weight: bold; }
#filter-popup #filter-by-state {
float: left;
width: 120px;
overflow: hidden;
text-overflow: ellipsis; }
#filter-popup #filter-by-state .row .filter-img {
display: none; }
#filter-popup #filter-by-state .row .filter-name {
left: 0px; }
#filter-popup #filter-by-tracker {
float: right;
width: 130px;
overflow: hidden;
text-overflow: ellipsis; }
/***
****
**** TORRENT CONTAINER

View File

@@ -247,70 +247,6 @@ $statusbar-height: 26px;
}
}
/***
****
**** FILTER POPUP
****
***/
#filter-popup
{
color: #222;/* !important; */
background: #FFF;
z-index: 100;
li { text-align: left }
.count {
padding-left: 3px;
}
.row {
text-align: left;
cursor: pointer;
margin: 8px 2px;
position: relative;
height: 18px;
-moz-user-select: none;
-webkit-user-select: none;
.filter-img {
border: none;
width: 16px;
height: 16px;
position: absolute;
left: 0px;
}
.filter-name {
position: absolute;
left: 20px;
}
.count {
float: right;
color: #aaa;
}
&:hover, &.selected {
font-weight: bold;
}
}
#filter-by-state {
float: left;
width: 120px;
overflow: hidden;
text-overflow: ellipsis;
.row .filter-img { display: none; }
.row .filter-name { left: 0px; }
}
#filter-by-tracker {
float: right;
width: 130px;
overflow: hidden;
text-overflow: ellipsis;
}
}
/***
****
**** TORRENT CONTAINER

View File

@@ -137,57 +137,6 @@ div#toolbar {
#statusbar #speed-info #speed-up-container, #statusbar #speed-info #speed-dn-container {
display: inline; }
/***
****
**** FILTER POPUP
****
***/
#filter-popup {
color: #222;
/* !important; */
background: #FFF;
z-index: 100; }
#filter-popup li {
text-align: left; }
#filter-popup .count {
padding-left: 3px; }
#filter-popup .row {
text-align: left;
cursor: pointer;
margin: 8px 2px;
position: relative;
height: 18px;
-moz-user-select: none;
-webkit-user-select: none; }
#filter-popup .row .filter-img {
border: none;
width: 16px;
height: 16px;
position: absolute;
left: 0px; }
#filter-popup .row .filter-name {
position: absolute;
left: 20px; }
#filter-popup .row .count {
float: right;
color: #aaa; }
#filter-popup .row:hover, #filter-popup .row.selected {
font-weight: bold; }
#filter-popup #filter-by-state {
float: left;
width: 120px;
overflow: hidden;
text-overflow: ellipsis; }
#filter-popup #filter-by-state .row .filter-img {
display: none; }
#filter-popup #filter-by-state .row .filter-name {
left: 0px; }
#filter-popup #filter-by-tracker {
float: right;
width: 130px;
overflow: hidden;
text-overflow: ellipsis; }
/***
****
**** TORRENT CONTAINER

View File

@@ -236,70 +236,6 @@ $statusbar-height: 26px;
}
}
/***
****
**** FILTER POPUP
****
***/
#filter-popup
{
color: #222;/* !important; */
background: #FFF;
z-index: 100;
li { text-align: left }
.count {
padding-left: 3px;
}
.row {
text-align: left;
cursor: pointer;
margin: 8px 2px;
position: relative;
height: 18px;
-moz-user-select: none;
-webkit-user-select: none;
.filter-img {
border: none;
width: 16px;
height: 16px;
position: absolute;
left: 0px;
}
.filter-name {
position: absolute;
left: 20px;
}
.count {
float: right;
color: #aaa;
}
&:hover, &.selected {
font-weight: bold;
}
}
#filter-by-state {
float: left;
width: 120px;
overflow: hidden;
text-overflow: ellipsis;
.row .filter-img { display: none; }
.row .filter-name { left: 0px; }
}
#filter-by-tracker {
float: right;
width: 130px;
overflow: hidden;
text-overflow: ellipsis;
}
}
/***
****
**** TORRENT CONTAINER