equal
deleted
inserted
replaced
1 #WebViewToolbarId { |
|
2 //height:63px; |
|
3 height:58px; |
|
4 width:100%; |
|
5 } |
|
6 |
|
7 .CornerButton { |
|
8 height: 58px; |
|
9 width:58px; |
|
10 background-color: transparent; |
|
11 |
|
12 } |
|
13 |
|
14 .ButtonSnippet { |
|
15 /* padding-top: 2px; */ |
|
16 height: 58px; |
|
17 width:58px; |
|
18 |
|
19 } |
|
20 |
|
21 .webToolbarBtn { |
|
22 height: 58px; |
|
23 width: 58px; |
|
24 -webkit-user-drag: none; |
|
25 -webkit-user-select: none; |
|
26 } |
|
27 |
|
28 |
|
29 /* Other toolbars' properties */ |
|
30 .toolBarTable{ |
|
31 width: 100%; |
|
32 border-collapse:collapse; |
|
33 } |
|
34 |
|
35 .toolBarBtnCell { |
|
36 text-align: center; |
|
37 } |
|
38 |
|
39 .toolBarBtn{ |
|
40 height: 58px; |
|
41 width: 58px; |
|
42 margin-top: 5px; |
|
43 margin-bottom: 7px; |
|
44 -webkit-user-drag: none; |
|
45 -webkit-user-select: none; |
|
46 background-image: url(icons/circle_bg.png); |
|
47 background-repeat: no-repeat; |
|
48 background-position: top left; |
|
49 } |
|
50 |
|
51 .ToolBar { |
|
52 height: 58px; |
|
53 background: white; |
|
54 } |
|
55 |
|
56 .ToolBarInterim img { |
|
57 background-image: url(icons/circle_bg-mini.png); |
|
58 background-repeat: no-repeat; |
|
59 background-position: top left; |
|
60 } |
|
61 |
|
62 #BookmarkViewToolbarId { |
|
63 height:58px; |
|
64 padding-bottom:4px; |
|
65 width:100%; |
|
66 } |
|
67 |
|
68 #RCToolbarBookmakrId { |
|
69 padding-right:4px; |
|
70 } |
|
71 |
|
72 #LCToolbarBookmakrId { |
|
73 padding-left:4px; |
|
74 } |
|
75 |
|
76 #RecentUrlViewToolbarId { |
|
77 height:58px; |
|
78 padding-bottom:4px; |
|
79 width:100%; |
|
80 } |
|
81 |
|
82 #LCToolbarRecenUrlId { |
|
83 padding-right:4px; |
|
84 } |
|
85 |
|
86 #RCToolbarRecentUrlId { |
|
87 padding-left:4px; |
|
88 } |
|
89 |
|
90 #SettingsViewToolbarId { |
|
91 height:58px; |
|
92 padding-bottom:4px; |
|
93 width:100%; |
|
94 } |
|
95 |
|
96 #LCToolbarSettingsId { |
|
97 padding-right:4px; |
|
98 } |
|
99 |
|
100 #RCToolbarSettingsId { |
|
101 padding-left:4px; |
|
102 } |
|