Skip to content

Instantly share code, notes, and snippets.

@johnennewdeeson
Created October 25, 2016 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnennewdeeson/6ce6b1c5770bd15e8f50f18d0e757b0b to your computer and use it in GitHub Desktop.
Save johnennewdeeson/6ce6b1c5770bd15e8f50f18d0e757b0b to your computer and use it in GitHub Desktop.
/**
* Masquerade block in the Navbar Region.
*/
#masquerade-block-1 div#autocomplete ul {
padding-top: 3px;
float: left;
width: 300px !important;
margin-top: 30px;
position: absolute;
margin-left: 10px;
border: 1px solid grey;
}
#masquerade-block-1 #autocomplete li.selected {
background-color: #eee;
}
#masquerade-block-1 #autocomplete li {
cursor: pointer;
padding: 4px 8px;
width: 300px;
background-color: #fff;
}
#masquerade-block-1 input.form-text {
width: 300px;
height: 25px;
font-size: 14px;
padding: 10px;
margin-left: 10px;
margin-top: 10px;
border: 1px solid grey;
margin-bottom: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment