From 4dd32a6cfdacce93fa188fb4e8841726ca650925 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 17 Dec 2006 09:40:22 +0000 Subject: [PATCH] moved filemanagers css to it's onw app.css --- filemanager/templates/default/app.css | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 filemanager/templates/default/app.css diff --git a/filemanager/templates/default/app.css b/filemanager/templates/default/app.css new file mode 100644 index 0000000000..f723139a6e --- /dev/null +++ b/filemanager/templates/default/app.css @@ -0,0 +1,41 @@ +/* + CSS for the filemanager +*/ + +#fmStatusBar +{ + margin-left:4px; + margin-bottom:3px; +} + +.fmButton +{ + background-repeat: no-repeat; + background-image:url(../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 +}