mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
(trunk, web) #5013: remove redundant buttons, these were supposed to be removed in r13523
This commit is contained in:
parent
d8463803a6
commit
245ed7c7e2
4 changed files with 0 additions and 55 deletions
|
@ -233,10 +233,6 @@
|
||||||
</div><!-- id="inspector_tab_trackers_container" -->
|
</div><!-- id="inspector_tab_trackers_container" -->
|
||||||
|
|
||||||
<div style="display:none;" class="inspector-page" id="inspector-page-files">
|
<div style="display:none;" class="inspector-page" id="inspector-page-files">
|
||||||
<ul id="file-list-header">
|
|
||||||
<li id="select-all-files">Select All</li>
|
|
||||||
<li id="deselect-all-files">Deselect All</li>
|
|
||||||
</ul>
|
|
||||||
<ul id="inspector_file_list">
|
<ul id="inspector_file_list">
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- id="inspector_tab_files_container" -->
|
</div><!-- id="inspector_tab_files_container" -->
|
||||||
|
|
|
@ -601,17 +601,6 @@ div#torrent_inspector
|
||||||
|
|
||||||
/* Files Inspector Tab */
|
/* Files Inspector Tab */
|
||||||
|
|
||||||
#file-list-header {
|
|
||||||
float: right;
|
|
||||||
> * {
|
|
||||||
@include roundedButton(5px);
|
|
||||||
@include verticalGradient($idle-color-top, $idle-color-bottom);
|
|
||||||
&:active {
|
|
||||||
@include verticalGradient($active-color-top, $active-color-bottom);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#inspector_file_list {
|
#inspector_file_list {
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
|
@ -621,7 +610,6 @@ div#torrent_inspector
|
||||||
}
|
}
|
||||||
|
|
||||||
#inspector_file_list {
|
#inspector_file_list {
|
||||||
border-top: 1px solid #888;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 6px 0 0 0;
|
margin: 6px 0 0 0;
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
|
|
|
@ -513,34 +513,6 @@ div#torrent_inspector {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #222; }
|
color: #222; }
|
||||||
div#torrent_inspector #file-list-header {
|
|
||||||
float: right; }
|
|
||||||
div#torrent_inspector #file-list-header > * {
|
|
||||||
background-color: #dddddd;
|
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
|
|
||||||
background-image: -webkit-linear-gradient(top, white, #bbbbbb);
|
|
||||||
background-image: -moz-linear-gradient(top, white, #bbbbbb);
|
|
||||||
background-image: -ms-linear-gradient(top, white, #bbbbbb);
|
|
||||||
background-image: -o-linear-gradient(top, white, #bbbbbb);
|
|
||||||
background-image: linear-gradient(top, white, #bbbbbb);
|
|
||||||
cursor: pointer;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
display: inline-block;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #aaa;
|
|
||||||
border-width: 1px;
|
|
||||||
padding: 3px;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
border-radius: 5px; }
|
|
||||||
div#torrent_inspector #file-list-header > *:active {
|
|
||||||
background-color: #e6e6ff;
|
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
|
|
||||||
background-image: -webkit-linear-gradient(top, #cdcdff, white);
|
|
||||||
background-image: -moz-linear-gradient(top, #cdcdff, white);
|
|
||||||
background-image: -ms-linear-gradient(top, #cdcdff, white);
|
|
||||||
background-image: -o-linear-gradient(top, #cdcdff, white);
|
|
||||||
background-image: linear-gradient(top, #cdcdff, white); }
|
|
||||||
div#torrent_inspector #inspector_file_list {
|
div#torrent_inspector #inspector_file_list {
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
|
|
|
@ -539,17 +539,6 @@ div#torrent_inspector
|
||||||
color: #222;
|
color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
#file-list-header {
|
|
||||||
float: right;
|
|
||||||
> * {
|
|
||||||
@include verticalGradient($idle-color-top, $idle-color-bottom);
|
|
||||||
@include roundedButton(5px);
|
|
||||||
&:active {
|
|
||||||
@include verticalGradient($active-color-top, $active-color-bottom);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Files Inspector Tab */
|
/* Files Inspector Tab */
|
||||||
#inspector_file_list {
|
#inspector_file_list {
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue