CSS fixes for colors and size consistency

Small CSS adjustments to:
* Reduce ULS vertical size to adapt to the 8-row layout.
* Use more contrast in colors to better comply with WCAG.
* Add overflow properties to regions in map to avoidlong texts to overlap.

Change-Id: I0498f68e32b978f2e1d8c2d4c5e788c71483590d
This commit is contained in:
pginer
2012-08-15 14:24:53 +02:00
parent 05a878ba9f
commit a4ee53b827
2 changed files with 11 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
.uls-lcd-region-section h3 {
color: #999999;
color: #777;
}
.uls-lcd-region-section ul li:hover {
background-color: #eaeff7;
}
/* Language list */
.uls-language-list {
height: 21.5em;
height: 18em;
overflow: auto;
margin: 10px;
width: auto;
@@ -41,7 +41,7 @@
}
.uls-no-results-view {
color: #777;
color: #555;
}
#uls-no-found-more {