Index: openacs-4/packages/xowiki/www/resources/wymeditor/skins/default/screen.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/wymeditor/skins/default/screen.css,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xowiki/www/resources/wymeditor/skins/default/screen.css 15 Jul 2007 16:07:46 -0000 1.1 +++ openacs-4/packages/xowiki/www/resources/wymeditor/skins/default/screen.css 14 Sep 2007 17:53:31 -0000 1.2 @@ -1,4 +1,4 @@ -/* +/* * WYMeditor : what you see is What You Mean web-based editor * Copyright (C) 2007 H.O.net - http://www.honet.be/ * Dual licensed under the MIT (MIT-license.txt) @@ -54,7 +54,7 @@ /*AREAS*/ .wym_skin_default .wym_area_left { width: 150px; float: left;} .wym_skin_default .wym_area_right { width: 150px; float: right;} - .wym_skin_default .wym_area_bottom { clear: both;} + .wym_skin_default .wym_area_bottom { height: 1%; clear: both;} * html .wym_skin_default .wym_area_main { height: 1%;} * html .wym_skin_default .wym_area_top { height: 1%;} *+html .wym_skin_default .wym_area_top { height: 1%;} @@ -129,3 +129,5 @@ .wym_dialog div.row { display: block; } /* End hide from IE-mac */ +/*WYMEDITOR_LINK*/ + a.wym_wymeditor_link { text-indent: -9999px; float: right; display: block; width: 50px; height: 15px; background: url(../wymeditor_icon.png); overflow: hidden; text-decoration: none; }