* Control box
*/
#kiwi #controlbox .input {
- height:1.7em;
+ height:1.7em; position:relative;
}
/* The nick label */
#kiwi #controlbox .nickchange input { }
#kiwi #controlbox .nickchange button { }
+/* Plugin tools */
+#kiwi #controlbox .input_tools { float:right; }
+#kiwi #controlbox .input_tools .tool { margin:0 1em; display:inline; }
+
/**
<div class="input">\r
<span class="nick"> </span>\r
<div class="input_wrap"><textarea class="inp"></textarea></div>\r
+ <div class="input_tools"></div>\r
</div>\r
</div>\r
</div>\r
// And move the handle just out of sight to the right\r
el_resize_handle.css('left', el_panels.outerWidth(true));\r
}\r
+\r
+ var input_wrap_width = parseInt($('#kiwi #controlbox .input_tools').outerWidth());\r
+ el_controlbox.find('.input_wrap').css('right', input_wrap_width + 7);\r
},\r
\r
\r