Changed web samples' name and updated snapshots
[profile/ivi/sdk/web-sample-build.git] / samples / web / Sample / Tizen / Web App / ModelloAMBSimulator / project / css / style.css
1 #textArea {
2         width: 720px;
3         height: 740px;
4         top: 150px;
5         position: absolute;
6         color: rgb(0, 0, 0);
7         z-index: 40;
8     resize: none;
9     -webkit-user-select: text;
10 }
11
12 .ambConsolePanel {
13         position: absolute;
14         top: 890px;
15         width: 700px;
16         height: 30px;
17         padding: 0 10px;
18 }
19
20 .ambConsolePanel span {
21         line-height: 30px;
22 }
23
24 .ambConsolePanel .button {
25         height: 25px;
26         width: 80px;
27 }
28
29 .ambConsolePanel .button .buttonText {
30         top: -23px
31 }
32
33 .ambConsole .logItem {
34         width: 100%;
35         display: block;
36 }
37
38 #clearConsoleBtn {
39         position: absolute;
40         top: 3px;
41         right: 10px;
42 }
43
44 .ambConsole {
45         position: absolute;
46         top: 920px;
47         width: 700px;
48         height: 160px;
49         overflow-x: hidden;
50         overflow-y: scroll;
51         margin: 10px 10px 0 10px;
52 }
53
54 .ambConsole .timestamp {
55         float: right;
56         color: rgb(120, 120, 120);
57 }
58
59 .button {
60         width: 140px;
61         height: 45px;
62 }
63
64 .buttonOpacity {
65         opacity: 0.5;
66 }
67
68 .button .buttonText {
69         position: relative;
70         text-align: center;
71         top: -32px
72 }
73
74 #libraryButton {
75         top: 94px;
76 }
77
78 #buttonPanel {
79         top: 80px;
80         position: absolute;
81 }
82
83 #loadConfigButton, #saveConfigButton, #runConfigButton {
84         text-transform: uppercase;
85         float: left;
86         margin: 16px 8px 0 8px;
87 }
88
89 .libraryTopSubPanel {
90         padding-left: 20px
91 }
92
93 .propertyDetail {
94         padding: 20px;
95 }
96
97 .propertyDetail .inputBox .input {
98         width: 140px;
99         height: 40px;
100         padding: 0 10px;
101 }
102
103 .zonesContainer {
104         position: relative;
105         width: 200px;
106         height: 200px;
107         text-align: center;
108 }
109
110 .zone {
111         width: 25%;
112 }
113
114 .marginBtm20 {
115         margin-bottom: 20px;
116 }
117
118 .propertyText {
119         padding: 10px;
120 }
121
122 .propertyDetailTwoBtnWrapper {
123         width: 290px;
124         margin: auto;
125 }
126
127 .propertyDetailBtn {
128         position: absolute;
129         text-transform: uppercase;
130 }
131
132 .userSelectable {
133         -webkit-user-select: text;
134 }
135
136 .wrongValue {
137         background-color: rgb(255, 60, 60);
138 }
139
140 .subPanelElement {
141         float: left;
142 }
143
144 span.subPanelElement {
145         line-height: 45px;
146 }
147
148 .input.subPanelElement {
149         width: 240px;
150         height: 45px;
151         margin: auto 30px;
152         padding-right: 25px;
153 }