NIHVIVO-2750: Fixed: Now drop-down for user menu placed above search input field

This commit is contained in:
manolobevia 2011-06-27 17:33:52 +00:00
parent 82a60607c7
commit afe7317d9b
2 changed files with 8 additions and 0 deletions

View file

@ -109,6 +109,10 @@ fix to maintain sanity in rendering sections of site admin targets IE7 and below
#individual-intro.person #individual-info {
width: 72%;
}
/* Fix for dropdown user menu */
ul.dropdown {
z-index: 9999;
}
/* Fix for menupages */
nav#alpha-browse-container {
width: 542px;

View file

@ -18,6 +18,10 @@
*display: inline !important;
*vertical-align: top !important;
}
/* Fix for dropdown user menu */
ul.dropdown {
z-index: 9999;
}
/* Fix for photo upload */
#photoUploadForm input.submit,
#photoUploadForm input.submit:visited,