Skip to content

Instantly share code, notes, and snippets.

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/845db345e086372fa245834d4017b572 to your computer and use it in GitHub Desktop.
Save johnennewdeeson/845db345e086372fa245834d4017b572 to your computer and use it in GitHub Desktop.
CSS for the masquerade module when inserted into the navbar region
/**
* Masquerade block in the Navbar region.
*/
#masquerade-block-1--2 ul {
width: 300px !important;
border: 1px solid grey;
}
#masquerade-block-1--2 li.selected {
background-color: #eee;
}
#masquerade-block-1--2 li {
cursor: hand;
padding: 4px 8px;
width: 300px;
background-color: #fff;
float: left;
}
#masquerade-block-1--2 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