| 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 |
} |