Styling on the language dropdown

This commit is contained in:
Michael
2014-05-19 13:15:46 -04:00
parent c6ccad177a
commit 81d8129f0f
2 changed files with 634 additions and 607 deletions
+14 -1
View File
@@ -1,5 +1,5 @@
/* Fonts */
body, .tooltip {
body, .tooltip, select.menuBtn {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
@@ -65,6 +65,19 @@ div#header {
margin-left: 20px;
}
.select-wrap {
display: inline-block;
overflow: hidden;
height: 20px;
}
select.menuBtn {
color: #666;
border: none;
cursor: pointer;
margin: -1px -20px 0 0;
}
.menu span:hover {
text-decoration: underline;
}
+620 -606
View File
File diff suppressed because it is too large Load Diff