forked from bittorrent/webui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ie7.css
75 lines (59 loc) · 1.51 KB
/
ie7.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/*
Copyright (c) 2011 BitTorrent, Inc. All rights reserved.
Use of this source code is governed by a BSD-style that can be
found in the LICENSE file.
*/
input, select {
font: small-caption;
}
#msgout {
position: relative;
width: 100%;
}
#msgmid {
position: absolute;
top: 50%;
width: 100%;
}
/**************************************************
* FOLDER-TAB STYLED CONTROLS
**************************************************/
ul.folder-tabs li,
ul.folder-tabs li a span {
zoom: 1;
}
ul.folder-tabs li.selected a,
ul.folder-tabs li a:hover {
border-top-width: 1px;
}
ul.folder-tabs li a {
padding-bottom: 2px;
vertical-align: top;
}
/**************************************************
* MAIN DETAILED INFO PANE
**************************************************/
#mainInfoPane-generalTab table {
font-size: 1em;
}
/**************************************************
* DIALOG: RSS Downloader
**************************************************/
input[type="checkbox"] {
height: 13px;
width: 13px;
}
/**************************************************
* DIALOG: Settings
**************************************************/
#dlgSettings-advText-wrap {
margin-right: 15px !important;
}
/**************************************************
* SORTABLE TABLE
**************************************************/
.stable-infobar .refreshBtn span,
.stable-infobar .pageChanger .prevlink,
.stable-infobar .pageChanger .nextlink {
zoom: 1;
}