PluginProbe
Maps Widget for Google Maps / 1.93
Maps Widget for Google Maps v1.93
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 1.93, at css/gmw-admin.css

84 lines 2.6 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 - 2014
4 */
5
6 .gmw-label {
7 width: 80px;
8 display: inline-block;
9 }
10
11 .gmw-label-wide {
12 width: 90%;
13 }
14
15 .gmw-tabs {
16 border-bottom: 1px solid #CCCCCC !important;
17 }
18
19 .gmw-tabs input.small-text {
20 width: 50px;
21 padding: 1px 6px;
22 }
23
24 .gmw-tabs select {
25 min-width: 200px;
26 }
27
28 /*
29 * jQuery UI Tabs 1.8.14
30 *
31 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
32 * Dual licensed under the MIT or GPL Version 2 licenses.
33 * http://jquery.org/license
34 *
35 * http://docs.jquery.com/UI/Tabs#theming
36 */
37 .ui-tabs { position: relative; padding: .2em; zoom: 1;margin-top:25px } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
38 .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
39 .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; }
40 .ui-tabs .ui-tabs-nav li a { text-decoration: none; }
41 .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; border-bottom: 1px solid white !important; }
42 .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; border-bottom: 1px solid white !important; }
43 .ui-tabs .ui-tabs-nav li.ui-tabs-active a { outline: none;}
44 .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; }
45 .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... */
46 .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0.3em 1.4em; background: none; }
47 .ui-tabs .ui-tabs-hide { display: none !important; }
48
49 .ui-tabs .ui-tabs-nav li a {
50 font-weight: 200;
51 line-height: 32px;
52 color: #AAAAAA;
53 padding: 0 15px;
54 }
55
56 .ui-tabs ul.ui-tabs-nav li {
57 border-color: #DFDFDF #DFDFDF #FFFFFF;
58 border-radius: 3px 3px 0 0;
59 border-style: solid;
60 border-width: 1px 1px 0;
61 color: #AAAAAA;
62 display: inline-block;
63 font-size: 12px;
64 line-height: 16px;
65 margin: 0 0 -1px 10px;
66 text-decoration: none;
67 text-shadow: 0 1px 0 #FFFFFF;
68 }
69
70 ul.ui-tabs-nav{
71 float: left;
72 border-bottom: 1px solid #CCCCCC;
73 padding-bottom: 0;
74 width: 100%;
75 margin-bottom: 20px !important
76 }
77
78 .ui-state-hover a, .ui-state-active a {
79 color: #464646 !important;
80 }
81
82 .ui-state-hover a {
83 color: #D54E21 !important;
84 }