Skip to content

Commit

Permalink
user prompt: more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
trey0 committed Oct 23, 2012
1 parent 6a07b2c commit 1909f66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geocamTiePoint/static/geocamTiePoint/js/backbone/views.js
Expand Up @@ -489,10 +489,10 @@ $(function($) {
'<input type="text" id="locationSearch" placeholder="Location"></input>' + '<input type="text" id="locationSearch" placeholder="Location"></input>' +
'</span>' + '</span>' +
'{{#unless alignedTilesUrl}}'+ '{{#unless alignedTilesUrl}}'+
'<span class="alert" style="">'+ '<span class="alert">'+
'<span class="floatleft">Add matching tiepoints on both sides to align your overlay.</span>'+ '<span class="floatleft">Add matching tiepoints on both sides to align your overlay.</span>'+
'<button id="promptHelp" class="btn btn-mini floatright">More Help</button>'+ '<button id="promptHelp" class="btn btn-mini">More Help</button>'+
'<button class="btn btn-mini floatright" data-dismiss="alert">Dismiss</button>'+ '<button class="btn btn-mini floatright" data-dismiss="alert">Dismiss [x]</button>'+
'</span>'+ '</span>'+
'{{/unless}}'+ '{{/unless}}'+
'</div>'+ '</div>'+
Expand Down

0 comments on commit 1909f66

Please sign in to comment.