diff --git a/oaiorebuilder/content/annotations_view_init.js b/oaiorebuilder/content/annotations_view_init.js index 38d40a4b..b297af09 100644 --- a/oaiorebuilder/content/annotations_view_init.js +++ b/oaiorebuilder/content/annotations_view_init.js @@ -485,11 +485,10 @@ loreuieditor = function (model ) { labelStyle: 'font-size:90%' },{ xtype:"button", - text: 'Update Selection', + text: 'Update Variant Selection', fieldLabel: '', id: 'updrctxtbtn', hidden: true, - tooltip: 'For Variation Annotations: set the context in the variant resource to be the current selection from the main browser window' }, { diff --git a/oaiorebuilder/content/loreui.css b/oaiorebuilder/content/loreui.css index f0193b7d..5af9ef18 100644 --- a/oaiorebuilder/content/loreui.css +++ b/oaiorebuilder/content/loreui.css @@ -34,7 +34,6 @@ background-image: url(../skin/icons/application_view_detail.png) !important; width: 15px } - .horizontal-line { width:100%; height:2px; @@ -60,6 +59,7 @@ background:#363636; color:white; } + .x-layout-split { width: 3px; } @@ -232,6 +232,11 @@ #delannobtn .x-btn-center .x-btn-text { color:red; } +#updctxtbtn, #updrctxtbtn { + width:70px !important; + margin-left:auto;margin-right:13px; + margin-bottom:3px;margin-top:3px; +} .x-combo-list, .x-combo-list-inner {min-width:200px;} /* Annotation timeline styles */ diff --git a/oaiorebuilder/skin/help-comp-obj.jpg b/oaiorebuilder/skin/help-comp-obj.jpg index 2e811bc9..9c71f747 100644 Binary files a/oaiorebuilder/skin/help-comp-obj.jpg and b/oaiorebuilder/skin/help-comp-obj.jpg differ