Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Make update context buttons smaller
Browse files Browse the repository at this point in the history
Also updated screenshot for user doc
  • Loading branch information
AnnaGerber committed Sep 4, 2009
1 parent 5d09115 commit f96d915
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions oaiorebuilder/content/annotations_view_init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
{
Expand Down
7 changes: 6 additions & 1 deletion oaiorebuilder/content/loreui.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
background-image: url(../skin/icons/application_view_detail.png) !important;
width: 15px
}

.horizontal-line {
width:100%;
height:2px;
Expand All @@ -60,6 +59,7 @@
background:#363636;
color:white;
}

.x-layout-split {
width: 3px;
}
Expand Down Expand Up @@ -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 */
Expand Down
Binary file modified oaiorebuilder/skin/help-comp-obj.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f96d915

Please sign in to comment.