Remove the world map from language selector: unused

Nobody objected in months, see issue 128 and bug 62637.
This commit is contained in:
Nemo bis
2014-05-11 18:53:16 +02:00
parent a078c03d31
commit 4237fbc82a
6 changed files with 1 additions and 91 deletions

View File

@@ -1,6 +1,5 @@
.uls-compact .icon-close,
.uls-compact .uls-title,
.uls-compact .map-block {
.uls-compact .uls-title {
display: none !important;
}

View File

@@ -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;

View File

@@ -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;