mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
FM background to white
This commit is contained in:
parent
aad11725fc
commit
301d5c9221
@ -1,19 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
StyleSheet coding standards:
|
StyleSheet coding standards:
|
||||||
|
|
||||||
1. use lowercase if possible
|
1. use lowercase if possible
|
||||||
|
|
||||||
2. format styles like this:
|
2. format styles like this:
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif
|
font-family: Verdana, Arial, Helvetica, sans-serif
|
||||||
}
|
}
|
||||||
|
|
||||||
3. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's.
|
3. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's.
|
||||||
|
|
||||||
4. close every property with ; also the last one.
|
4. close every property with ; also the last one.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body
|
body
|
||||||
@ -85,7 +85,7 @@ select
|
|||||||
td
|
td
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
/* padding-top:1px;
|
/* padding-top:1px;
|
||||||
padding-bottom:1px;*/
|
padding-bottom:1px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -212,7 +212,7 @@ a.textSidebox
|
|||||||
height:15px;
|
height:15px;
|
||||||
padding-left:170px;
|
padding-left:170px;
|
||||||
margin-top: 13px;
|
margin-top: 13px;
|
||||||
/* margin-bottom: 2px;*/
|
/* margin-bottom: 2px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#divSubContainer
|
#divSubContainer
|
||||||
@ -246,13 +246,13 @@ a.textSidebox
|
|||||||
|
|
||||||
#divAppboxHeader
|
#divAppboxHeader
|
||||||
{
|
{
|
||||||
width:100%;
|
/*width:100%;*/
|
||||||
background-image:url(../images/appbox-header-background.png);
|
background-image:url(../images/appbox-header-background.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
height:36px;
|
height:36px;
|
||||||
line-height:28px;
|
line-height:28px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
/* padding-top:7px;*/
|
/* padding-top:7px;*/
|
||||||
padding-bottom:0px;
|
padding-bottom:0px;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
@ -270,7 +270,7 @@ a.textSidebox
|
|||||||
|
|
||||||
#divAppbox
|
#divAppbox
|
||||||
{
|
{
|
||||||
width:100%;
|
/* width:100%;*/
|
||||||
background-color:#f7f7f7;
|
background-color:#f7f7f7;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
border-bottom-color:#9c9c9c;
|
border-bottom-color:#9c9c9c;
|
||||||
@ -284,6 +284,48 @@ a.textSidebox
|
|||||||
border-right-style:solid;
|
border-right-style:solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#fmStatusBar
|
||||||
|
{
|
||||||
|
margin-left:4px;
|
||||||
|
margin-bottom:3px;
|
||||||
|
font-size: 10px;
|
||||||
|
/* font-family: Verdana, Arial, Helvetica, sans-serif;*/
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.fmButton
|
||||||
|
{
|
||||||
|
background-image:url(../images/buttonbackground.png);
|
||||||
|
width:28px;
|
||||||
|
height:28px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fmLocation
|
||||||
|
{
|
||||||
|
margin-left:4px;
|
||||||
|
margin-bottom:3px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#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
|
||||||
|
}
|
||||||
|
|
||||||
#user_info
|
#user_info
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user