/* Ansible managed: roles/hotwire3/templates/var/www/hotwire3/local/www/user-css/style.css.j2  */

/* Don't have enormous fonts */
body {
 font-size: 63%;
}

/* Except on the login page */
div.hw_login_msg, div.motd {
  font-size: 120%;
}

div#hw_menu div#hw_pagetitle {
 font-size: 120%;
}

/* Compress the menu height */
#primary_nav_wrap ul a {
 font-size: 120%;
 line-height:normal;
 padding: 4px 25px;
}

/* Don't want the quicksearch to wrap horribly */
div#hw_quicksearch_form select {
 max-width: unset;
 width: unset;
}


/* enable the alternative views menu */
div.tableActions {
 display: unset;
}

/* Hide the Add button on subviews - it makes no sense for the way we use them */
div._hwsubviewb a.button {
 display: none;
}

/* Show update button at top */
div.actionbuttontop {
 display: unset;
}

/* No wrapping in readonly textboxalike */
div.textboxalike.readonly {
 white-space: pre;
}

/* Override explicit sizing added for 'show in results' in advanced search */
div.display {
 font-size: unset;
}

