}\r
#kiwi .windowlist ul, #kiwi .utilityviewlist ul {\r
overflow: hidden;\r
- margin-right: 200px;\r
+ margin-right: 50px;\r
white-space: nowrap;\r
display:block;\r
/*height: 35px;*/\r
#kiwi .userlist ul li .userbox { margin:0px 5px 5px 5px; font-size:.9em; }\r
#kiwi .userlist ul li .userbox a { display:block; text-decoration:none; border-bottom: 1px dashed #aaa; }\r
\r
+#nicklist_resize {\r
+ position:absolute; cursor:w-resize; width:5px;\r
+ background: url(/img/scroll_handle.png) no-repeat;\r
+ background-position: center;\r
+}\r
+\r
#kiwi .cur_topic {\r
font-family:Verdana, Geneva, sans-serif;\r
font-size:.85em;\r
position: absolute;\r
top:92px; left:0px;\r
right: 110px; bottom:30px;\r
+ outline: none;\r
}\r
#kiwi .panel { overflow-y:scroll; height:100%; }\r
#panel1 { float:left; width:100%;}\r
$(window).resize(kiwi.front.ui.doLayoutSize);
// Add the resizer for the userlist
- $('<div id="nicklist_resize" style="position:absolute; cursor:w-resize; width:5px;"></div>').appendTo('#kiwi');
+ $('<div id="nicklist_resize"></div>').appendTo('#kiwi');
$('#nicklist_resize').draggable({axis: "x", drag: function () {
var t = $(this),
ul = $('#kiwi .userlist'),