Changeset 2415 for lang/ruby/ssb

Show
Ignore:
Timestamp:
12/04/07 17:06:36 (13 months ago)
Author:
coji
Message:

lang/ruby/ssb: improved ktai suggests UI

Location:
lang/ruby/ssb/trunk/public_html
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/ssb/trunk/public_html/javascripts/ssb.js

    r2410 r2415  
    143143                                                                  highlight: true, 
    144144                                                                          dispAllKey: true, 
    145                                                                           dispMax: 3 
     145                                                                          dispMax: 20 
    146146                                                                          }); 
    147147                        Event.stop(event); 
  • lang/ruby/ssb/trunk/public_html/stylesheets/ssb.css

    r2322 r2415  
    127127#client #sidebar #terminal { 
    128128  font-family: monospace; 
    129   overflow: auto; 
    130129  width: 350px; 
    131   height: 80px; 
    132130  background-color: #f0f0f0; 
    133131  border: 2px solid gray; 
     
    156154#client #sidebar #terminal #term_select {  
    157155  background-color: white; 
     156  border-bottom: 1px solid gray; 
    158157} 
    159158