Skip to content

Commit

Permalink
[#2375] Fix some language picker style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Aug 1, 2012
1 parent e401e6e commit 92a7ca7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 5 additions & 2 deletions ckan/public/base/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6985,10 +6985,13 @@ li .icon-large:before {
background: url("../images/ckan-logo-footer.png") no-repeat top left;
text-indent: -900em;
}
.attribution .select2-drop {
.site-footer .select2-drop {
color: #000;
}
.ie .attribution .select2-container {
.site-footer .select2-drop li {
width: auto;
}
.ie .site-footer .select2-container {
position: relative;
top: -20px;
}
Expand Down
8 changes: 6 additions & 2 deletions ckan/public/base/less/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@
text-indent: -900em;
}

.attribution .select2-drop {
.site-footer .select2-drop {
color: #000;
}

.ie .attribution .select2-container {
.site-footer .select2-drop li {
width: auto;
}

.ie .site-footer .select2-container {
position: relative;
top: -20px;
}

0 comments on commit 92a7ca7

Please sign in to comment.