Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.css,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.css 2 Feb 2007 21:04:52 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.css 16 May 2008 17:04:36 -0000 1.1.2.1 @@ -1,8 +1,17 @@ -body { margin: 0; padding: 0; background-color: #eee; } -table { width: 100%; } -table td { text-align: center; } -.crop{cursor:crosshair;} -.selection { border: dotted 1px #000000; position:absolute; width: 0px; height: 1px; z-index:5; } -.selectionWhite{ border: dotted 1px #FFFFFF; position:absolute; width: 0px; height: 1px; z-index:5; } -.handleBox{ z-index:105; } -.error { font-size:large; font-weight:bold; color:#c00; font-family: Helvetica, sans-serif; } \ No newline at end of file +body { margin: 0; padding: 0; background-color: #eee; } +table { width: 100%; } +table td { text-align: center; } +.crop{cursor:crosshair;} +.selection { border: dotted 1px #000000; position:absolute; width: 0px; height: 1px; z-index:5; } +.selectionWhite{ border: dotted 1px #FFFFFF; position:absolute; width: 0px; height: 1px; z-index:5; } +.handleBox{ z-index:105; } +.error { font-size:large; font-weight:bold; color:#c00; font-family: Helvetica, sans-serif; } + +#n-resize {cursor: n-resize } +#s-resize {cursor: s-resize } +#w-resize {cursor: w-resize } +#e-resize {cursor: e-resize } +#nw-resize {cursor: nw-resize } +#sw-resize {cursor: sw-resize } +#ne-resize {cursor: ne-resize } +#se-resize {cursor: se-resize } \ No newline at end of file