Changeset 8883

Show
Ignore:
Timestamp:
04/04/08 19:39:57 (5 years ago)
Author:
Sore_0
Message:

lang/javascript/userscripts/niconico_thuminfo_check.user.js : デザインを調整しました

Files:
1 modified

Legend:

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

    r8822 r8883  
    5252                "opacity : 0.93;" + 
    5353                "text-align : left;}" + 
     54                ".nicoinfo_box a{text-decoration: none;" + 
     55                "font-size : 95%}" + 
    5456                ".nico_thumbnail{width : 141px;" + 
    5557                "height : 105px;" + 
    5658                "border : 2px solid #000;" + 
    5759                "float : left;" + 
    58                 "margin : 0px 10px 10px 0px;}" 
     60                "margin : 0px 10px 5px 0px;}" 
    5961  ); 
    6062 
     
    196198      this.toggleDescription = function(e){ 
    197199          if(!$("info_")){self.info_or_tag = (e.pageX < self.mid) ? "info" : "tag"; return;} 
    198           $("toggle_").innerHTML = (e.pageX < self.mid)? nico.info : nico.tag; 
     200          $("toggle_").innerHTML = (e.pageX < self.mid) ? nico.info : nico.tag; 
    199201      }; 
    200202 
     
    247249          var Info = $E("span"); 
    248250          Info.id = "toggle_" + ap; 
     251          Info.style.display = "inline"; 
    249252          head.appendChild(Info); 
    250253