forked from MythTV/mythweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtv_detail.css
147 lines (132 loc) · 2.42 KB
/
tv_detail.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
#program_content {
margin: 10px auto;
width: 800px;
/* max-width: 1000px; */
font-size: 9pt;
}
#program_content td {
vertical-align: top;
padding: 0px 10px;
}
#program_info {
min-width: 350px;
max-width: 500px;
margin: 0px;
}
#program_header {
margin-bottom: 15px;
}
#channel_info {
float: left;
width: 110px;
text-align: center;
padding: 5px;
}
#channel_info span.preferred {
position: relative;
top: -4px;
margin-left: 5px;
font-size: 32px;
}
#program_title {
margin-left: 135px;
}
#program_title h1 {
padding: 0px;
margin: 0px;
}
#program_time {
white-space: nowrap;
}
#external_searches {
white-space: nowrap;
}
#program_details {
}
#program_details dl, #program_extra_details dl {
margin: 5px 0px;
}
#program_details dl dt, #program_extra_details dl dt {
clear: left;
float: left;
width: 8em;
padding-top: 3px;
text-align: right;
color: #ffe;
white-space: nowrap;
}
#program_details dl dd, #program_extra_details dl dd {
padding-top: 3px;
margin-left: 8.5em;
}
#program_extra_details {
}
#conflicting_shows {
margin: 20px auto 0px auto;
padding: 10px;
border: 1px solid #000;
text-align: center !important;
}
#conflicting_shows table {
margin: auto;
}
#conflicting_shows table td {
padding: 3px;
}
#local_links {
width: 20em;
margin: 20px auto 0px auto;
padding: 10px;
border: 1px solid #000;
text-align: center !important;
white-space: nowrap;
}
#local_links a {
display: block;
padding: 5px;
}
#recording_info {
padding: 10px;
}
#recording_info h3 {
margin: 0px;
}
#recording_info ul {
padding-left: 1em;
}
#recording_info li {
list-style-type: none;
white-space: nowrap;
}
#schedule_override {
width: 29em;
margin: 0px auto;
}
#schedule_options {
width: 29em;
margin: 0px auto;
}
#advanced_options {
width: 29em;
margin: 0px auto;
}
#advanced_options dl {
margin: 5px 10px;
}
#advanced_options dl dt {
clear: left;
float: left;
width: 13em;
margin-bottom: 0.25em;
text-align: right;
white-space: nowrap;
}
#advanced_options dl dd {
margin-bottom: 0.25em;
margin-left: 13.5em;
}
#advanced_options input {
}
#advanced_options select {
width: 14em;
}