From e8ab38198602ae9a331069cf483854d186d67cca Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 14 Apr 2008 07:07:24 +0000 Subject: [PATCH] "removed css from old code" --- filemanager/templates/default/app.css | 62 +++++---------------------- 1 file changed, 10 insertions(+), 52 deletions(-) diff --git a/filemanager/templates/default/app.css b/filemanager/templates/default/app.css index 4b12c975c7..11dc3229f0 100644 --- a/filemanager/templates/default/app.css +++ b/filemanager/templates/default/app.css @@ -1,52 +1,10 @@ -/** - * CSS for new eTemplate filemanager UI - */ - -.perms { font-family: monospace; font-weight: bold; } -.address input { font-size: 140%; font-weight: bold; } -.mimeHuge img { width: 64px; height: 64px; } -.fileName input { font-weight: bold; width: 100%; } -.previewImage img { max-width: 430px; max-height: 275px; border: 1px solid black; } -.previewText div { } - -/* - CSS for the filemanager -*/ - -#fmStatusBar -{ - margin-left:4px; - margin-bottom:3px; -} - -.fmButton -{ - background-repeat: no-repeat; - background-image:url(../default/images/buttonbackground.png); - width:28px; - height:28px; -} - -#fmLocation -{ - position:relative; - margin-bottom:3px; - height:27px; -} - -#fmMenu -{ - position:relative; -} - -#fmFileWindow -{ - background-color:#ffffff; - margin-left:4px; - padding:5px; - position:relative; - border-right: #cccccc 1px solid; - border-top: #9c9c9c 2px solid; - border-left: #9c9c9c 2px solid; - border-bottom: #cccccc 1px solid -} +/** + * CSS for new eTemplate filemanager UI + */ + +.perms { font-family: monospace; font-weight: bold; } +.address input { font-size: 140%; font-weight: bold; } +.mimeHuge img { width: 64px; height: 64px; } +.fileName input { font-weight: bold; width: 100%; } +.previewImage img { max-width: 430px; max-height: 275px; border: 1px solid black; } +.previewText div { }