Merge pull request #414 from ekgr/master

Changed size of languages menu (issue#413)
This commit is contained in:
Blake Grotewold
2015-06-21 13:44:14 -04:00
+3 -3
View File
@@ -83,12 +83,12 @@ div#header {
span.customSelectOptions {
margin: 0;
width: 80px;
width: 120px;
}
.customSelectOptions > ul {
max-height: 20px;
width: 80px;
width: 120px;
overflow: hidden;
-webkit-transition: max-height 1s;
transition: max-height 1s;
@@ -101,7 +101,7 @@ span.customSelectOptions {
}
.customSelectOptions > ul:hover {
max-height: 400px;
max-height: 450px;
}
.customSelectOptions > ul > li {