PluginProbe
Maps Widget for Google Maps / 2.45
Maps Widget for Google Maps v2.45
1.86 1.90 1.92 1.93 1.95 2.0 2.01 2.05 2.06 2.10 2.15 2.20 2.25 2.30 2.35 2.40 2.45 2.50 2.51 2.60 2.65 2.66 2.70 2.75 2.80 All 129 releases
google-maps-widget / css / gmw-admin.css

gmw-admin.css in Maps Widget for Google Maps 2.45, at css/gmw-admin.css

198 lines 4.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Google Maps Widget
3 * (c) Web factory Ltd, 2012 - 2015
4 */
5
6 .gmw-label {
7 width: 115px;
8 display: inline-block;
9 }
10
11 .gmw-label-wide {
12 width: 90%;
13 }
14
15 .gmw-tabs {
16 border-bottom: 1px solid #e5e5e5 !important;
17 margin-left: -15px;
18 margin-right: -15px;
19 }
20
21 .gmw-tabs input.small-text {
22 width: 50px;
23 padding: 1px 6px;
24 }
25
26 .gmw-tabs select {
27 min-width: 230px;
28 max-width: 331px;
29 width: 100%;
30 }
31
32 .gmw-tabs input {
33 max-width: 331px;
34 }
35
36 option.promo {
37 color: #e14d43;
38 }
39
40 #gmw_promo_dialog {
41 padding: 0;
42 display: none;
43 }
44
45 .gmw-dialog .ui-dialog-titlebar {
46 height: 60px;
47 background-color: rgb(48, 48, 48);
48 text-align: center;
49 }
50
51 .gmw-dialog .footer {
52 padding: 30px 135px;
53 background-color: rgb(48, 48, 48);
54 color: rgb(137, 137, 137);
55 }
56
57 .gmw-dialog .content {
58 padding: 30px 135px;
59 background-color: #FFF;
60 }
61
62 .gmw-dialog h3 b {
63 color: rgb(225, 77, 67);
64 }
65
66 .gmw-dialog h3 {
67 line-height: 150%;
68 font-weight: normal;
69 margin: 0 0 30px 0;
70 }
71
72 .gmw-dialog .ui-dialog-title {
73 line-height: 60px;
74 color: rgb(137, 137, 137);
75 }
76
77 .gmw-dialog .ui-dialog-titlebar-close {
78 top: 12px;
79 }
80
81 #gmw_promo_dialog ul {
82 list-style-position: inside;
83 list-style-type: disc;
84 }
85
86 .gmw-dialog input {
87 width: 100%;
88 height: 45px;
89 }
90
91 .gmw-dialog input.error {
92 border-color: rgb(225, 77, 67);
93 outline-color: rgb(225, 77, 67);
94 -webkit-box-shadow: rgba(225, 77, 67, 0.8) 0px 0px 2px 0px;
95 }
96
97 .gmw-dialog .input_row {
98 margin-bottom: 16px;
99 }
100
101 .gmw-dialog .big-button {
102 height: 54px;
103 line-height: 53px;
104 width: 100%;
105 font-weight: bold;
106 text-transform: uppercase;
107 margin-top: 5px;
108 }
109
110 .gmw-dialog #gmw_already_subscribed {
111 margin-top: 18px;
112 display: inline-block;
113 color: #999;
114 }
115
116 #gmw_promo_dialog span.error {
117 color: #dd3d36;
118 padding: 8px 0 0 1px;
119 display: inline-block;
120
121 }
122
123 #gmw_promo_dialog .center {
124 text-align: center;
125 }
126
127 #gmw_dialog_activate {
128 display: none;
129 }
130
131
132 #gmw-info h4 {
133 margin: 25px 0 5px 0;
134 text-transform: uppercase;
135 font-weight: bold;
136 }
137
138 #gmw-info p {
139 margin-top: 5px;
140 }
141
142 /*
143 * jQuery UI Tabs 1.8.14
144 *
145 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
146 * Dual licensed under the MIT or GPL Version 2 licenses.
147 * http://jquery.org/license
148 *
149 * http://docs.jquery.com/UI/Tabs#theming
150 */
151 .ui-tabs { position: relative; padding: 0; zoom: 1;margin-top:25px } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
152 .ui-tabs .ui-tabs-nav { margin: 0; padding: 0 0 0 5px; box-sizing: border-box; }
153 .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
154 .ui-tabs .ui-tabs-nav li a { text-decoration: none; outline: none; box-shadow: none; }
155 .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; border-bottom: 1px solid white !important; }
156 .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; border-bottom: 1px solid white !important; }
157 .ui-tabs .ui-tabs-nav li.ui-tabs-active a { outline: none;}
158 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
159 .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
160 .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0 15px; background: none; }
161 .ui-tabs .ui-tabs-hide { display: none !important; }
162
163 .ui-tabs .ui-tabs-nav li a {
164 font-weight: 200;
165 line-height: 32px;
166 color: #AAAAAA;
167 padding: 0 9px;
168 }
169
170 .ui-tabs ul.ui-tabs-nav li {
171 border-color: #DFDFDF #DFDFDF #FFFFFF;
172 border-radius: 3px 3px 0 0;
173 border-style: solid;
174 border-width: 1px 1px 0;
175 color: #AAAAAA;
176 display: inline-block;
177 font-size: 12px;
178 line-height: 16px;
179 margin: 0 0 -1px 10px;
180 text-decoration: none;
181 text-shadow: 0 1px 0 #FFFFFF;
182 }
183
184 ul.ui-tabs-nav{
185 float: left;
186 border-bottom: 1px solid #e5e5e5;
187 padding-bottom: 0;
188 width: 100%;
189 margin-bottom: 20px !important
190 }
191
192 .ui-state-hover a, .ui-state-active a {
193 color: #464646 !important;
194 }
195
196 .ui-state-hover a {
197 color: #D54E21 !important;
198 }