Misc UI fixes

* Fix the columns breaking when language name breaks to new line
* Fix the Map highlighting when no region id in viewport.
* Correction of color codes, margins according to design.

Change-Id: I0121de92bdf5340bf2365c3b7d6045ef963e6d2a
This commit is contained in:
Santhosh Thottingal
2012-07-02 17:46:04 +05:30
committed by Niklas Laxström
parent 566651b9f6
commit 5625f6eb70
3 changed files with 52 additions and 29 deletions

View File

@@ -30,6 +30,11 @@
background-clip: padding-box;
}
.uls-menu a {
font-weight: normal;
color: #0088CC;
}
.uls-menu-header {
margin: 2%;
margin-top: 20px;
@@ -44,7 +49,7 @@
}
.uls-menu-header-left h1 {
font-weight: bold;
font-weight: normal;
padding-top: 12px;
border:none;
padding-bottom: 3px;
@@ -93,25 +98,6 @@
cursor: pointer;
}
/* Language list */
.uls-language-list {
height: 300px;
overflow: auto;
margin-top: 2%;
}
.uls-language-list ul li {
font-weight: bold;
}
.uls-language-list strong {
text-decoration: underline;
}
.uls-language-list a {
color: #0645AD;
}
input#languagefilter {
height: 20px;
border: 1px solid #0E90D2;