mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
moved filemanagers css to it's onw app.css
This commit is contained in:
parent
f4238614f3
commit
4dd32a6cfd
41
filemanager/templates/default/app.css
Normal file
41
filemanager/templates/default/app.css
Normal file
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user