Show
Ignore:
Timestamp:
08/21/08 21:25:01 (3 months ago)
Author:
gyuque
Message:

fixed styles

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/gmll.user.js

    r17971 r17974  
    164164 
    165165 
    166 GM_addStyle(".gq_gmll_maps {position: relative; height: "+(Extractor.MAP_HEIGHT+3)+"px; margin: 1px; padding: 0; border: none;} .gq_gmll_mapcontainer {width: "+Extractor.MAP_WIDTH+"px; height: "+Extractor.MAP_HEIGHT+"px; border: 1px solid #000; overflow: hidden; position: absolute;}  .gq_gmll_mapcontainer img{border: none; margin: 0; padding: 0; position: absolute;} .gq_gmll_mapcontainer .marker {position: absolute; left: "+Math.floor(Extractor.MAP_WIDTH/2-7)+"px; top: "+Math.floor(Extractor.MAP_HEIGHT/2-7)+"px;}"); 
     166GM_addStyle(".gq_gmll_maps {position: relative; height: "+(Extractor.MAP_HEIGHT+3)+"px; margin: 1px; padding: 0; border: none;} .gq_gmll_mapcontainer {width: "+Extractor.MAP_WIDTH+"px; height: "+Extractor.MAP_HEIGHT+"px; border: 1px solid #000; overflow: hidden; position: absolute;}  .gq_gmll_mapcontainer img{border: none; margin: 0; padding: 0; position: absolute;} .gq_gmll_mapcontainer .marker {position: absolute; left: "+Math.floor(Extractor.MAP_WIDTH/2-7)+"px; top: "+Math.floor(Extractor.MAP_HEIGHT/2-7)+"px;} .gq_gmll_mapcontainer a, .gq_gmll_mapcontainer img {border: none !important; margin: 0 !important; padding: 0 !important; background: none transparent !important;}"); 
    167167// GM_registerMenuCommand("Google MapsのURLに地図を表示", gmapll);  
    168168setTimeout(gmapll, 1000);