forked from extern/egroupware
0969f08ee5
and start with a search for all objects that are created since the day before. This is not committed into 1.4. If you think this feature is of any help for 1.4 too, let us know.
42 lines
561 B
CSS
42 lines
561 B
CSS
/*
|
|
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
|
|
}
|