Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.css,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.css 2 Feb 2007 21:04:52 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.css 13 May 2008 18:53:49 -0000 1.2 @@ -7,54 +7,42 @@ #indicator { - width: 25px; + width: 20px; height: 20px; background-color: #eef; padding: 15px 20px; - position: absolute; - left: 0; top: 0; } * html #indicator { padding: 14px 22px; } #tools { - width: 600px; - height: 50px; background-color: #eef; padding: 0; - position: absolute; - left: 63px; border-left: 1px solid white; border-bottom: 1px solid white; } #toolbar { - width: 53px; - height: 435px; background-color: #eef; - float: left; text-align: center; padding: 5px; - position: absolute; - top: 50px; border-top: 1px solid white; border-right: 1px solid white; + vertical-align: top; + width:50px; } #contents { - width: 600px; - height: 445px; - position: absolute; - left: 64px; top: 51px; + position: relative; } #editor { - width: 600px; - height: 445px; + width: 100%; + height: 100%; } #toolbar a @@ -119,7 +107,7 @@ { vertical-align: middle; } - #tools #tool_inputs + #tools .tool_inputs { padding-top: 10px; float: left;