1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #tripal_feature-featureloc_sequence {
- height: 500px;
- overflow: scroll;
- background-color: #FFFFFF;
- }
- div#tripal_feature-featureloc_sequence-legend {
- padding: 10px;
- margin: 10px;
- }
- /* styles for cvterm types in sequences */
- div#tripal_feature-featureloc_sequence-legend span {
- margin: 5px;
- padding: 10px;
- }
- span.tripal_feature-featureloc_sequence-five_prime_UTR {
- background-color: #99FF99;
- }
- span.tripal_feature-featureloc_sequence-three_prime_UTR {
- background-color: #FF9999;
- }
- span.tripal_feature-featureloc_sequence-CDS {
- background-color: #FFFF99;
- }
- span.tripal_feature-featureloc_sequence-mRNA {
- background-color: #FFFF99;
- }
- /* information tables on the feature pages */
- table.tripal_feature-relationships-subject-table th {
- background-color: #EEEEEE;
- text-align: left;
- }
- table.tripal_feature-relationships-object-table th {
- background-color: #EEEEEE;
- text-align: left;
- }
- table.tripal_feature-locations-table th {
- background-color: #EEEEEE;
- text-align: left;
- }
- table.tripal_feature-references-table th {
- background-color: #EEEEEE;
- text-align: left;
- }
- /* feature relationship edit form */
- #tripal-feature-edit-ALL-relationships-form .form-item,
- #tripal-feature-edit-ALL-db-references-form .form-item {
- float: left;
- margin: 0 10px 0 0;
-
- }
- #tripal-feature-edit-ALL-db-references-form .form-submit {
- float: none;
- display: block;
- }
|