6854ec32029943bd964137cfe805a16eb0794572
[profile/ivi/SettingsApp.git] / css / style.css
1 /*
2  * Copyright (c) 2013, Intel Corporation.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  */
9  body {
10 }
11 /* this makes the toggle buttons align to the right of the screen */
12 .ui-field-contain div.ui-slider-switch {
13     position: absolute;
14     text-align: center;
15     top: 0;
16     bottom: 0;
17     margin: auto;
18     right: 10px;
19 }
20 /* WiFi */
21 #wifi_networks {
22     display: none;
23 }
24 .network-connected .network-status {
25     color: green;
26 }
27 .network-name {
28     font-size: 12px;
29 }
30 .network-authentication {
31     font-size: 10px;
32 }
33 .network-address {
34     font-size: 10px;
35 }
36 .network-status {
37     font-size: 10px;
38 }
39 .network-action-button {
40     max-width: 150px;
41     text-align: center;
42 }
43 /* make the button text so that it doesn't add the ellipsis */
44 .network-action-button .ui-btn-inner {
45     text-overflow: initial;
46 }
47 /* make room for bottom for bottom of the screen due to weston compositor */
48 #button_wifi_add {
49     margin-bottom: 100px;
50 }
51 /* Bluetooth */
52 #bluetooth_devices {
53     display: none;
54 }
55 .device-paired .device-status {
56     color: green;
57 }
58 .device-connected .device-status {
59     color: blue;
60 }
61 .device-name {
62     font-size: 10px;
63 }
64 .device-address {
65     font-size: 10px;
66 }
67 .device-status {
68     font-size: 10px;
69 }
70 .device-action-button {
71         max-width: 150px;
72     text-align: center;
73 }
74 /* Date and Time */
75 #button_datetime_apply, #button_datetime_cancel{
76     display: none;
77 }
78 /* make the button text so that it doesn't add the ellipsis */
79 .device-action-button .ui-btn-inner {
80     text-overflow: initial;
81 }
82 /* make room for bottom for bottom of the screen due to weston compositor */
83 #button_bluetooth_scan {
84     margin-bottom: 100px;
85 }