NIHVIVO-1979: Made stylesheets syntax consistent across the app.
This commit is contained in:
parent
fa0d314699
commit
c54f2c75b7
16 changed files with 846 additions and 634 deletions
|
@ -1,31 +1,24 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/*
|
||||
* Styles for autocomplete and autocomplete selections using jQuery UI. This is separated out so that forms
|
||||
* that don't load customFormWithAutocomplete.css still have access to these styles.
|
||||
*/
|
||||
/* Styles for autocomplete and autocomplete selections using jQuery UI. This is separated out so that forms
|
||||
that don't load customFormWithAutocomplete.css still have access to these styles. */
|
||||
|
||||
.acSelection {
|
||||
display: none;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.acSelectionInfo {
|
||||
background-color: #d9d9d9;
|
||||
padding: .5em 1em;
|
||||
}
|
||||
|
||||
|
||||
ul.ui-autocomplete {
|
||||
font-size: .95em;
|
||||
}
|
||||
|
||||
li.ui-menu-item a.ui-corner-all {
|
||||
text-align: left;
|
||||
padding-left: .25em;
|
||||
}
|
||||
|
||||
.acSelectorWithHelpText{
|
||||
font-style: italic;
|
||||
color: #555;
|
||||
font-style: italic;
|
||||
color: #555;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue