X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffckeditor%2Feditor%2Ffilemanager%2Fbrowser%2Fdefault%2Fbrowser.css;h=8325a88d813f6e343eac5b18bc59a341feb84d93;hp=ba464ba2cbe11a7e3eb07709d41fbc19a06a84b6;hb=18067f0bd41356e905666128c5e8105d1fca7c60;hpb=d0b2224eefe4df27ba4f5158a58fb86f9221301c diff --git a/httemplate/elements/fckeditor/editor/filemanager/browser/default/browser.css b/httemplate/elements/fckeditor/editor/filemanager/browser/default/browser.css index ba464ba2c..8325a88d8 100644 --- a/httemplate/elements/fckeditor/editor/filemanager/browser/default/browser.css +++ b/httemplate/elements/fckeditor/editor/filemanager/browser/default/browser.css @@ -1,6 +1,6 @@ /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2007 Frederico Caldeira Knabben + * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * @@ -24,28 +24,26 @@ body { background-color: #f1f1e3; + margin-top:0; + margin-bottom:0; } form { - margin: 0px 0px 0px 0px ; - padding: 0px 0px 0px 0px ; + margin: 0; + padding: 0; } .Frame { background-color: #f1f1e3; - border-color: #f1f1e3; - border-right: thin inset; - border-top: thin inset; - border-left: thin inset; - border-bottom: thin inset; + border: thin inset #f1f1e3; } body.FileArea { - background-color: #ffffff; + margin: 10px; } body, td, input, select @@ -69,11 +67,8 @@ body, td, input, select .Button, button { - border-right: #737357 1px solid; - border-top: #737357 1px solid; - border-left: #737357 1px solid; color: #3b3b1f; - border-bottom: #737357 1px solid; + border: #737357 1px solid; background-color: #c7c78f; } @@ -85,4 +80,8 @@ body, td, input, select .FolderListFolder img { background-image: url(images/Folder.gif); -} \ No newline at end of file +} + +.fullHeight { + height: 100%; +}