equal
deleted
inserted
replaced
|
1 #StatusBarChromeId { |
|
2 /* background: black;*/ |
|
3 /*background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#111122),color-stop(100%,#111144));*/ |
|
4 background: #44587d; |
|
5 |
|
6 overflow: hidden; |
|
7 padding-right: 3px; |
|
8 padding-left: 3px; |
|
9 } |
|
10 |
|
11 #StatusBarChromeId table { |
|
12 table-layout:fixed; |
|
13 width: 100%; |
|
14 border: 0; |
|
15 border-spacing: 0; |
|
16 padding: 0; |
|
17 } |
|
18 |
|
19 #StatusBarChromeId tr { |
|
20 font-size:16px; |
|
21 color: white; |
|
22 font-weight: bold; |
|
23 overflow: hidden; |
|
24 } |
|
25 |
|
26 #StatusBarChromeId td { |
|
27 vertical-align: middle; |
|
28 overflow: hidden; |
|
29 border-spacing: 0; |
|
30 padding: 0; |
|
31 white-space: nowrap; |
|
32 } |
|
33 |
|
34 #StatusBarChromeId td.leftalign { |
|
35 text-align: left; |
|
36 } |
|
37 |
|
38 #StatusBarChromeId td.rightalign { |
|
39 text-align: right; |
|
40 } |
|
41 |
|
42 #StatusBarChromeId td.centeralign { |
|
43 text-align: center; |
|
44 } |
|
45 |
|
46 #strength, #battery, #download { |
|
47 width: 24px; |
|
48 } |
|
49 |
|
50 #lock { |
|
51 width: 20px; |
|
52 } |
|
53 |
|
54 #provider { |
|
55 /* white to match signal strength icon */ |
|
56 color: #FFFFFF; |
|
57 font-size:12px; |
|
58 } |
|
59 |
|
60 #clock { |
|
61 /* approximate white with 75% alpha */ |
|
62 color: #d2d4de; |
|
63 width: 70; |
|
64 white-space: nowrap; |
|
65 } |
|
66 |
|
67 #title { |
|
68 vertical-align: middle; |
|
69 overflow: hidden; |
|
70 height: 30px; |
|
71 display: table-cell; |
|
72 white-space: nowrap; |
|
73 } |
|
74 |
|
75 #StatusBarChromeId td img { |
|
76 width: 23px; |
|
77 padding: 1; |
|
78 } |
|
79 |
|
80 #ruler { |
|
81 font-size:12px; |
|
82 font-weight: bold; |
|
83 visibility: hidden; |
|
84 } |
|
85 |