1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- @CHARSET "UTF-8";
- .synonym-widget-item,
- .primary-dbxref-widget-item,
- .sio--annotation-item,
- .secondary-dbxref-widget-item,
- .kvproperty-adder-widget-item,
- .chado-linker--relationship-widget-item,
- .chado-linker--relationship-instance-settings-option2-item,
- .annotation-cvterm-widget-item {
- float: left;
- margin-right: 10px;
- }
- .chado-linker--relationship-instance-settings-option2 {
- float:left;
- clear:both;
- width:100%;
- }
- .primary-dbxref-widget-links,
- .secondary-dbxref-widget-links {
- clear: both;
- }
- .protein-residues-formatter {
- color: black;
- height: 100px;
- max-width: 500px;
- overflow: scroll;
- white-space: normal;
- background-color: transparent;
- margin: 0px;
- padding: 0px;
- }
- .residues-formatter {
- color: black;
- height: 100px;
- max-width: 500px;
- overflow: scroll;
- white-space: normal;
- background-color: transparent;
- margin: 0px;
- padding: 0px;
- }
- .form-field-ui-field-overview-storage-logo {
- height: 10px;
- }
- #edit-feature-pub #autocomplete li {
- white-space: normal;
- margin: 0;
- border-bottom: 0.5px solid #666666;
- }
- #autocomplete {
- width: 600px !important;
- }
- .properties-field-list {
- margin: 0px;
- }
|