Add Modello Common libraries to web-ui-fw; version up
[profile/ivi/sdk/web-ide-resources.git] / web-ui-fw / 0.0.2 / 0.0.2_Common / original / css / user / blue / bottombaricons.css
1 /* Do not remove this comment, causes crashes on IVI */
2
3 .bottomPanelImg {
4         background-image: url('./images/bottombaricons/panel_bottom_blue.png');
5 }
6
7 .bottomPanelLogoImg {
8         background-image: url('./images/bottombaricons/logo_icon_blue.png');
9 }
10
11 .bottomBackButtonBackgroundImg {
12         background-image: url('./images/bottombaricons/icon_back.png');
13 }
14
15 .bottomBackButton {
16         position: absolute;
17         left: 58px;
18         top: 95px;
19         width: 57px;
20         height: 63px;
21         cursor: pointer;
22 }
23
24 .bottomBackButton:active {
25         position: absolute;
26         left: 58px;
27         top: 97px;
28         width: 57px;
29         height: 63px;
30 }
31
32 .bottomPanelLogo {
33         position: absolute;
34         left: 250px;
35         top: 49px;
36         width: 200px;
37         height: 150px;
38 }
39
40 .bottomPanel {
41         position: absolute;
42         left: 0;
43         top: 1080px;
44         width: 720px;
45         height: 200px;
46 }