Ticket #6693: 6693-webmyth-css.patch

File 6693-webmyth-css.patch, 9.5 KB (added by Marc Tousignant <drayson@…>, 15 years ago)
Line 
1diff -crB a/mythplugins/mythweb/skins/default/backend_log.css b/mythplugins/mythweb/skins/default/backend_log.css
2*** a/mythplugins/mythweb/skins/default/backend_log.css 2009-08-25 06:53:27.000000000 -0400
3--- b/mythplugins/mythweb/skins/default/backend_log.css 2009-08-25 06:56:41.000000000 -0400
4***************
5*** 4,9 ****
6--- 4,10 ----
7      border-right:       2px solid #48f;
8      border-collapse:    collapse;
9      color:              white;
10+     width:              99%;
11  }
12 
13  #backend_logs td {
14diff -crB a/mythplugins/mythweb/skins/default/status.css b/mythplugins/mythweb/skins/default/status.css
15*** a/mythplugins/mythweb/skins/default/status.css      2009-08-25 06:53:27.000000000 -0400
16--- b/mythplugins/mythweb/skins/default/status.css      2009-08-25 07:10:53.000000000 -0400
17***************
18*** 1,6 ****
19  #content_wrapper {
20!     width:  660px;
21!     margin: 0px auto;
22  }
23 
24  h1 {
25--- 1,6 ----
26  #content_wrapper {
27!     margin-left: 15%;
28!     margin-right: 15%;
29  }
30 
31  h1 {
32***************
33*** 9,15 ****
34      color:          #ccc;
35      letter-spacing: 0.5em;
36      margin-bottom:  30px;
37!     width:          650px;
38      text-align:     center;
39  }
40  h2 {
41--- 9,15 ----
42      color:          #ccc;
43      letter-spacing: 0.5em;
44      margin-bottom:  30px;
45!     width:          70%;
46      text-align:     center;
47  }
48  h2 {
49***************
50*** 26,32 ****
51      display:none;
52  }
53  div.content {
54!     width:              650px;
55      border-top:         1px  solid #88a;
56      border-right:       1px  solid #88a;
57      border-bottom:      1px  solid #88a;
58--- 26,32 ----
59      display:none;
60  }
61  div.content {
62!     width:              90%;
63      border-top:         1px  solid #88a;
64      border-right:       1px  solid #88a;
65      border-bottom:      1px  solid #88a;
66***************
67*** 41,48 ****
68      color:           white;
69      text-decoration: none;
70      padding:         .2em .8em;
71!     border:          thin solid #668;
72!     width:           340px;
73  }
74  div.schedule a span {
75      display:none;
76--- 41,48 ----
77      color:           white;
78      text-decoration: none;
79      padding:         .2em .8em;
80!     /*border:          thin solid #668;
81!     width:           340px;*/
82  }
83  div.schedule a span {
84      display:none;
85***************
86*** 57,77 ****
87  div.schedule a:hover span {
88      display:          block;
89      position:         absolute;
90!     background-color: #204670;
91!     color:            white;
92!     left:             358px;
93      margin-top:       -20px;
94      width:            280px;
95      padding:          5px;
96      border:           thin dashed #88a;
97  }
98  div.diskstatus {
99!     width:  325px;
100      height: 7em;
101      float:  left;
102  }
103  div.loadstatus {
104!     width:  325px;
105      height: 7em;
106      float:  right;
107  }
108--- 57,77 ----
109  div.schedule a:hover span {
110      display:          block;
111      position:         absolute;
112!     background-color: white;
113!     color:            #204670;
114!     right:            1px;
115      margin-top:       -20px;
116      width:            280px;
117      padding:          5px;
118      border:           thin dashed #88a;
119  }
120  div.diskstatus {
121!     //width:  325px;
122      height: 7em;
123      float:  left;
124  }
125  div.loadstatus {
126!     //width:  325px;
127      height: 7em;
128      float:  right;
129  }
130diff -crB a/mythplugins/mythweb/skins/elkin/backend_log.css b/mythplugins/mythweb/skins/elkin/backend_log.css
131*** a/mythplugins/mythweb/skins/elkin/backend_log.css   2009-08-25 06:53:27.000000000 -0400
132--- b/mythplugins/mythweb/skins/elkin/backend_log.css   2009-08-25 07:01:46.000000000 -0400
133***************
134*** 4,9 ****
135--- 4,10 ----
136      border-right:       2px solid #48f;
137      border-collapse:    collapse;
138      color:              white;
139+     width:              99%;
140  }
141 
142  #backend_logs td {
143diff -crB a/mythplugins/mythweb/skins/elkin/status.css b/mythplugins/mythweb/skins/elkin/status.css
144*** a/mythplugins/mythweb/skins/elkin/status.css        2009-08-25 06:53:27.000000000 -0400
145--- b/mythplugins/mythweb/skins/elkin/status.css        2009-08-25 07:09:59.000000000 -0400
146***************
147*** 1,6 ****
148  #content_wrapper {
149!     width:  660px;
150!     margin: 0px auto;
151  }
152 
153  h1 {
154--- 1,6 ----
155  #content_wrapper {
156!     margin-left: 15%;
157!     margin-right: 15%;
158  }
159 
160  h1 {
161***************
162*** 9,15 ****
163      color:          #ccc;
164      letter-spacing: 0.5em;
165      margin-bottom:  30px;
166!     width:          650px;
167      text-align:     center;
168  }
169  h2 {
170--- 9,15 ----
171      color:          #ccc;
172      letter-spacing: 0.5em;
173      margin-bottom:  30px;
174!     width:          70%;
175      text-align:     center;
176  }
177  h2 {
178***************
179*** 26,32 ****
180      display:none;
181  }
182  div.content {
183!     width:              650px;
184      border-top:         1px  solid #88a;
185      border-right:       1px  solid #88a;
186      border-bottom:      1px  solid #88a;
187--- 26,32 ----
188      display:none;
189  }
190  div.content {
191!     width:              90%;
192      border-top:         1px  solid #88a;
193      border-right:       1px  solid #88a;
194      border-bottom:      1px  solid #88a;
195***************
196*** 41,48 ****
197      color:           white;
198      text-decoration: none;
199      padding:         .2em .8em;
200!     border:          thin solid #668;
201!     width:           340px;
202  }
203  div.schedule a span {
204      display:none;
205--- 41,48 ----
206      color:           white;
207      text-decoration: none;
208      padding:         .2em .8em;
209!     /*border:          thin solid #668;
210!     width:           340px;*/
211  }
212  div.schedule a span {
213      display:none;
214***************
215*** 57,77 ****
216  div.schedule a:hover span {
217      display:          block;
218      position:         absolute;
219!     background-color: #204670;
220!     color:            white;
221!     left:             358px;
222      margin-top:       -20px;
223      width:            280px;
224      padding:          5px;
225      border:           thin dashed #88a;
226  }
227  div.diskstatus {
228!     width:  325px;
229      height: 7em;
230      float:  left;
231  }
232  div.loadstatus {
233!     width:  325px;
234      height: 7em;
235      float:  right;
236  }
237--- 57,77 ----
238  div.schedule a:hover span {
239      display:          block;
240      position:         absolute;
241!     background-color: white;
242!     color:            #204670;
243!     right:            1px;
244      margin-top:       -20px;
245      width:            280px;
246      padding:          5px;
247      border:           thin dashed #88a;
248  }
249  div.diskstatus {
250!     //width:  325px;
251      height: 7em;
252      float:  left;
253  }
254  div.loadstatus {
255!     //width:  325px;
256      height: 7em;
257      float:  right;
258  }
259diff -crB a/mythplugins/mythweb/skins/grey/backend_log.css b/mythplugins/mythweb/skins/grey/backend_log.css
260*** a/mythplugins/mythweb/skins/grey/backend_log.css    2009-08-25 06:53:27.000000000 -0400
261--- b/mythplugins/mythweb/skins/grey/backend_log.css    2009-08-25 07:04:19.000000000 -0400
262***************
263*** 4,9 ****
264--- 4,10 ----
265      border-right:       2px solid #48f;
266      border-collapse:    collapse;
267      color:              white;
268+     width:              99%
269  }
270 
271  #backend_logs td {
272diff -crB a/mythplugins/mythweb/skins/grey/status.css b/mythplugins/mythweb/skins/grey/status.css
273*** a/mythplugins/mythweb/skins/grey/status.css 2009-08-25 06:53:27.000000000 -0400
274--- b/mythplugins/mythweb/skins/grey/status.css 2009-08-25 07:09:12.000000000 -0400
275***************
276*** 1,6 ****
277  #content_wrapper {
278!     width:  660px;
279!     margin: 0px auto
280  }
281 
282  h1 {
283--- 1,6 ----
284  #content_wrapper {
285!     margin-left: 15%;
286!     margin-right: 15%;
287  }
288 
289  h1 {
290***************
291*** 9,15 ****
292      color:          #ccc;
293      letter-spacing: 0.5em;
294      margin-bottom:  30px;
295!     width:          650px;
296      text-align:     center;
297  }
298  h2 {
299--- 9,15 ----
300      color:          #ccc;
301      letter-spacing: 0.5em;
302      margin-bottom:  30px;
303!     width:          70%;
304      text-align:     center;
305  }
306  h2 {
307***************
308*** 26,32 ****
309      display:none;
310  }
311  div.content {
312!     width:              650px;
313      /*border-top:         1px  solid #88a;
314      border-right:       1px  solid #88a;
315      border-bottom:      1px  solid #88a;
316--- 26,32 ----
317      display:none;
318  }
319  div.content {
320!     width:              90%;
321      /*border-top:         1px  solid #88a;
322      border-right:       1px  solid #88a;
323      border-bottom:      1px  solid #88a;
324***************
325*** 42,49 ****
326      color:           white;
327      text-decoration: none;
328      padding:         .2em .8em;
329!     border:          thin solid #555;
330!     width:           340px;
331  }
332  div.schedule a span {
333      display:none;
334--- 42,49 ----
335      color:           white;
336      text-decoration: none;
337      padding:         .2em .8em;
338!     /*border:          thin solid #555;
339!     width:           340px;*/
340  }
341  div.schedule a span {
342      display:none;
343***************
344*** 60,78 ****
345      position:         absolute;
346      background-color: #444;
347      color:            #fff;
348!     left:             358px;
349      margin-top:       -20px;
350      width:            280px;
351      padding:          5px;
352      border:           thin dashed black;
353  }
354  div.diskstatus {
355!     width:  325px;
356      height: 7em;
357      float:  left;
358  }
359  div.loadstatus {
360!     width:  325px;
361      height: 7em;
362      float:  right;
363  }
364--- 60,78 ----
365      position:         absolute;
366      background-color: #444;
367      color:            #fff;
368!     right:            1px;
369      margin-top:       -20px;
370      width:            280px;
371      padding:          5px;
372      border:           thin dashed black;
373  }
374  div.diskstatus {
375!     //width:  325px;
376      height: 7em;
377      float:  left;
378  }
379  div.loadstatus {
380!     //width:  325px;
381      height: 7em;
382      float:  right;
383  }