Add a google maps component to the GeoLocation generator.
[zxing.git] / zxing.appspot.com / generator / src / com / google / zxing / web / generator / public / Generator.css
1 /** CSS by Wain. */
2 body {
3   background-color: #e9eef3;
4   margin: 0;
5   padding: 0;
6   font-family: Arial, sans-serif;
7   font-size: 11px;
8 }
9
10 #header {
11   background-color: #dde3e9;
12   border-bottom: 1px solid #f2f7fc;
13 }
14
15 #header h1 {
16   font-size: 15px;
17   font-weight: bold;
18   margin: 0;
19   padding: 12px;
20   border-bottom: 1px solid #c8d0d9;
21 }
22
23 #header span {
24   font-weight: normal;
25   color: #5e6b75;
26 }
27
28 #footer {
29   width: 100%;
30   text-align:center;
31   padding-top: 12px;
32 }
33
34 #footer a {
35   text-decoration:none;
36   color: #5e6b75;
37 }
38
39 /****************************************/
40 #mainpanel {
41   width: 800px;
42   margin: 0 auto;
43   padding: 12px;
44   font-size: 11px;
45 }
46
47 #imageresult {
48   background-color: #dde3e9;
49   height: 350px;
50   width: 350px;
51   vertical-align: middle;
52   text-align:center;
53   padding: 10px;
54   
55   position: relative;
56   display: table;
57   #position: relative;
58 }
59
60 #innerresult {
61   display: table-cell;
62   vertical-align: middle;
63   width: 100%;
64   #position: absolute;
65   #top: 50%;
66 }
67   
68 #innerresult img {
69    #position: relative;
70    #top: -50%;
71 }
72   
73 #downloadText {
74   font-size: 11px;
75 }
76
77 #urlresult {
78   width: 350px;
79 }
80
81 .firstColumn {
82   width: 100px;
83   text-align: right;
84   vertical-align: top;
85   padding: 4px 0 4px 0;
86   color: #5e6b75;
87   font-weight: bold;
88   font-size: 11px;
89 }
90
91 .secondColumn {
92   width: 270px;
93   font-size: 11px;
94   color: #5e6b75;
95   font-weight: bold;
96 }
97
98 /*.inputfield,*/
99 .gwt-TextBox,
100 .gwt-TextArea {
101   border: 1px solid #c8d0d9;
102   padding: 4px;
103   width: 256px;
104   font-family: Arial, sans-serif;
105   font-size: 13px;
106   color: #000;
107   font-weight: normal;
108 }
109
110 /*.inputfield:focus,*/
111 .gwt-TextBox:focus {
112   background-color: #fffbcc;
113 }
114
115 .required {
116   background: #ffffff url(required-field-bg.png) repeat-y;
117 }
118
119 .errorMessage {
120   padding-left: 110px;
121   font-size: 11px;
122   color: red;
123 }
124
125 div .gmnoprint {
126         white-space: normal !important;
127         /* overflow: hidden; */
128 }
129