app/tiny_mce/plugins/searchreplace/css/searchreplace.css
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 12 Feb 2009 20:14:17 +0000
changeset 1282 005be2cf889d
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Do not attempt to render a field if it is disabled This is required to make it possible to disable fields dynamically. Patch by: Sverre Rabbelier

.panel_wrapper {height:85px;}
.panel_wrapper div.current {height:85px;}

/* IE */
* html .panel_wrapper {height:100px;}
* html .panel_wrapper div.current {height:100px;}