12345678910111213141516171819202122232425262728293031323334 |
- @CHARSET "UTF-8";
- .primary-dbxref-widget-item {
- float: left;
- margin-right: 10px;
- }
- .primary-dbxref-widget-links {
- clear: both;
- }
- .secondary-dbxref-widget-item {
- float: left;
- margin-right: 10px;
- }
- .secondary-dbxref-widget-links {
- clear: both;
- }
- .kvproperty-adder-widget-item {
- float: left;
- margin-right: 10px;
- }
- .residues-formatter {
- border: 1px solid #dddddd;
- color: #000000;
- height: 300px;
- max-width: 500px;
- overflow: scroll;
- white-space: normal;
- background-color: white;
- }
- .form-field-ui-field-overview-storage-logo {
- height: 10px;
- }
|