diff --git a/css/jquery.uls.compact.css b/css/jquery.uls.compact.css index a958c80..040c6bb 100644 --- a/css/jquery.uls.compact.css +++ b/css/jquery.uls.compact.css @@ -1,6 +1,5 @@ .uls-compact .icon-close, -.uls-compact .uls-title, -.uls-compact .map-block { +.uls-compact .uls-title { display: none !important; } diff --git a/css/jquery.uls.css b/css/jquery.uls.css index 2992f99..6502f92 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -71,16 +71,6 @@ border-bottom: none; } -.uls-worldmap { - /* @embed */ - background: transparent url('../images/world_map.png') no-repeat scroll right top; - /* @embed */ - background-image: -webkit-linear-gradient(transparent, transparent), url('../images/world_map.svg'); - /* @embed */ - background-image: linear-gradient(transparent, transparent), url('../images/world_map.svg'); - background-size: 100%; -} - div.uls-region { cursor: pointer; padding: 0; @@ -91,11 +81,6 @@ div.uls-region { border-bottom-width: 2px; } -.uls-worldmap .uls-region { /* The map doesn't flip */ - /* @noflip */ - float: left; -} - .uls-region a { bottom: 2px; left: 2px; @@ -117,51 +102,6 @@ div.uls-region { -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb)"; } -.map-block .active { - border-bottom-color: #3366bb; - border-bottom-style: solid; -} - -.uls-menu .row .map-block { - top: 1px; - margin-right: 0; - padding-right: 0; - float: right; - overflow: hidden; - opacity: 0.7; - -moz-transition: opacity 0.2s linear; - -o-transition: opacity 0.2s linear; - -webkit-transition: opacity 0.2s linear; - transition: opacity 0.2s linear; -} - -.map-block a { - color: #333; - opacity: 0; - -moz-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - -webkit-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; -} - -.uls-menu .map-block:hover, -.uls-menu .map-block:hover a { - opacity: 1; - color: #333; -} - -.map-block .uls-region-1 { - border-color: transparent; -} - -.map-block:hover .active { - border-color: #3366bb; -} - -.map-block .active a { - font-weight: bold; -} - .icon-close { /* @embed */ background: transparent url('../images/close.png') no-repeat scroll center center; diff --git a/css/jquery.uls.mobile.css b/css/jquery.uls.mobile.css index 6db4962..18d6fe0 100644 --- a/css/jquery.uls.mobile.css +++ b/css/jquery.uls.mobile.css @@ -27,11 +27,6 @@ float: left !important; } - .uls-mobile div.map-block a, - .uls-mobile div.map-block { - opacity: 1 !important; - } - .uls-mobile .row { width: auto; min-width: 0; diff --git a/images/world_map.png b/images/world_map.png deleted file mode 100644 index c3f9df8..0000000 Binary files a/images/world_map.png and /dev/null differ diff --git a/images/world_map.svg b/images/world_map.svg deleted file mode 100644 index 54f68b8..0000000 --- a/images/world_map.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index fe48a55..0a2901b 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -34,29 +34,6 @@