forked from extern/egroupware
merged lars' changes and almost fixed the vertical scrollbar bug in IE
This commit is contained in:
parent
4ea053b344
commit
fb95b258d4
@ -19,10 +19,9 @@
|
|||||||
body
|
body
|
||||||
{
|
{
|
||||||
background-image:url(../images/body-background.png);
|
background-image:url(../images/body-background.png);
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
padding:14px;
|
padding:14px;
|
||||||
/* margin:14px;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link
|
a:link
|
||||||
@ -39,7 +38,8 @@ a:visited
|
|||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
color: #ff9933; text-decoration: underline;
|
color: #ff9933;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active
|
a:active
|
||||||
@ -50,18 +50,25 @@ a:active
|
|||||||
|
|
||||||
input
|
input
|
||||||
{
|
{
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-family: Arial, Helvetica, sans-serif
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
border: 1px #bbbbbb solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
select
|
select
|
||||||
{
|
{
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-family: Arial, Helvetica, sans-serif
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
border: 1px #bbbbbb solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td
|
||||||
|
{
|
||||||
|
font-size: 11px;
|
||||||
|
/* padding-top:1px;
|
||||||
|
padding-bottom:1px;*/
|
||||||
|
}
|
||||||
|
|
||||||
.divSidebox
|
.divSidebox
|
||||||
{
|
{
|
||||||
@ -76,21 +83,20 @@ select
|
|||||||
.divSideboxHeader
|
.divSideboxHeader
|
||||||
{
|
{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
background-image:url(../images/sidebox-header-background.png);
|
background-color:#dddddd;
|
||||||
background-repeat: repeat-x;
|
|
||||||
height:12px;
|
height:12px;
|
||||||
padding-top:2px;
|
padding-top:2px;
|
||||||
padding-bottom:0px;
|
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
color:#666666;
|
color:#666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divSideboxEntry
|
a.divSideboxEntry, .divSideboxEntry
|
||||||
{
|
{
|
||||||
text-align:left;
|
text-align:left;
|
||||||
height:16px;
|
height:16px;
|
||||||
background-color:#d6d6d6;
|
background-color:#eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.appTitles,.appTitles
|
a.appTitles,.appTitles
|
||||||
{
|
{
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
@ -102,7 +108,7 @@ a.appTitles,.appTitles
|
|||||||
a.textSidebox
|
a.textSidebox
|
||||||
{
|
{
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
border-top: #ffffff 0px none;
|
border-top: #aaaaaa 0px none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.textSidebox
|
.textSidebox
|
||||||
@ -111,7 +117,8 @@ a.textSidebox
|
|||||||
height:18px;
|
height:18px;
|
||||||
padding-top:2px;
|
padding-top:2px;
|
||||||
padding-bottom:2px;
|
padding-bottom:2px;
|
||||||
border-top: #ffffff 1px solid
|
border-top: #aaaaaa 1px solid;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sideboxSpace
|
.sideboxSpace
|
||||||
@ -131,10 +138,8 @@ a.textSidebox
|
|||||||
#divMain
|
#divMain
|
||||||
{
|
{
|
||||||
background-color:white;
|
background-color:white;
|
||||||
margin-top: 9px;
|
margin-top: 5px;
|
||||||
/* margin-left: 14px;
|
padding:9px;
|
||||||
margin-right: 14px;*/
|
|
||||||
padding:4px;
|
|
||||||
border-color:#7e7e7e;
|
border-color:#7e7e7e;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
@ -169,13 +174,11 @@ 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
|
||||||
{
|
{
|
||||||
margin-top: 2px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tdSidebox
|
#tdSidebox
|
||||||
@ -187,7 +190,6 @@ a.textSidebox
|
|||||||
#tdAppbox
|
#tdAppbox
|
||||||
{
|
{
|
||||||
background-color:white;
|
background-color:white;
|
||||||
padding:10px;
|
|
||||||
}
|
}
|
||||||
#divSideboxContainer
|
#divSideboxContainer
|
||||||
{
|
{
|
||||||
@ -204,13 +206,13 @@ a.textSidebox
|
|||||||
|
|
||||||
#divAppboxHeader
|
#divAppboxHeader
|
||||||
{
|
{
|
||||||
|
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:30px;
|
height:36px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:22px;
|
font-size:22px;
|
||||||
color:#666666;
|
color:#666666;
|
||||||
padding-top:5px;
|
|
||||||
border-top-color:#9c9c9c;
|
border-top-color:#9c9c9c;
|
||||||
border-top-width:1px;
|
border-top-width:1px;
|
||||||
border-top-style:solid;
|
border-top-style:solid;
|
||||||
@ -227,7 +229,6 @@ a.textSidebox
|
|||||||
width:100%;
|
width:100%;
|
||||||
background-color:#f7f7f7;
|
background-color:#f7f7f7;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
/* height:200px;*/
|
|
||||||
border-bottom-color:#9c9c9c;
|
border-bottom-color:#9c9c9c;
|
||||||
border-bottom-width:1px;
|
border-bottom-width:1px;
|
||||||
border-bottom-style:solid;
|
border-bottom-style:solid;
|
||||||
|
Loading…
Reference in New Issue
Block a user