Changeset 46 for branches/go_to_page

Show
Ignore:
Timestamp:
02/14/09 11:34:29 (3 years ago)
Author:
daris
Message:

go to page: small improvements

Location:
branches/go_to_page
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/go_to_page/scripts.js

    r45 r46  
    3535         
    3636        document.getElementById('go_to_page').focus(); 
     37        document.getElementById('go_to_page').select(); 
    3738 
    3839        go_to_page_popup_hovered = true; 
  • branches/go_to_page/style.css

    r45 r46  
     1 
     2input#go_to_page { 
     3        margin-right: 3px; 
     4} 
    15 
    26#go_to_page_popup {